XMLWordPrintableJSON

Details

    • Sub-task
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • None
    • Impala 4.4.0
    • Frontend
    • None
    • ghx-label-11

    Description

      We should create JDBC table without data source.

      Change syntax of creating JDBC table statement as
      CREATE TABLE [IF NOT EXISTS] [db_name.]table_name
      (col_name data_type
      [constraint_specification]
      [COMMENT 'col_comment']
      [, ...]
      )
      [COMMENT 'table_comment']
      STORED BY JDBC
      TBLPROPERTIES ('key1'='value1', 'key2'='value2', ...)

      Attachments

        Activity

          People

            wzhou Wenzhe Zhou
            wzhou Wenzhe Zhou
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: