You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If the table already has some records with duplicate primary key, then using spark insert into sql to do upsert will not work as expected. rows still are duplicated but expected to be merged into one.
Affects Versions
0.4.1
What engines are you seeing the problem on?
Spark
How to reproduce
Relevant log output
No response
Anything else
No response
Code of Conduct
I agree to follow this project's Code of Conduct
The text was updated successfully, but these errors were encountered:
This issue has been automatically marked as stale because it has been open for 180 days with no activity. It will be closed in next 14 days if no further activity occurs. To permanently prevent this issue from being considered stale, add the label 'not-stale', but commenting on the issue is preferred when possible.
What happened?
If the table already has some records with duplicate primary key, then using spark insert into sql to do upsert will not work as expected. rows still are duplicated but expected to be merged into one.
Affects Versions
0.4.1
What engines are you seeing the problem on?
Spark
How to reproduce
Relevant log output
No response
Anything else
No response
Code of Conduct
The text was updated successfully, but these errors were encountered: