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

Iceberg LOAD DATA INPATH partition clause support

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Open
    • Major
    • Resolution: Unresolved
    • Impala 4.2.0
    • None
    • fe
    • None
    • ghx-label-2

    Description

      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.:

      INSERT INTO ... SELECT part_1, * FROM tmp_table;
      

      Attachments

        Activity

          People

            Unassigned Unassigned
            tmate Tamas Mate
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated: