kosiew commented on PR #22014: URL: https://github.com/apache/datafusion/pull/22014#issuecomment-4386034221
@mkleen datafusion/execution/src/runtime_env.rs in fn create_runtime_config_entries, the runtime config descriptions shown by `information_schema`/`SHOW` still say capacity limits support only K/M/G suffixes. Since this PR adds bare `0` as a supported SQL-facing value for all `parse_capacity_limit` callers, consider updating the descriptions for `memory_limit`, `max_temp_directory_size`, `metadata_cache_limit`, and `list_files_cache_limit` to mention the special `0` value. -- 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]
