Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support merge with fte for Postgresql #23345

Open
chenjian2664 opened this issue Sep 10, 2024 · 1 comment
Open

Support merge with fte for Postgresql #23345

chenjian2664 opened this issue Sep 10, 2024 · 1 comment
Assignees

Comments

@chenjian2664
Copy link
Contributor

chenjian2664 commented Sep 10, 2024

The MERGE operation encompasses three actions: INSERT, UPDATE, and DELETE. Its purpose is to facilitate the integration of these operations with FTE. The INSERT operation is already supported in the current code base. But the existing MERGE implementation in PSGL lacks support for UPDATE and DELETE operations.

The tests TestPostgresQueryFailureRecoveryTest#testDeleteWithSubquery and TestPostgresQueryFailureRecoveryTest#testMerge indicate that the assertions regarding the expected modified row counts are failing.

@kokosing
Copy link
Member

Can you please describe what is not working and it behaves today?

@chenjian2664 chenjian2664 self-assigned this Oct 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants