alamb commented on code in PR #19033:
URL: https://github.com/apache/datafusion/pull/19033#discussion_r2578412365


##########
benchmarks/src/tpch/run.rs:
##########
@@ -93,9 +93,8 @@ pub struct RunOpt {
     prefer_hash_join: BoolDefaultTrue,
 
     /// If true then Piecewise Merge Join can be used, if false then it will 
opt for Nested Loop Join
-    /// True by default.
+    /// False by default.
     #[structopt(
-        short = "j",

Review Comment:
   The change is to remove the `-j` option



##########
benchmarks/src/tpch/run.rs:
##########
@@ -93,9 +93,8 @@ pub struct RunOpt {
     prefer_hash_join: BoolDefaultTrue,
 
     /// If true then Piecewise Merge Join can be used, if false then it will 
opt for Nested Loop Join
-    /// True by default.
+    /// False by default.
     #[structopt(
-        short = "j",

Review Comment:
   The change is to remove the `-j` short form



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