Todd Lipcon has uploaded this change for review. ( http://gerrit.cloudera.org:8080/11141
Change subject: IMPALA-7276 (re-fix). Re-fix CTAS and INSERT for LocalCatalog ...................................................................... IMPALA-7276 (re-fix). Re-fix CTAS and INSERT for LocalCatalog A recent commit merged and accidentally added a new downcast to HdfsTable instead of FeFsTable. It also removed the implementation of one necessary function in LocalFsTable. This small fix re-fixes those two points so that CTAS works again. Tested with a simple CTAS query from the shell. Change-Id: I30bfd9a02c0a8d4e0f793ed84fd1693a44f6e9ee --- M fe/src/main/java/org/apache/impala/catalog/local/LocalFsTable.java M fe/src/main/java/org/apache/impala/planner/HdfsTableSink.java 2 files changed, 9 insertions(+), 4 deletions(-) git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/41/11141/1 -- To view, visit http://gerrit.cloudera.org:8080/11141 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: newchange Gerrit-Change-Id: I30bfd9a02c0a8d4e0f793ed84fd1693a44f6e9ee Gerrit-Change-Number: 11141 Gerrit-PatchSet: 1 Gerrit-Owner: Todd Lipcon <[email protected]>
