You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by "Matt Burgess (Jira)" <ji...@apache.org> on 2023/05/10 19:54:00 UTC

[jira] [Created] (NIFI-11537) Add support for Iceberg tables to UpdateHive3Table

Matt Burgess created NIFI-11537:
-----------------------------------

             Summary: Add support for Iceberg tables to UpdateHive3Table 
                 Key: NIFI-11537
                 URL: https://issues.apache.org/jira/browse/NIFI-11537
             Project: Apache NiFi
          Issue Type: Improvement
          Components: Extensions
            Reporter: Matt Burgess


UpdateHive3Table currently adds columns to Iceberg-backed tables successfully, but Iceberg needs a special CREATE TABLE command to specify the Iceberg Storage Handler and table properties.

This Jira proposes to add a Create Table Storage Handler property with Default and Iceberg as the initial choices. Default does not generate a STORED BY clause, and Iceberg will generate the appropriate STORED BY clause and set the necessary table properties. This approach can be used in the future to add support for HBase- and Kudu-backed Hive tables.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)