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
Some internal structures are incorrect when insert in Dynamic/Variant.
Insert successfully done.
Variant: Code: 117. DB::Exception: Invalid version for SerializationVariant discriminators column.: While executing Native. (INCORRECT_DATA) (version 25.1.1.1751) Dynamic: Code: 117. DB::Exception: Invalid version for Dynamic structure serialization: 4: While executing Native. (INCORRECT_DATA) (version 25.1.1.1751)
The text was updated successfully, but these errors were encountered:
Thanks for the report -- it looks like you have the problem on both 24.11 and 25.1 -- I assume the behavior is the same on both?
Sorry, something went wrong.
Yes, tested on both:
Successfully merging a pull request may close this issue.
Describe the bug
Some internal structures are incorrect when insert in Dynamic/Variant.
Steps to reproduce
Expected behaviour
Insert successfully done.
clickhouse-connect and/or ClickHouse server logs
Variant: Code: 117. DB::Exception: Invalid version for SerializationVariant discriminators column.: While executing Native. (INCORRECT_DATA) (version 25.1.1.1751)
Dynamic: Code: 117. DB::Exception: Invalid version for Dynamic structure serialization: 4: While executing Native. (INCORRECT_DATA) (version 25.1.1.1751)
Configuration
Environment
ClickHouse server
The text was updated successfully, but these errors were encountered: