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
I see that there are two implementations in the driver package, and the other ClickHouseBaseMetaData implements the getIndexInfo logic, but the implementation of DatabaseMetaData returns null. It would be better to return an empty ResultSet
The text was updated successfully, but these errors were encountered:
https://github.com/ClickHouse/clickhouse-java/blob/7a139706364f2888450405542e8a3df0589653ee/jdbc-v2/src/main/java/com/clickhouse/jdbc/metadata/DatabaseMetaData.java#L1029C1-L1032C1
I see that there are two implementations in the driver package, and the other ClickHouseBaseMetaData implements the getIndexInfo logic, but the implementation of DatabaseMetaData returns null. It would be better to return an empty ResultSet
The text was updated successfully, but these errors were encountered: