Return-Path: X-Original-To: apmail-impala-dev-archive@minotaur.apache.org Delivered-To: apmail-impala-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 2293918C02 for ; Mon, 18 Apr 2016 23:50:43 +0000 (UTC) Received: (qmail 19824 invoked by uid 500); 18 Apr 2016 23:50:43 -0000 Delivered-To: apmail-impala-dev-archive@impala.apache.org Received: (qmail 19804 invoked by uid 500); 18 Apr 2016 23:50:43 -0000 Mailing-List: contact dev-help@impala.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@impala.incubator.apache.org Delivered-To: mailing list dev@impala.incubator.apache.org Received: (qmail 19788 invoked by uid 99); 18 Apr 2016 23:50:42 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd3-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 18 Apr 2016 23:50:42 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd3-us-west.apache.org (ASF Mail Server at spamd3-us-west.apache.org) with ESMTP id 2CBF618028D for ; Mon, 18 Apr 2016 23:50:42 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd3-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 0.362 X-Spam-Level: X-Spam-Status: No, score=0.362 tagged_above=-999 required=6.31 tests=[RDNS_DYNAMIC=0.363, SPF_PASS=-0.001] autolearn=disabled Received: from mx1-lw-us.apache.org ([10.40.0.8]) by localhost (spamd3-us-west.apache.org [10.40.0.10]) (amavisd-new, port 10024) with ESMTP id gbn0rOIFOCqg for ; Mon, 18 Apr 2016 23:50:40 +0000 (UTC) Received: from ip-10-146-233-104.ec2.internal (ec2-75-101-130-251.compute-1.amazonaws.com [75.101.130.251]) by mx1-lw-us.apache.org (ASF Mail Server at mx1-lw-us.apache.org) with ESMTPS id 39D2A5FAE6 for ; Mon, 18 Apr 2016 23:50:40 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by ip-10-146-233-104.ec2.internal (8.14.4/8.14.4) with ESMTP id u3INod17013278; Mon, 18 Apr 2016 23:50:39 GMT Message-Id: <201604182350.u3INod17013278@ip-10-146-233-104.ec2.internal> Date: Mon, 18 Apr 2016 23:50:35 +0000 From: "Taras Bobrovytsky (Code Review)" To: impala-cr@cloudera.com, dev@impala.incubator.apache.org CC: Alex Behm Reply-To: tbobrovytsky@cloudera.com X-Gerrit-MessageType: newpatchset Subject: =?UTF-8?Q?[Impala-CR](cdh5-trunk)_IMPALA-3270_&_IMPALA-3237:_Improve_handling_of_unsupported_data_types=0A?= X-Gerrit-Change-Id: I0acb57d1749978143a3559ae676b882d4b018d58 X-Gerrit-ChangeURL: X-Gerrit-Commit: b272a5bd82c18eb44dfaa67db5fa16f6cc6b1da3 In-Reply-To: References: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Content-Disposition: inline User-Agent: Gerrit/2.10-rc0 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 Gerrit-Reviewer: Alex Behm Gerrit-Reviewer: Taras Bobrovytsky