Skip to content

IcebergS3 table types are not accessible using JDBC interface #2664

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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

      Milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions