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



##########
File path: 
hudi-client/hudi-client-common/src/main/java/org/apache/hudi/keygen/KeyGenUtils.java
##########
@@ -40,7 +40,7 @@
   protected static final String NULL_RECORDKEY_PLACEHOLDER = "__null__";
   protected static final String EMPTY_RECORDKEY_PLACEHOLDER = "__empty__";
 
-  protected static final String DEFAULT_PARTITION_PATH = "default";
+  protected static final String DEFAULT_PARTITION_PATH = 
PartitionPathEncodeUtils.HUDI_DEFAULT_PARTITION_PATH;

Review comment:
       Done

##########
File path: 
hudi-common/src/main/java/org/apache/hudi/common/util/PartitionPathEncodeUtils.java
##########
@@ -25,6 +25,8 @@
  */
 public class PartitionPathEncodeUtils {
 
+  public static final String HUDI_DEFAULT_PARTITION_PATH = "default";

Review comment:
       Done




-- 
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