codope commented on issue #6611:
URL: https://github.com/apache/hudi/issues/6611#issuecomment-1263328854

   Looks like the user-specified schema provider is being honored. I also added 
a unit test with evolving schema in #6817. In this case, schema registry is the 
schema provider and we see that the type of column `ten` is not a union. 
Ideally, it should have been 
   ```
   
{\"name\":\"ten\",\"type\":[{\"type\":\"string\",\"connect.default\":\"ten_10\"},\"null\"],\"default\":\"ten_10\"}
   ```
   But it is
   ```
   
{\"name\":\"ten\",\"type\":{\"type\":\"string\",\"connect.default\":\"ten_10\"},\"default\":\"ten_10\"}
   ```


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