Impala Public Jenkins has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/9364 )
Change subject: IMPALA-6275: Fix warn stacktrace in successful CTAS ...................................................................... IMPALA-6275: Fix warn stacktrace in successful CTAS For CTAS in HDFS tables, do not load the column statistics from HMS since since that information will not be available in HMS. Refactored CTAS for HDFS tables to use HdfsTable.createCtasTarget() instead of HdfsTable.load(). Testing: - Ran end-to-end query tests Change-Id: I6f07a188458954802fda20e3b3b56280d96e788e Reviewed-on: http://gerrit.cloudera.org:8080/9364 Reviewed-by: Alex Behm <[email protected]> Tested-by: Impala Public Jenkins --- M fe/src/main/java/org/apache/impala/analysis/CreateTableAsSelectStmt.java M fe/src/main/java/org/apache/impala/catalog/HdfsTable.java 2 files changed, 30 insertions(+), 20 deletions(-) Approvals: Alex Behm: Looks good to me, approved Impala Public Jenkins: Verified -- To view, visit http://gerrit.cloudera.org:8080/9364 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: merged Gerrit-Change-Id: I6f07a188458954802fda20e3b3b56280d96e788e Gerrit-Change-Number: 9364 Gerrit-PatchSet: 7 Gerrit-Owner: Fredy Wijaya <[email protected]> Gerrit-Reviewer: Alex Behm <[email protected]> Gerrit-Reviewer: Fredy Wijaya <[email protected]> Gerrit-Reviewer: Impala Public Jenkins
