yjshen commented on a change in pull request #1562:
URL: https://github.com/apache/arrow-datafusion/pull/1562#discussion_r784712799
##########
File path: datafusion/src/execution/context.rs
##########
@@ -901,14 +898,13 @@ pub struct ExecutionConfig {
/// Should Datafusion parquet reader using the predicate to prune data
parquet_pruning: bool,
/// Runtime configurations such as memory threshold and local disk for
spill
- pub runtime_config: RuntimeConfig,
+ pub runtime: RuntimeConfig,
Review comment:
Renamed to `runtime` since I think the word config is redundant.
Consider the usage `exec_config.runtime_config.batch_size` for example.
Everything in `exec_config` is config.
--
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]