Uploaded image for project: 'IMPALA'
  1. IMPALA
  2. IMPALA-11268

Allow STORED BY and STORED AS as well

    XMLWordPrintableJSON

Details

    • ghx-label-1

    Description

      Currently Impala only recognizes the STORED AS clause, and it uses it for every file format and storage engine.
      Hive behaves differently, it uses STORED AS for file formats, and STORED BY for storage engines like Kudu, HBase, Iceberg.
      This is especially convenient for Iceberg uses, because they can write the following statement to create a table:
      CREATE TABLE ice_t (i int) STORED BY ICEBERG STORED AS PARQUET;

      We could extend Impala's syntax to allow the above as. For backward-compatibility we still need to support STORED AS ICEBERG as well.

      Attachments

        Issue Links

          Activity

            People

              gfurnstahl Gergely Fürnstáhl
              boroknagyz Zoltán Borók-Nagy
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: