findepi commented on code in PR #13045:
URL: https://github.com/apache/datafusion/pull/13045#discussion_r1811362364


##########
datafusion/sqllogictest/bin/sqllogictests.rs:
##########
@@ -320,6 +329,18 @@ struct Options {
         help = "IGNORED (for compatibility with built in rust test runner)"
     )]
     show_output: bool,
+
+    #[clap(
+        long,
+        help = "Quits immediately, not listing anything (for compatibility 
with built in rust test runner)"
+    )]
+    list: bool,
+
+    #[clap(
+        long,
+        help = "IGNORED (for compatibility with built in rust test runner)"

Review Comment:
   ```suggestion
           help = "IGNORED (for compatibility with built-in rust test runner)"
   ```



##########
datafusion/sqllogictest/bin/sqllogictests.rs:
##########
@@ -320,6 +329,18 @@ struct Options {
         help = "IGNORED (for compatibility with built in rust test runner)"
     )]
     show_output: bool,
+
+    #[clap(
+        long,
+        help = "Quits immediately, not listing anything (for compatibility 
with built in rust test runner)"

Review Comment:
   ```suggestion
           help = "Quits immediately, not listing anything (for compatibility 
with built-in rust test runner)"
   ```



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