You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@impala.apache.org by "Abhishek Rawat (Code Review)" <ge...@cloudera.org> on 2019/11/05 18:49:41 UTC

[Impala-ASF-CR] IMPALA-8692 Gracefully fail complex type inserts

Abhishek Rawat has uploaded a new patch set (#2). ( http://gerrit.cloudera.org:8080/14634 )

Change subject: IMPALA-8692 Gracefully fail complex type inserts
......................................................................

IMPALA-8692 Gracefully fail complex type inserts

Impala doesn't support writing new data files containing complex type
columns. Block such statements during analysis.

Added new tests in AnalyzeStmtsTest for the blocked scenarios.

Change-Id: I81bd04b2f1cd9873462098f67a45cd3974094d96
---
M fe/src/main/java/org/apache/impala/analysis/InsertStmt.java
M fe/src/test/java/org/apache/impala/analysis/AnalyzeStmtsTest.java
2 files changed, 18 insertions(+), 0 deletions(-)


  git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/34/14634/2
-- 
To view, visit http://gerrit.cloudera.org:8080/14634
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings

Gerrit-Project: Impala-ASF
Gerrit-Branch: master
Gerrit-MessageType: newpatchset
Gerrit-Change-Id: I81bd04b2f1cd9873462098f67a45cd3974094d96
Gerrit-Change-Number: 14634
Gerrit-PatchSet: 2
Gerrit-Owner: Abhishek Rawat <ar...@cloudera.com>
Gerrit-Reviewer: Abhishek Rawat <ar...@cloudera.com>
Gerrit-Reviewer: Impala Public Jenkins <im...@cloudera.com>
Gerrit-Reviewer: Tim Armstrong <ta...@cloudera.com>