parthchandra opened a new issue, #1816: URL: https://github.com/apache/datafusion-comet/issues/1816
### Describe the bug In native_iceberg_compat, the initialization had codes the following configuration flags - ``` conf.set("spark.sql.parquet.binaryAsString", "false"); conf.set("spark.sql.parquet.int96AsTimestamp", "true"); conf.set("spark.sql.caseSensitive", "false"); conf.set("spark.sql.parquet.inferTimestampNTZ.enabled", "true"); conf.set("spark.sql.legacy.parquet.nanosAsLong", "false"); ``` These explicitly set the config to the default values for the configs. We should apply the values specified by the end user instead and use defaults only if the value is not provided. ### Steps to reproduce _No response_ ### Expected behavior _No response_ ### Additional context _No response_ -- 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.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