Skip to content

bugfix: adapters(pg-out): only skip keys that violate uniqueness#6448

Merged
abhizer merged 1 commit into
mainfrom
pg-out-duplicate-fix
Jun 11, 2026
Merged

bugfix: adapters(pg-out): only skip keys that violate uniqueness#6448
abhizer merged 1 commit into
mainfrom
pg-out-duplicate-fix

Conversation

@abhizer

@abhizer abhizer commented Jun 11, 2026

Copy link
Copy Markdown
Contributor

Previously, we used to skip the entire batch if a key violated uniqueness constraint. This introduces a fix to only skip the keys that introduced the violation.

Describe Manual Test Plan

Added a test that verifies only the affecting keys are skipped.

Checklist

  • Unit tests added/updated
  • Integration tests added/updated
  • Documentation updated
  • Changelog updated

Breaking Changes?

Mark if you think the answer is yes for any of these components:

Describe Incompatible Changes

Previously, we used to skip the entire batch if a key violated
uniqueness constraint. This introduces a fix to only skip the keys that
introduced the violation.

Signed-off-by: Abhinav Gyawali <22275402+abhizer@users.noreply.github.com>
@abhizer abhizer requested a review from swanandx June 11, 2026 12:21
@abhizer abhizer enabled auto-merge June 11, 2026 12:22

@swanandx swanandx left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@abhizer abhizer added this pull request to the merge queue Jun 11, 2026
@github-merge-queue github-merge-queue Bot removed this pull request from the merge queue due to failed status checks Jun 11, 2026
@abhizer abhizer added this pull request to the merge queue Jun 11, 2026
@github-merge-queue github-merge-queue Bot removed this pull request from the merge queue due to failed status checks Jun 11, 2026
@abhizer abhizer added this pull request to the merge queue Jun 11, 2026
Merged via the queue into main with commit 5189e54 Jun 11, 2026
1 check passed
@abhizer abhizer deleted the pg-out-duplicate-fix branch June 11, 2026 20:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants