etolbakov commented on PR #17697: URL: https://github.com/apache/datafusion/pull/17697#issuecomment-3367024523
A status update on the ticket. The following settings have enum instead of a string (with DatafusionError accordingly ) ```shell | 1 | datafusion.execution.parquet.compression ✅ | zstd(3) | | 1.1 | datafusion.execution.parquet.statistics_enabled ✅ | page | | 1.2 | datafusion.execution.parquet.encoding ✅ | NULL | | 2 | datafusion.execution.spill_compression ✅(already enum) | uncompressed | | 3 | datafusion.explain.format ✅(already enum) | indent | | 4 | datafusion.sql_parser.dialect ✅ | generic | | 5 | datafusion.sql_parser.default_null_ordering ✅ | nulls_max | | 6 | datafusion.format.duration_format ✅ | pretty | ``` <img width="1255" height="401" alt="Screenshot 2025-10-03 at 20 45 33" src="https://github.com/user-attachments/assets/9a37ab98-4159-42cc-86ab-4032fb2eaf5e" /> Need to tidy up the PR, remove unnecessary code, fix failing tests. -- 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]
