Return-Path: X-Original-To: apmail-drill-dev-archive@www.apache.org Delivered-To: apmail-drill-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 5814F17D4B for ; Sun, 8 Feb 2015 03:41:35 +0000 (UTC) Received: (qmail 72806 invoked by uid 500); 8 Feb 2015 03:41:35 -0000 Delivered-To: apmail-drill-dev-archive@drill.apache.org Received: (qmail 72705 invoked by uid 500); 8 Feb 2015 03:41:35 -0000 Mailing-List: contact dev-help@drill.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@drill.apache.org Delivered-To: mailing list dev@drill.apache.org Received: (qmail 72683 invoked by uid 99); 8 Feb 2015 03:41:35 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 08 Feb 2015 03:41:35 +0000 Date: Sun, 8 Feb 2015 03:41:34 +0000 (UTC) From: "Sean Hsuan-Yi Chu (JIRA)" To: dev@drill.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Resolved] (DRILL-2016) Remove "multiset" data type from supported grammar MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/DRILL-2016?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sean Hsuan-Yi Chu resolved DRILL-2016. -------------------------------------- Resolution: Fixed > Remove "multiset" data type from supported grammar > -------------------------------------------------- > > Key: DRILL-2016 > URL: https://issues.apache.org/jira/browse/DRILL-2016 > Project: Apache Drill > Issue Type: Bug > Components: Query Planning & Optimization > Affects Versions: 0.8.0 > Reporter: Victoria Markman > Assignee: Sean Hsuan-Yi Chu > > Should throw "unsupported error" > {code} > 0: jdbc:drill:schema=dfs> select cast(a1 as multiset) from `t1.json`; > Query failed: Query failed: Unexpected exception during fragment initialization: use createMultisetType() instead > Error: exception while executing query: Failure while executing query. (state=,code=0) > {code} -- This message was sent by Atlassian JIRA (v6.3.4#6332)