andygrove commented on code in PR #2315:
URL:
https://github.com/apache/datafusion-ballista/pull/2315#discussion_r3791975072
##########
ballista/core/src/config.rs:
##########
@@ -246,9 +246,11 @@ static CONFIG_ENTRIES: LazyLock<HashMap<String,
ConfigEntry>> = LazyLock::new(||
DataType::UInt64,
Some((300).to_string())),
ConfigEntry::new(BALLISTA_ADAPTIVE_PLANNER_ENABLED.to_string(),
- "Enables Adaptive Query Planning
(EXPERIMENTAL)".to_string(),
+ "Enables Adaptive Query Planning: joins and partition
counts are \
+ chosen from measured runtime statistics instead of
planning-time \
+ estimates. Set to false to use the static distributed
planner.".to_string(),
DataType::Boolean,
- Some(false.to_string())),
+ Some(true.to_string())),
Review Comment:
I'll get this done today, hopefully, or at least in the next couple days
--
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]