hudi-bot opened a new issue, #15385:
URL: https://github.com/apache/hudi/issues/15385

   Forget to remove parent name in InternalSchemaChangeApplier#applyAddChange
   
    
   
   // line 52
   
   TableChanges.ColumnAddChange add = 
TableChanges.ColumnAddChange.get(latestSchema);
   String parentName = TableChangesHelper.getParentName(colName);
   
   // insert col a.b inside of b
   
   // we need to insert col a inside of b
   
   // see the usage of ColumnAddChange#addColumns
   add.addColumns(parentName, colName, colType, doc);
   
   ## JIRA info
   
   - Link: https://issues.apache.org/jira/browse/HUDI-4706
   - Type: Bug


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