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

IcebergS3 table types are not accessible using JDBC interface

Open manosmitaacharjya opened this issue 1 month ago • 1 comments

When we have a IcebergS3 table and trying get tables its not listing in the tables list. Java code to fetch tables:

ResultSet tables = databaseMetaData.getTables(
        databaseName,
        getEscapedRegex(schemaName) /* schemaPattern */,
        getEscapedRegex(tableName) /* tablePattern */,
        ImmutableSet.of("TABLE", "VIEW"));

manosmitaacharjya avatar Nov 24 '25 09:11 manosmitaacharjya

@manosmitaacharjya

Thank you for reporting! We will look into it shortly.

chernser avatar Nov 26 '25 22:11 chernser