alamb commented on code in PR #10092:
URL: 
https://github.com/apache/arrow-datafusion/pull/10092#discussion_r1567915934


##########
benchmarks/src/tpch/run.rs:
##########
@@ -81,6 +84,10 @@ pub struct RunOpt {
     /// Whether to disable collection of statistics (and cost based 
optimizations) or not.
     #[structopt(short = "S", long = "disable-statistics")]
     disable_statistics: bool,
+
+    /// Whether to disable collection of statistics (and cost based 
optimizations) or not.
+    #[structopt(short = "j", long = "hash-join", default_value = "true")]
+    prefer_hash_join: BoolDefaultTrue,

Review Comment:
   benchmarks look good to me. ✅ 



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