Fredy Wijaya has uploaded a new patch set (#4). ( 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 --- 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, 28 insertions(+), 20 deletions(-) git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/64/9364/4 -- 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: newpatchset Gerrit-Change-Id: I6f07a188458954802fda20e3b3b56280d96e788e Gerrit-Change-Number: 9364 Gerrit-PatchSet: 4 Gerrit-Owner: Fredy Wijaya <[email protected]> Gerrit-Reviewer: Alex Behm <[email protected]> Gerrit-Reviewer: Fredy Wijaya <[email protected]>
