-
Notifications
You must be signed in to change notification settings - Fork 718
fix(stream): switch jdbc_pg_to_native sink
#21543
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
Conversation
fd2e4c5 to
9488b1d
Compare
eab0be2 to
aa39db9
Compare
aa39db9 to
a37ce83
Compare
55e9f4c to
df17dd2
Compare
|
Warning This pull request is not mergeable via GitHub because a downstack PR is open. Once all requirements are satisfied, merge this PR as a stack on Graphite.
This stack of pull requests is managed by Graphite. Learn more about stacking. |
df17dd2 to
d69a634
Compare
93e8426 to
bb896f3
Compare
8c95eb9 to
49532a6
Compare
bae588c to
72e79ae
Compare
180b4c8 to
8b50347
Compare
|
A
All 3 PRs got approved. I'll just merge the top-most PR in the stack directly to |
This is why I wanted to reduce our cherry-pick workload. It is encouraging monolithic commits cc @hzxa21 👍 on splitting it into 3 PRs despite it is going to be 1 merge commit |
Co-authored-by: Noel Kwan <[email protected]>

I hereby agree to the terms of the RisingWave Labs, Inc. Contributor License Agreement.
What's changed and what's your intention?
It didn't switch the connector type previously. Closes #21525.
We also fix the duplicate entry error for
on conflict do update, by just batching at most one row at a time.Checklist
Documentation
Release note