Michael Smith has posted comments on this change. ( 
http://gerrit.cloudera.org:8080/23626 )

Change subject: IMPALA-9715: Load testdata with Impala
......................................................................


Patch Set 13:

(1 comment)

http://gerrit.cloudera.org:8080/#/c/23626/13/testdata/datasets/functional/functional_schema_template.sql
File testdata/datasets/functional/functional_schema_template.sql:

http://gerrit.cloudera.org:8080/#/c/23626/13/testdata/datasets/functional/functional_schema_template.sql@1721
PS13, Line 1721: INSERT OVERWRITE TABLE {db_name}{db_suffix}.{table_name} 
select * from functional.nulltable;
> Why the switch from a 'LOAD DATA' statement to an 'INSERT OVERWRITE'?  For
Because we had 3 locations pulling from the same source file, and Impala's LOAD 
DATA moves that file (within distributed storage) to the table. So after the 
1st one, the file no longer exists.



--
To view, visit http://gerrit.cloudera.org:8080/23626
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings

Gerrit-Project: Impala-ASF
Gerrit-Branch: master
Gerrit-MessageType: comment
Gerrit-Change-Id: I43d681a89d49fde9562ea67fd250fad2edd308ae
Gerrit-Change-Number: 23626
Gerrit-PatchSet: 13
Gerrit-Owner: Michael Smith <[email protected]>
Gerrit-Reviewer: Csaba Ringhofer <[email protected]>
Gerrit-Reviewer: Impala Public Jenkins <[email protected]>
Gerrit-Reviewer: Jason Fehr <[email protected]>
Gerrit-Reviewer: Joe McDonnell <[email protected]>
Gerrit-Reviewer: Michael Smith <[email protected]>
Gerrit-Comment-Date: Tue, 18 Nov 2025 17:22:12 +0000
Gerrit-HasComments: Yes

Reply via email to