You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hudi.apache.org by GitBox <gi...@apache.org> on 2021/09/23 13:20:25 UTC

[GitHub] [hudi] leesf commented on a change in pull request #3693: [HUDI-2456] support 'show partitions' sql

leesf commented on a change in pull request #3693:
URL: https://github.com/apache/hudi/pull/3693#discussion_r714789695



##########
File path: hudi-common/src/main/java/org/apache/hudi/common/util/PartitionPathEncodeUtils.java
##########
@@ -71,7 +73,7 @@ public static String escapePathName(String path, String defaultPath) {
       if (defaultPath == null) {
         //previously, when path is empty or null and no default path is specified,
         // __HIVE_DEFAULT_PARTITION__ was the return value for escapePathName
-        return "__HIVE_DEFAULT_PARTITION__";
+        return HUDI_DEFAULT_PARTITION_PATH;

Review comment:
       +1




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

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