Return-Path: X-Original-To: apmail-drill-issues-archive@minotaur.apache.org Delivered-To: apmail-drill-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id D8F49174C8 for ; Sat, 7 Feb 2015 01:12:34 +0000 (UTC) Received: (qmail 28632 invoked by uid 500); 7 Feb 2015 01:12:34 -0000 Delivered-To: apmail-drill-issues-archive@drill.apache.org Received: (qmail 28601 invoked by uid 500); 7 Feb 2015 01:12:34 -0000 Mailing-List: contact issues-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 issues@drill.apache.org Received: (qmail 28591 invoked by uid 99); 7 Feb 2015 01:12:34 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 07 Feb 2015 01:12:34 +0000 Date: Sat, 7 Feb 2015 01:12:34 +0000 (UTC) From: "Victoria Markman (JIRA)" To: issues@drill.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (DRILL-1921) Throw unsupported error message some set operators that are not currently supported 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-1921?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Victoria Markman updated DRILL-1921: ------------------------------------ Description: Throw unsupported error message for these operators: (instead of "Could not be implemented error below") INTERSECT EXCEPT UNION CROSS JOIN Query failed: Query failed: Unexpected exception during fragment initialization: Node [rel#517133:Subset#3.LOGICAL.ANY([]).[]] could not be implemented; planner state: Enhacement requests in Jira for these above mentioned operators: {code} INTERSECT DRILL-1308 MINUS No enhancement request ( not recognized in grammar) EXCEPT No enhancement request UNION DRILL-1169 CROSS JOIN DRILL-786 {code} was: Throw unsupported error message for these operators: (instead of "Could not be implemented error below") INTERSECT EXCEPT UNION CROSS JOIN FULL OUTER JOIN Query failed: Query failed: Unexpected exception during fragment initialization: Node [rel#517133:Subset#3.LOGICAL.ANY([]).[]] could not be implemented; planner state: Enhacement requests in Jira for these above mentioned operators: {code} INTERSECT DRILL-1308 MINUS No enhancement request ( not recognized in grammar) EXCEPT No enhancement request UNION DRILL-1169 CROSS JOIN DRILL-786 {code} > Throw unsupported error message some set operators that are not currently supported > ----------------------------------------------------------------------------------- > > Key: DRILL-1921 > URL: https://issues.apache.org/jira/browse/DRILL-1921 > Project: Apache Drill > Issue Type: Bug > Components: SQL Parser > Reporter: Victoria Markman > Assignee: Jinfeng Ni > Fix For: 0.8.0 > > Attachments: DRILL-1921.8.patch > > > Throw unsupported error message for these operators: (instead of "Could not be implemented error below") > INTERSECT > EXCEPT > UNION > CROSS JOIN > Query failed: Query failed: Unexpected exception during fragment initialization: Node [rel#517133:Subset#3.LOGICAL.ANY([]).[]] could not be implemented; planner state: > Enhacement requests in Jira for these above mentioned operators: > {code} > INTERSECT DRILL-1308 > MINUS No enhancement request ( not recognized in grammar) > EXCEPT No enhancement request > UNION DRILL-1169 > CROSS JOIN DRILL-786 > {code} -- This message was sent by Atlassian JIRA (v6.3.4#6332)