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/07/24 13:11:37 UTC

[GitHub] [hudi] xushiyan commented on pull request #5771: [HUDI-4071] Relax record key requirement and write with minimal options

xushiyan commented on PR #5771:
URL: https://github.com/apache/hudi/pull/5771#issuecomment-1193315882

   ```
   2022-07-23T12:39:03.8925584Z Caused by: org.apache.hudi.exception.HoodieDuplicateKeyException: Duplicate key found for insert statement, key is: id:1
   2022-07-23T12:39:03.8926588Z 	at org.apache.spark.sql.hudi.command.ValidateDuplicateKeyPayload.combineAndGetUpdateValue(ValidateDuplicateKeyPayload.scala:43) ~[hudi-spark-common_2.12-0.12.0-SNAPSHOT.jar:?]
   2022-07-23T12:39:03.8927458Z 	at org.apache.hudi.io.HoodieMergeHandle.write(HoodieMergeHandle.java:343) ~[hudi-client-common-0.12.0-SNAPSHOT.jar:0.12.0-SNAPSHOT]
   2022-07-23T12:39:03.8927840Z 	... 8 more
   ```
   
   some spark sql test to fix


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