You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hudi.apache.org by GitBox <gi...@apache.org> on 2022/02/17 03:32:52 UTC

[GitHub] [hudi] baisui1981 edited a comment on issue #4802: [SUPPORT] Nullable column value from MySql exporting to Hudi faild

baisui1981 edited a comment on issue #4802:
URL: https://github.com/apache/hudi/issues/4802#issuecomment-1042538812


   > for nullable columns, can you try making your schema as follows
   > 
   > ```
   >       {
   >         "name":"colName",
   >         "type":["null","string"],
   >         "default": null
   >       },
   > ```
   
   thanks for your [nsivabalan](https://github.com/nsivabalan) reply , I have pass the experiment in my test environment 


-- 
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: commits-unsubscribe@hudi.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org