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 2021/09/17 15:23:41 UTC

[GitHub] [hudi] Natielle edited a comment on issue #2970: [SUPPORT] Failed to upsert for commit time

Natielle edited a comment on issue #2970:
URL: https://github.com/apache/hudi/issues/2970#issuecomment-921882784


   I had the same problem and I was sure that no other jobs running in parallel. The root problem was the partition column containing a value ".". To solve, I transformed "." into null value (with python was None/NaN value).


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