Joe McDonnell has uploaded this change for review. ( http://gerrit.cloudera.org:8080/20198
Change subject: IMPALA-12287: Use old INSERT OVERWRITE TABLE syntax for Hive dataload ...................................................................... IMPALA-12287: Use old INSERT OVERWRITE TABLE syntax for Hive dataload In dataload, we have some Hive statements that use the "INSERT OVERWRITE" syntax rather than the "INSERT OVERWRITE TABLE" syntax. Older versions of Hive do not support this syntax. In order to keep the dataload code as compatible as possible, this switches the "INSERT OVERWRITE" statements to "INSERT OVERWRITE TABLE". Testing: - Ran a core job Change-Id: I455641280166c39dcc42fb4187f728df8148cc70 --- M testdata/datasets/functional/functional_schema_template.sql 1 file changed, 8 insertions(+), 8 deletions(-) git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/98/20198/1 -- To view, visit http://gerrit.cloudera.org:8080/20198 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: newchange Gerrit-Change-Id: I455641280166c39dcc42fb4187f728df8148cc70 Gerrit-Change-Number: 20198 Gerrit-PatchSet: 1 Gerrit-Owner: Joe McDonnell <[email protected]>
