Casey Ching has uploaded a new change for review. http://gerrit.cloudera.org:8080/2996
Change subject: Remove DDL delegates ...................................................................... Remove DDL delegates There ass only one functional delegate (for Kudu) the existence of the other delegate and the use of delegates in general has led to confusion. The Kudu delegate only exists to provide functionality missing from Hive. Eventually Hive should have the needed functionality and the Kudu delegate (renamed in this patch to KuduCatalogOpExecutor) can be removed. Change-Id: I37f964f8b663fff219aa4eff3e2ef8e89217acf3 --- M fe/src/main/java/com/cloudera/impala/analysis/CreateTableStmt.java M fe/src/main/java/com/cloudera/impala/catalog/KuduTable.java M fe/src/main/java/com/cloudera/impala/catalog/Table.java D fe/src/main/java/com/cloudera/impala/catalog/delegates/DdlDelegate.java D fe/src/main/java/com/cloudera/impala/catalog/delegates/KuduDdlDelegate.java D fe/src/main/java/com/cloudera/impala/catalog/delegates/UnsupportedOpDelegate.java M fe/src/main/java/com/cloudera/impala/service/CatalogOpExecutor.java A fe/src/main/java/com/cloudera/impala/service/KuduCatalogOpExecutor.java 8 files changed, 265 insertions(+), 396 deletions(-) git pull ssh://gerrit.cloudera.org:29418/Impala refs/changes/96/2996/1 -- To view, visit http://gerrit.cloudera.org:8080/2996 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I37f964f8b663fff219aa4eff3e2ef8e89217acf3 Gerrit-PatchSet: 1 Gerrit-Project: Impala Gerrit-Branch: cdh5-trunk Gerrit-Owner: Casey Ching <[email protected]>
