-
Notifications
You must be signed in to change notification settings - Fork 173
App crash when run some queries. #266
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
Hi @huyphams thanks for your report, what is the server version? |
I can reproduce with the latest commit 4774da1 |
Ok, what is the server version? There was recently a breaking change on aggregated functions state serializations (I believe between 22.8 and 22.10) so I'm curious is that related... |
I'm testing with the ClickHouse version |
Hi, @Enmk any update on this? we're holding back our release due to this issue. Should we move on or wait for the patch? |
@huyphams please see #273 for test sample, does that reproduces your case? I tested that against
Could you please provide any details regarding the crash? Maybe some stacktrace? |
Hi @Enmk could you check again? I saw that all the tests failed. Btw can you also the first example as it would cause the app to crash? |
The crash itself is fixed here: #273 However, clickhouse-cpp currently doesn't support reading values of type |
I'm still getting the crash with the query
|
The lib would crash when we run the following queries:
Create table
Then run this query.
The text was updated successfully, but these errors were encountered: