comphead commented on code in PR #10092:
URL:
https://github.com/apache/arrow-datafusion/pull/10092#discussion_r1567675692
##########
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:
Hash join enabled by default, SMJ is a separate key which is not even
documented yet as it still in experimental
--
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]