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


##########
hudi-flink-datasource/hudi-flink/src/main/java/org/apache/hudi/sink/clustering/FlinkClusteringConfig.java:
##########
@@ -116,14 +127,42 @@ public class FlinkClusteringConfig extends Configuration {
       description = "Min clustering interval of async clustering service, 
default 10 minutes")
   public Integer minClusteringIntervalSeconds = 600;
 
+  @Parameter(names = {"--hoodie-conf"}, description = "Any configuration that 
can be set in the properties file "
+          + "(using the CLI parameter \"--props\") can also be passed command 
line using this parameter.")
+  public List<String> configs = new ArrayList<>();

Review Comment:
   `be passed command line` -> `be passed through command line`



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