wiedld opened a new pull request, #11558: URL: https://github.com/apache/datafusion/pull/11558
## Which issue does this PR close? Part of #11367 ## Rationale for this change Depending on how we construct our parquet writer settings, we are using a different set of default configurations as [outlined here](https://github.com/apache/datafusion/issues/11367#issuecomment-2234282902). This PR is the first step in reducing this misalignment. ## What changes are included in this PR? In order of commits: 1. define a set of datafusion constants based upon parquet (arrow-rs) defaults. 2. use the constants which are the same in each (a.k.a. no test changes) 3. use the constants which do change the datafusion defaults, and update tests to match 4. show the remaining defaults which we are not yet using (a.k.a. what still doesn't match) ## Are these changes tested? Yes. ## Are there any user-facing changes? No, except if anyone is relying upon this configuration misalignment in their code. -- 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...@datafusion.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org For additional commands, e-mail: github-h...@datafusion.apache.org