public interface PartitionValueExtractor extends Serializable
e.g. Hive table partitioned by datestr=yyyy-mm-dd and hdfs path /app/hoodie/dataset1/YYYY=[yyyy]/MM=[mm]/DD=[dd]
| Modifier and Type | Method and Description |
|---|---|
List<String> |
extractPartitionValuesInPath(String partitionPath) |
Copyright © 2019 The Apache Software Foundation. All rights reserved.