-
Notifications
You must be signed in to change notification settings - Fork 172
The app crash when decode an empty low cardinality array #178
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
Comments
Thanks for reporting this. Do you happen to have a full example? Or at least your select statement. I have tried using the existing unit tests with an extra empty array at the end and it's not crashing.
|
Seems to be resolved and tested. Feel free to reopen with an example. |
I'm still getting this error. When I connect to the ClickHouse default
I will get this error:
Note some weird behaviors:
I think it has something to do with the format where the first object is an empty array. |
After this merge #173 now I can decode the array of low cardinality, however it will crash when decoding an empty array.
=> Crash.
The text was updated successfully, but these errors were encountered: