Todd Lipcon has submitted this change and it was merged. ( 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 Reviewed-on: http://gerrit.cloudera.org:8080/11141 Tested-by: Impala Public Jenkins <[email protected]> Reviewed-by: Vuk Ercegovac <[email protected]> --- 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(-) Approvals: Impala Public Jenkins: Verified Vuk Ercegovac: Looks good to me, approved -- 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: merged Gerrit-Change-Id: I30bfd9a02c0a8d4e0f793ed84fd1693a44f6e9ee Gerrit-Change-Number: 11141 Gerrit-PatchSet: 2 Gerrit-Owner: Todd Lipcon <[email protected]> Gerrit-Reviewer: Impala Public Jenkins <[email protected]> Gerrit-Reviewer: Pooja Nilangekar <[email protected]> Gerrit-Reviewer: Todd Lipcon <[email protected]> Gerrit-Reviewer: Vuk Ercegovac <[email protected]>
