-
Notifications
You must be signed in to change notification settings - Fork 594
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
Bug: avro schema with default
value for date
cannot be parsed
#13505
Comments
Yet another upstream (
It was introduced in upstream since 2022-10-11 (after 0.14.0) and fixed 2023-09-07 (before 0.16.0). Our fork is based on 2023-03-21, and there are some breaking API changes between 2023-03-21 and 2023-09-07.
|
we introduce our crate to handle ref type in Avro, without handling cycle dependency. I am not sure the official sdk has fixed that. |
Yes. I have a prototype solution for both ref type and decimal, using the official version rather than our fork. |
Update: The aforementioned schema definition works in upstream apache_avro 0.16.0, but a similar schema definition still fails:
|
default
value for date
cannot be parsed
Describe the bug
customer reported cannot create a Table with kafka connector in
DEBEZIUM AVRO
format.Error message/log
To Reproduce
The schema which is suspected to be causing this problem:
Expected behavior
No response
How did you deploy RisingWave?
No response
The version of RisingWave
risingwave:nightly-20231102
Additional context
No response
The text was updated successfully, but these errors were encountered: