kazuyukitanimura commented on code in PR #1575: URL: https://github.com/apache/datafusion-comet/pull/1575#discussion_r2017507949
########## native/core/src/parquet/parquet_exec.rs: ########## @@ -110,6 +110,7 @@ fn get_options(session_timezone: &str) -> (TableParquetOptions, SparkParquetOpti let mut spark_parquet_options = SparkParquetOptions::new(EvalMode::Legacy, session_timezone, false); spark_parquet_options.allow_cast_unsigned_ints = true; + spark_parquet_options.case_sensitive = false; Review Comment: Not sure if it makes sense to take the value from `spark.sql.caseSensitive` although this is an internal config and false by default -- 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