clickhouse-connect icon indicating copy to clipboard operation
clickhouse-connect copied to clipboard

Improve error detection in the middle of stream

Open mshustov opened this issue 11 months ago • 1 comments

see https://github.com/ClickHouse/ClickHouse/issues/75175 and previous discussion https://github.com/ClickHouse/clickhouse-connect/issues/122#issuecomment-1427077665

mshustov avatar Jan 29 '25 09:01 mshustov

To clarify, I think that error detection with standard/streaming queries using Native format is working correctly. The issues identified in https://github.com/ClickHouse/ClickHouse/issues/75175 would only affect queries using the raw_query client method, so the scope is relatively limited.

genzgd avatar Jan 29 '25 11:01 genzgd