avantgardnerio commented on code in PR #2038:
URL:
https://github.com/apache/datafusion-ballista/pull/2038#discussion_r3611566427
##########
ballista/core/src/config.rs:
##########
@@ -335,6 +339,20 @@ static CONFIG_ENTRIES: LazyLock<HashMap<String,
ConfigEntry>> = LazyLock::new(||
DataType::Utf8,
Some("lz4".to_string()),
),
+ ConfigEntry::new(
+ BALLISTA_SCHEDULER_MAX_PARTITIONS_PER_TASK.to_string(),
+ "Upper bound on the number of input partitions packed into a
single \
+ task's `partition_slice`. `1` (default) is the
pre-multi-partition-tasks \
+ execution model — one task per partition, matching the Spark user
\
+ persona and preserving master's behaviour on merge. Raise to
enable \
Review Comment:
Please see https://github.com/apache/datafusion-ballista/pull/2093
--
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]