unical1988 commented on code in PR #728: URL: https://github.com/apache/incubator-xtable/pull/728#discussion_r2346958025
########## xtable-core/src/main/java/org/apache/xtable/hudi/PathBasedPartitionValuesExtractor.java: ########## @@ -88,7 +84,9 @@ private PartialResult parsePartitionPath( case DAY: case HOUR: return parseDate( - remainingPath, pathToPartitionFieldFormat.get(field.getSourceField().getPath())); + remainingPath, + pathToPartitionFieldFormat.get( + field.getSourceField().getPath())); // changed from getPath() Review Comment: yes reverted it back the getPath, will remove the comment -- 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. To unsubscribe, e-mail: commits-unsubscr...@xtable.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org