Jason Fehr has posted comments on this change. ( http://gerrit.cloudera.org:8080/23626 )
Change subject: IMPALA-9715: Load testdata with Impala ...................................................................... Patch Set 13: (2 comments) 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 example, what happens if someone wants to load just the nullescapedtable table (admittedly a very very rare case)? I would expect it to load a fresh copy of the data which is important if there have been changes in functional.nulltable. http://gerrit.cloudera.org:8080/#/c/23626/13/testdata/datasets/functional/functional_schema_template.sql@2528 PS13, Line 2528: INSERT OVERWRITE TABLE {db_name}{db_suffix}.{table_name} PARTITION(year=2010, month=3) Why switch from 'LOAD DATA' to 'INSERT OVERWRITE'? -- 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:09:04 +0000 Gerrit-HasComments: Yes
