mirror of
https://github.com/apache/impala.git
synced 2026-01-02 21:00:35 -05:00
This change adds Impala support for LOAD DATA statements. This allows the user to load one or more files into a table or partition from a given HDFS location. The load operation only moves files, it does not convert data to match the target table/partition's file format.