yihua commented on code in PR #8629:
URL: https://github.com/apache/hudi/pull/8629#discussion_r1192889237


##########
hudi-utilities/src/main/java/org/apache/hudi/utilities/sources/helpers/CloudStoreIngestionConfig.java:
##########
@@ -103,4 +103,8 @@ public class CloudStoreIngestionConfig {
   @Deprecated
   public static final String DATAFILE_FORMAT = 
CloudSourceConfig.DATAFILE_FORMAT.key();
 
+  /**
+   * A comma delimited list of path-based partition fields in the source file 
structure
+   */
+  public static final String PATH_BASED_PARTITION_FIELDS = 
"hoodie.deltastreamer.source.cloud.data.partition.fields.from.path";

Review Comment:
   We should add new configs in `CloudSourceConfig`.



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to