ad1happy2go commented on issue #10138:
URL: https://github.com/apache/hudi/issues/10138#issuecomment-1818253468

   @abhisheksahani91 Have you added the new col like below ? As all field are 
manadatory in avro. if you want it to be optional, then union its type with 
null. 
   
   ```
   {
       "name": "newCol",
       "type": [
         "null",
         "string"
       ],
       "default": 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