kosiew commented on code in PR #20047:
URL: https://github.com/apache/datafusion/pull/20047#discussion_r3092631607
##########
datafusion/execution/src/runtime_env.rs:
##########
@@ -514,6 +535,7 @@ impl RuntimeEnvBuilder {
Some("50M".to_owned()),
Some("1M".to_owned()),
None,
+ Some("1M".to_owned()),
Review Comment:
I see that `DEFAULT_FILE_STATISTICS_MEMORY_LIMIT` was increased to 20 MiB,
but `RuntimeEnvBuilder::entries()` still hard-codes `Some("1M".to_owned())` for
`datafusion.runtime.file_statistics_cache_limit`.
Would it make sense to update `entries()` to match the new default?
--
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]