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

JDBC read nothing for type : Map(String, LowCardinality(Nullable(String)))

Open hitYangfei opened this issue 2 years ago • 0 comments

server version:22.1.3.7 driver version: <groupId>com.clickhouse</groupId> <artifactId>clickhouse-jdbc</artifactId> 0.5.0 all

my table schema: image

I can read from clickhouse-client: image But from jdbc read nothing

hitYangfei avatar Nov 15 '23 09:11 hitYangfei