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
ava.lang.IllegalArgumentException: Missing function parameters
at com.clickhouse.data.ClickHouseColumn.readColumn(ClickHouseColumn.java:338)
at com.clickhouse.data.ClickHouseColumn.parse(ClickHouseColumn.java:627)
at com.clickhouse.jdbc.internal.MetadataResultSet.getString(MetadataResultSet.java:22)
at com.clickhouse.jdbc.internal.MetadataResultSet.getInt(MetadataResultSet.java:31)
Steps to reproduce
Create connection
get metadata by calling java.sql.Connection#getMetaData
call java.sql.DatabaseMetaData#getTypeInfo then
Similar issue with getColumns()
The text was updated successfully, but these errors were encountered:
Describe the bug
Error:
Steps to reproduce
java.sql.Connection#getMetaData
java.sql.DatabaseMetaData#getTypeInfo
thenSimilar issue with
getColumns()
The text was updated successfully, but these errors were encountered: