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/01/13 13:28:10 UTC

[GitHub] [hudi] dongkelun commented on issue #4131: [SUPPORT] org.apache.hudi.exception.HoodieException: The value of can not be null

dongkelun commented on issue #4131:
URL: https://github.com/apache/hudi/issues/4131#issuecomment-1012136193


   @nsivabalan @BenjMaq  In Hudi version 0.9.0, insert takes the last field of the schema as the `PRECOMBINE_FIELD` by default. If the field is null, this exception may be thrown
   
   ```scala
   PRECOMBINE_FIELD.key -> tableSchema.fields.last.name
   ```


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