You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If possible, change "enabled" to true in "send_crash_reports" section in config.xml:
<send_crash_reports>
<!-- Changing <enabled> to true allows sending crash reports to -->
<!-- the ClickHouse core developers team via Sentry https://sentry.io -->
<enabled>false</enabled>
How to reproduce
I think this is related to specified test data set.
Expected behavior
A clear and concise description of what you expected to happen.
Error message and/or stacktrace
If applicable, add screenshots to help explain your problem.
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
Describe what's wrong
We meet a core in
PlainByteArrayDecoder::DecodeCHDense
caused by a simple sql that reads a string column from a parquet file.core stack is as following
Should we use the parquet reader in CH instead?
Does it reproduce on recent release?
The list of releases
Enable crash reporting
How to reproduce
I think this is related to specified test data set.
Expected behavior
Error message and/or stacktrace
Additional context
The text was updated successfully, but these errors were encountered: