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/14 22:17:35 UTC

[GitHub] [hudi] nsivabalan commented on issue #4802: [SUPPORT] Nullable column value from MySql exporting to Hudi faild

nsivabalan commented on issue #4802:
URL: https://github.com/apache/hudi/issues/4802#issuecomment-1039627522


   for nullable columns, can you try making your schema as follows
   ```
         {
           "name":"colName",
           "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: commits-unsubscribe@hudi.apache.org

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