StreamFailureError when querying JSON
containing Tuple(Int8, String)
#466
Labels
bug
Something isn't working
JSON
containing Tuple(Int8, String)
#466
Describe the bug
A
StreamFailureError
is raised when executing a query that contains a column withJSON
datatype, containing aTuple(Int8, String)
.Steps to reproduce
Example query:
Apply this patch with unit test case and run the test:
Expected behaviour
The above test should pass and no
StreamFailureError
should be raised.Code example
See patch above.
clickhouse-connect and/or ClickHouse server logs
Configuration
Environment
ClickHouse server
The text was updated successfully, but these errors were encountered: