public static class PartitionPruners.StaticPartitionPruner extends Object implements PartitionPruners.PartitionPruner
Note: the data of new partitions created after the job starts would never be read.
| 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.