Lars Volker has uploaded a new change for review. http://gerrit.cloudera.org:8080/6317
Change subject: IMPALA-4615: Fix create_table.sql command order ...................................................................... IMPALA-4615: Fix create_table.sql command order INSERT OVERWRITE commands in Hive will only affect partitions that Hive knows about. If an external table gets dropped and recreated, then 'MSCK REPAIR TABLE' needs to be executed to recover any preexisting partitions. Otherwise, an INSERT OVERWRITE will not remove the data files in those partitions and will fail to move the new data in place. More information can be found here: http://www.ericlin.me/hive-insert-overwrite-does-not-remove-existing-data Change-Id: I0f68eeb75ba2f43b96b8f3d82f902e291d3bd396 --- M testdata/avro_schema_resolution/create_table.sql 1 file changed, 11 insertions(+), 2 deletions(-) git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/17/6317/1 -- To view, visit http://gerrit.cloudera.org:8080/6317 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I0f68eeb75ba2f43b96b8f3d82f902e291d3bd396 Gerrit-PatchSet: 1 Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-Owner: Lars Volker <[email protected]>
