jinchengchenghh commented on code in PR #10639:
URL: 
https://github.com/apache/incubator-gluten/pull/10639#discussion_r2332965644


##########
tools/gluten-it/common/src/main/java/org/apache/gluten/integration/BaseMixin.java:
##########
@@ -91,6 +92,13 @@ public class BaseMixin {
       defaultValue = "false")
   private boolean genPartitionedData;
 
+  @CommandLine.Option(
+      names = {"--data-gen-features"},
+      description =
+          "Set a comma-separated list of data generator features to enable. 
Example: --queries=dv_enabled,10pc_deleted",

Review Comment:
   --queries=dv_enabled,10pc_deleted typo?



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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to