xushiyan commented on code in PR #7092:
URL: https://github.com/apache/hudi/pull/7092#discussion_r1016598642


##########
hudi-integ-test/src/main/java/org/apache/hudi/integ/testsuite/HoodieTestSuiteJob.java:
##########
@@ -340,5 +343,11 @@ public static class HoodieTestSuiteConfig extends 
HoodieDeltaStreamer.Config {
 
     @Parameter(names = {"--trino-jdbc-password"}, description = "Password 
corresponding to the username to use for authentication")
     public String trinoPassword;
+
+    @Parameter(names = {"--index-type"}, description = "Index type to use for 
writes")
+    public String indexType = "SIMPLE";

Review Comment:
   ok it's fine to overwrite the default value for tests



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