public static class PartitionPruners.DynamicPartitionPruner extends Object implements PartitionPruners.PartitionPruner
Note: The data of new partitions created after the job starts could be read if they match the filter conditions.
| Modifier and Type | Method and Description |
|---|---|
Set<String> |
filter(Collection<String> partitions)
Applies partition pruning on the given partition list, return remained partitions.
|
public Set<String> filter(Collection<String> partitions)
PartitionPruners.PartitionPrunerfilter in interface PartitionPruners.PartitionPrunerCopyright © 2023 The Apache Software Foundation. All rights reserved.