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

   Details in [https://github.com/apache/hudi/issues/3953]
   
    
   
   It's possible to add alias in the schema to make the compatibility check 
pass. Below is the logic to check schema name equals, which failed the check 
due to setting different names by deltastreamer and datasource writer.
   {quote}public static boolean schemaNameEquals(final Schema reader, final 
Schema writer) {
   final String writerFullName = writer.getFullName();
   if (objectsEqual(reader.getFullName(), writerFullName))
   Unknown macro: \{ return true; }
   // Apply reader aliases:
   if (reader.getAliases().contains(writerFullName))
   
   return false;
   }
   {quote}
   
   ## JIRA info
   
   - Link: https://issues.apache.org/jira/browse/HUDI-2755
   - 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