Skip to content

IcebergS3 table types are not accessible using JDBC interface #2664

@manosmitaacharjya

Description

@manosmitaacharjya

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"));

Metadata

Metadata

Assignees

No one assigned

    Labels

    area:jdbc-metadataissue handling metadata things like getting type of columnenhancementjdbc-v2jdbc-v2 issues

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions