nsivabalan commented on issue #7064:
URL: https://github.com/apache/hudi/issues/7064#issuecomment-1302739800

   I don't see any issue just from gleaning the code. 
   Can you post us the info logs you see in both cases for below statement. I 
am expecting its same for both(schema from file based schema provider and from 
schema registry). 
   
   ```
             LOG.info("Seeing new schema. Source :" + 
newSourceSchema.toString(true)
                 + ", Target :" + newTargetSchema.toString(true));
   ```
   
   if we can confirm that, we can dig deeper. 
   
   


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