clickhouse-java
clickhouse-java copied to clipboard
[jdbc-v2] Exception reading table with JSON column
Description
There is an exception
[HY000] Failed to read value for column test
Unsupported data type with tag 100
This probably relates to the type mapping in JDBC
Steps to reproduce
- Create table with JSON column
- Try to read all its content
Error Log or Exception StackTrace
Expected Behaviour
Code Example
Configuration
Client Configuration
Environment
- [ ] Cloud
- Client version:
- Language version:
- OS:
ClickHouse Server
- ClickHouse Server version:
- ClickHouse Server non-default settings, if any:
CREATE TABLEstatements for tables involved:- Sample data for all these tables, use clickhouse-obfuscator if necessary