Tim Armstrong has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/9429 )
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 <alex.b...@cloudera.com> Tested-by: Impala Public Jenkins Reviewed-on: http://gerrit.cloudera.org:8080/9429 Reviewed-by: Tim Armstrong <tarmstr...@cloudera.com> --- 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: Impala Public Jenkins: Verified Tim Armstrong: Looks good to me, approved -- To view, visit http://gerrit.cloudera.org:8080/9429 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: 2.x Gerrit-MessageType: merged Gerrit-Change-Id: I6f07a188458954802fda20e3b3b56280d96e788e Gerrit-Change-Number: 9429 Gerrit-PatchSet: 3 Gerrit-Owner: Tim Armstrong <tarmstr...@cloudera.com> Gerrit-Reviewer: Alex Behm <alex.b...@cloudera.com> Gerrit-Reviewer: Fredy Wijaya <fwij...@cloudera.com> Gerrit-Reviewer: Impala Public Jenkins Gerrit-Reviewer: Tim Armstrong <tarmstr...@cloudera.com>