Skip to content

Make the way Hive table existence is checked configuable #774

Description

@yruslan

Background

Depending on Hive version, number of databases in catalog, and other factors one of methods could be preferable:

  • Metadata query via JDBC
  • DESCRIBE table query
  • SELECT * FROM table WHERE 0=1 query

Feature

Make the way Hive table existence is checked configuable.

Example [Optional]

--

Proposed Solution [Optional]

--

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions