We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
After two columns were added in the upstream source catalog in schema registry, the source started to panic.
thread 'rw-streaming' panicked at src/stream/src/executor/wrapper/schema_check.rs:48:29: 2024-09-25 23:06:09.896 schema check failed on ExecutorInfo { schema: Schema { fields: [...] }, pk_indices: [34], identity: "Source 746F00002742" }: column type mismatched at position 35: expected Some(List(Varchar)), found Some("Timestamptz")
No response
Should not panic.
The text was updated successfully, but these errors were encountered:
Some additional information. The user who encountered this issue is using a hotfix image derived from v1.9.1.
Sorry, something went wrong.
Sounds same as #16486/#17293 fixed since v1.10
No branches or pull requests
Describe the bug
After two columns were added in the upstream source catalog in schema registry, the source started to panic.
Error message/log
No response
To Reproduce
No response
Expected behavior
Should not panic.
How did you deploy RisingWave?
No response
The version of RisingWave
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: