[
https://issues.apache.org/jira/browse/HUDI-6948?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jonathan Vexler reassigned HUDI-6948:
-------------------------------------
Assignee: Jonathan Vexler
> HoodieAvroParquetReader sets configs wrong
> ------------------------------------------
>
> Key: HUDI-6948
> URL: https://issues.apache.org/jira/browse/HUDI-6948
> Project: Apache Hudi
> Issue Type: Bug
> Reporter: Jonathan Vexler
> Assignee: Jonathan Vexler
> Priority: Major
>
> tryOverrideDefaultConfigs sets the wrong config object. Inside the reader
> there are 2 different config objects.
> Setting the configs like
> {code:java}
> ParquetReader<IndexedRecord> reader = new
> HoodieAvroParquetReaderBuilder<IndexedRecord>(path).withConf(conf)
> .set(ParquetInputFormat.STRICT_TYPE_CHECKING, "false")
> .set(AvroSchemaConverter.ADD_LIST_ELEMENT_RECORDS, "false")
> .build(); {code}
> will set the correct object I believe
--
This message was sent by Atlassian Jira
(v8.20.10#820010)