trushev commented on PR #5830:
URL: https://github.com/apache/hudi/pull/5830#issuecomment-1314911375

   > Either we have some tool for fetching the right avro schema in evolution 
use cases
   
   `avroSchema` does not support custom ids. We use them to build 
mergedInternalSchema to map old type(name) to new type (name)
   
    > or we keep only the internal schema that is compatible for evolution.
   
   I tried but it didn't work. There were differences between origin 
`avroSchema` and  converted `internalSchema` to avro schema. Mb it was a bug. 
So I just kept the origin `avroSchema` inside `internalSchema`
   
   


-- 
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-unsubscr...@hudi.apache.org

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

Reply via email to