alamb opened a new pull request, #3885: URL: https://github.com/apache/arrow-datafusion/pull/3885
Draft as it builds on https://github.com/apache/arrow-datafusion/pull/3822 # Which issue does this PR close? Closes https://github.com/apache/arrow-datafusion/issues/3821 # Rationale for this change 1. making it easier for people to see what config options are available will make it more likely they are used 2. The more mechanisms that configuration is supplied, the more likely it to confuse people This is especially important to us as we move to use more and more of the parquet code directly in IOx (e.g. https://github.com/influxdata/influxdb_iox/issues/5887 and https://github.com/influxdata/influxdb_iox/issues/5897) # What changes are included in this PR? 1. move metadata_size_hint, enable_pruning, and merge_schema_metadata to new config options 2. Remove redundancy and config overrides # Are there any user-facing changes? Hopefully not -- 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: github-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org