wForget commented on code in PR #1575:
URL: https://github.com/apache/datafusion-comet/pull/1575#discussion_r2017798341
##########
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:
I noticed there is a TODO comment above, maybe we can make them configurable
in the future
https://github.com/apache/datafusion-comet/blob/c58f26162dc8bc6375ac228b88f2da2b1bb686a8/native/core/src/parquet/parquet_exec.rs#L107
--
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]