a0x commented on issue #5792:
URL: https://github.com/apache/hudi/issues/5792#issuecomment-1153434879

   > yes, "note" field did not have the proper default value set and hence the 
issue. Sorry whats your question now? before inserting to hudi, you might have 
to ensure the respective fields have proper defaults set.
   
   Yes I'm pretty sure that `note` field is as null-default, because when 
creating table using SparkSQL, it is nullable.
   <img width="724" alt="image" 
src="https://user-images.githubusercontent.com/3829546/173275999-19b38eb7-cc41-45fc-b9ad-8fe5dac1de54.png";>
   
   How can I set the proper default value for `note` field when it's properly 
set, or did I miss something?
   
   So my question is why can't I want to do some update on Hudi tables via 
SparkSQL, and how can I solve this problem?


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