Details
-
Bug
-
Status: Closed
-
Critical
-
Resolution: Fixed
-
None
-
None
Description
tryOverrideDefaultConfigs sets the wrong config object. Inside the reader there are 2 different config objects.
Setting the configs like
ParquetReader<IndexedRecord> reader = new HoodieAvroParquetReaderBuilder<IndexedRecord>(path).withConf(conf) .set(ParquetInputFormat.STRICT_TYPE_CHECKING, "false") .set(AvroSchemaConverter.ADD_LIST_ELEMENT_RECORDS, "false") .build();
will set the correct object I believe
Attachments
Issue Links
- Discovered while testing
-
HUDI-6872 Simplify Out Of Box Schema Evolution Functionality
- Closed
- links to