-
Notifications
You must be signed in to change notification settings - Fork 599
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 Avro ref type in source #17020
Comments
resolve ref in schema is an internal API and has some bugs, we use our patched crate in Cargo.toml. Not sure @xiangjinwu includes the fix when migrating deps. |
Not yet.
The bug is because we use the internal API the wrong way, or the API itself is poorly designed and hard to use. In short, we need to replaces almost all references to |
The current cloning hack implementation fails to handle the following situation:
In
|
We added the support for Debezium avro, but not otherwise, which makes no sense.
A little background: In debezium, there are
after
andbefore
sharing the same schema.risingwave/src/connector/src/parser/debezium/avro_parser.rs
Line 83 in 8dfae83
BTW, this line is introduced in this huge refactor: #10096, which is too confusing and scary. How does it work before?
The text was updated successfully, but these errors were encountered: