Taras Bobrovytsky has uploaded a new patch set (#6).

Change subject: IMPALA-3270 & IMPALA-3237: Improve handling of unsupported data 
types
......................................................................

IMPALA-3270 & IMPALA-3237: Improve handling of unsupported data types

This patch introduces the following changes:
- Disallow creating and inserting into tables that have columns with
  unsopported types
- Improve error messages when unsupported data types are encountered

Change-Id: I0acb57d1749978143a3559ae676b882d4b018d58
---
M fe/src/main/java/com/cloudera/impala/analysis/InsertStmt.java
M fe/src/main/java/com/cloudera/impala/analysis/SelectStmt.java
M fe/src/main/java/com/cloudera/impala/analysis/TypeDef.java
M fe/src/main/java/com/cloudera/impala/catalog/ScalarType.java
M fe/src/main/java/com/cloudera/impala/catalog/Type.java
M fe/src/test/java/com/cloudera/impala/analysis/AnalyzeDDLTest.java
M fe/src/test/java/com/cloudera/impala/analysis/AnalyzerTest.java
7 files changed, 82 insertions(+), 23 deletions(-)


  git pull ssh://gerrit.cloudera.org:29418/Impala refs/changes/42/2742/6
-- 
To view, visit http://gerrit.cloudera.org:8080/2742
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings

Gerrit-MessageType: newpatchset
Gerrit-Change-Id: I0acb57d1749978143a3559ae676b882d4b018d58
Gerrit-PatchSet: 6
Gerrit-Project: Impala
Gerrit-Branch: cdh5-trunk
Gerrit-Owner: Taras Bobrovytsky <[email protected]>
Gerrit-Reviewer: Alex Behm <[email protected]>
Gerrit-Reviewer: Taras Bobrovytsky <[email protected]>

Reply via email to