dongkelun edited a comment on issue #4131: URL: https://github.com/apache/hudi/issues/4131#issuecomment-1012136193
@nsivabalan @BenjMaq In Hudi version 0.9.0, sql 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
