Lokesh Jain created HUDI-6890:
---------------------------------
Summary: Fail fast or auto determine record type during read
Key: HUDI-6890
URL: https://issues.apache.org/jira/browse/HUDI-6890
Project: Apache Hudi
Issue Type: Bug
Reporter: Lokesh Jain
HUDI-6753 fixes some tests where read was failing because the record merger
implementation config was not set during
read(HoodieWriteConfig.RECORD_MERGER_IMPLS.key() ->
HoodieSparkRecordMerger.class.getName()). The failure was midway during parquet
read. Please check the mentioned jira for more details on the stacktrace.
This jira aims to make a change where either the read fails fast or the merger
implementation is auto determined during read.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)