danny0405 commented on code in PR #5434:
URL: https://github.com/apache/hudi/pull/5434#discussion_r860472455


##########
hudi-flink-datasource/hudi-flink/src/main/java/org/apache/hudi/configuration/OptionsResolver.java:
##########
@@ -99,7 +99,7 @@ public static boolean isDeltaTimeCompaction(Configuration 
conf) {
    * Returns whether the table is partitioned.
    */
   public static boolean isPartitionedTable(Configuration conf) {
-    return FilePathUtils.extractPartitionKeys(conf).length > 0;
+    return FilePathUtils.extractHivePartitionFields(conf).length > 0;
   }

Review Comment:
   You should not change this.



-- 
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...@hudi.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to