-
Notifications
You must be signed in to change notification settings - Fork 596
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
PG composite type sync failed #13168
Comments
Our |
It seems debezium doesn't support the
|
So, do we have any conclusion on how to solve this? 🥹 |
how about we put this limitation to the documentation first? (If it will take a while or is not high-priority) |
It seems a bit complicated than I expect and need some investigation according to https://issues.redhat.com/browse/DBZ-994, I wonder what's the priority of this requirement. @fuyufjh |
I am not aware of any user/POC who has ever raised this issue, but cc: @neverchanje if there are any |
Trying to summarize the issue here: When ingesting CDC data from PG, composite data types in PG cannot be parsed correctly in RisingWave. The cause of the issue is that Debezium doesn't support the composite data type in PG, and RisingWave uses Debezium to ingest PG CDC data. |
@hengm3467 Exactly. |
This issue has been open for 60 days with no activity. If you think it is still relevant today, and needs to be done in the near future, you can comment to update the status, or just manually remove the You can also confidently close this issue as not planned to keep our backlog clean. |
Describe the bug
In PG
In RW
Error message/log
No response
To Reproduce
No response
Expected behavior
No response
How did you deploy RisingWave?
No response
The version of RisingWave
nightly-20231030
Additional context
No response
The text was updated successfully, but these errors were encountered: