n3nash commented on issue #933: Support for multiple level partitioning in Hudi URL: https://github.com/apache/incubator-hudi/issues/933#issuecomment-537197168 @HariprasadAllaka1612 Are you using spark data source ? You can provide a custom partition value extractor https://github.com/apache/incubator-hudi/blob/master/hudi-spark/src/main/scala/org/apache/hudi/DataSourceOptions.scala#L193 and set https://github.com/apache/incubator-hudi/blob/master/hudi-spark/src/main/scala/org/apache/hudi/DataSourceOptions.scala#L204 to the fields you require. You can set the partition value extractor to this : https://github.com/apache/incubator-hudi/blob/master/hudi-hive/src/main/java/org/apache/hudi/hive/MultiPartKeysValueExtractor.java
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
