We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48a0cc0 commit 5b10b9fCopy full SHA for 5b10b9f
common/src/main/java/org/apache/comet/parquet/NativeBatchReader.java
@@ -433,7 +433,7 @@ public void init() throws Throwable {
433
private ParquetColumn getParquetColumn(MessageType schema, StructType sparkSchema) {
434
// We use a different config from the config that is passed in.
435
// This follows the setting used in Spark's SpecificParquetRecordReaderBase
436
- Configuration config = new Configuration();
+ Configuration config = new Configuration(conf);
437
config.setBoolean(SQLConf.PARQUET_BINARY_AS_STRING().key(), false);
438
config.setBoolean(SQLConf.PARQUET_INT96_AS_TIMESTAMP().key(), false);
439
config.setBoolean(SQLConf.CASE_SENSITIVE().key(), false);
0 commit comments