deepakpanda93 commented on issue #16372:
URL: https://github.com/apache/hudi/issues/16372#issuecomment-4851695761

   It looked unfixed on 1.1.0: the relevant fix, 
[#17776](https://github.com/apache/hudi/pull/17776) ("Ignore duplicate fields 
when merging schema in IncrementalRelation"), shipped in 1.2.0, not 1.1.0. It 
addresses exactly this — when the Hudi meta-field skeleton schema is merged 
with a data schema that already contains those fields, you'd get 
COLUMN_ALREADY_EXISTS; the merge now ignores the duplicate fields. (HUDI-9597 
[#13731], in 1.1.0, also reduced unnecessary schema evolution under reconcile.)


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to