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

   This issue was reviewed as part of the JIRA-migrated backlog triage.
   
   Findings: This was fixed by PR #6486 (commit 22d6019, merged 2022-09-16). In 
InternalSchemaChangeApplier#applyAddChange, the parent name is now stripped 
from the column name before calling ColumnAddChange#addColumns — it computes 
parentName = TableChangesHelper.getParentName(colName) and leafName = 
TableChangesHelper.getLeafName(colName) and calls add.addColumns(parentName, 
leafName, colType, doc). Verified present in release-1.0.0 (and later) source.
   
   If you're still hitting this on a recent version, please reopen with repro 
steps.
   
   Closing as fixed.


-- 
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