[ 
https://issues.apache.org/jira/browse/HUDI-6948?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Jonathan Vexler updated HUDI-6948:
----------------------------------
    Status: Patch Available  (was: In Progress)

> 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
>              Labels: pull-request-available
>
> 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)

Reply via email to