Alexey Kudinkin created HUDI-5641:
-------------------------------------
Summary: Streamline Advanced Schema Evolution flow
Key: HUDI-5641
URL: https://issues.apache.org/jira/browse/HUDI-5641
Project: Apache Hudi
Issue Type: Bug
Affects Versions: 0.13.0
Reporter: Alexey Kudinkin
Assignee: Alexey Kudinkin
Fix For: 0.13.1
Currently, Schema Evolution not always applied consistently and sometimes is
re-applied multiple times causing issues for HoodieSparkRecord implementations
(that is optimized to reuse underlying buffer):
# HoodieMergeHelper would apply SE transformer, then
# HoodieMergeHandle would run rewriteRecordWithNewSchema again
--
This message was sent by Atlassian Jira
(v8.20.10#820010)