You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hudi.apache.org by GitBox <gi...@apache.org> on 2021/11/13 00:00:35 UTC

[GitHub] [hudi] xushiyan commented on issue #3953: [SUPPORT] Schema validation always fails if mixing writers (Deltastreamer/Spark)

xushiyan commented on issue #3953:
URL: https://github.com/apache/hudi/issues/3953#issuecomment-967735057


   @Limess thanks for reporting this. yes it should be consistent. I took a further look at `org.apache.avro.SchemaCompatibility#schemaNameEquals()` it also checks for `if (reader.getAliases().contains(writerFullName))`. So we can add aliases on deltastreamer path and datasource writer path to make each other compatible. 
   
   https://issues.apache.org/jira/browse/HUDI-2755
   Filed this ticket and closing the issue.
   
   @Limess would you be keen taking that ticket, since you have a good understanding of the problem already?


-- 
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: commits-unsubscribe@hudi.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org