David Knupp has posted comments on this change.
Change subject: IMPALA-4482, IMPALA-4838: RECOVER PARTITIONS with
tpcds.store_sales
......................................................................
Patch Set 8:
generate-schema-statements.py should now support either style:
ALTER TABLE {db_name}{db_suffix}.{table_name} ...
or:
ALTER TABLE {table_name} ...
Note that in order to remain backwards compatible with existing data load
schema templates, we are continuing to add a USE statement before calling ALTER.
--
To view, visit http://gerrit.cloudera.org:8080/5177
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings
Gerrit-MessageType: comment
Gerrit-Change-Id: Iaae97d1d44201aeeacacdd39adbae35753512950
Gerrit-PatchSet: 8
Gerrit-Project: Impala-ASF
Gerrit-Branch: master
Gerrit-Owner: David Knupp <[email protected]>
Gerrit-Reviewer: David Knupp <[email protected]>
Gerrit-Reviewer: Dimitris Tsirogiannis <[email protected]>
Gerrit-Reviewer: Harrison Sheinblatt <[email protected]>
Gerrit-Reviewer: Internal Jenkins
Gerrit-Reviewer: Jim Apple <[email protected]>
Gerrit-HasComments: No