bhasudha edited a comment on issue #1021: how can i deal this problem when partition's value changed with the same row_key? URL: https://github.com/apache/incubator-hudi/issues/1021#issuecomment-555200348 "String partitionPath = "2016/04/15";" seems to be different from the insert partitionPath (2016/03/15) which is what is causing an issue here. HoodieKey acts as a primary key for a record in a specific partition path. Notion of update assumes updates sent to the key in the same partition path. That assumption is conflicted here. That why you see these errors. Fixing the partitionPath string should help.
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
