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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to