You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues-all@impala.apache.org by "Tamas Mate (Jira)" <ji...@apache.org> on 2022/11/28 11:17:00 UTC

[jira] [Created] (IMPALA-11750) Iceberg LOAD DATA INPATH partition clause support

Tamas Mate created IMPALA-11750:
-----------------------------------

             Summary: Iceberg LOAD DATA INPATH partition clause support
                 Key: IMPALA-11750
                 URL: https://issues.apache.org/jira/browse/IMPALA-11750
             Project: IMPALA
          Issue Type: Improvement
          Components: fe
    Affects Versions: Impala 4.2.0
            Reporter: Tamas Mate


To support the PARTITION clause of LOAD DATA INPATH the provided PartitionSpec should be analysed or worked around. Once that is done, a possible solution could be to modify the INSERT INTO SELECT statement to ingest the specified partition value, ie.:
{code:none}
INSERT INTO ... SELECT part_1, * FROM tmp_table;
{code}



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

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-all-unsubscribe@impala.apache.org
For additional commands, e-mail: issues-all-help@impala.apache.org