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

   Also, compared to similiar column `six`, looks like the schema registry does 
not add null default for `ten`. 
   For `six`, this is what schema registry reports:
   ```
   
{\"name\":\"six\",\"type\":[{\"type\":\"string\",\"connect.default\":\"sfa\"},\"null\"],\"default\":\"sfa\"}
   ```
   For `ten`, it looks like:
   ```
   
{\"name\":\"ten\",\"type\":{\"type\":\"string\",\"connect.default\":\"ten_10\"},\"default\":\"ten_10\"}
   ```
   Note the difference in `type` union. In case of `six`, it allows null.


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