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 3DBE718006 for ; Tue, 5 Jan 2016 00:01:40 +0000 (UTC) Received: (qmail 31382 invoked by uid 500); 5 Jan 2016 00:01:40 -0000 Delivered-To: apmail-drill-issues-archive@drill.apache.org Received: (qmail 31342 invoked by uid 500); 5 Jan 2016 00:01:40 -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 31321 invoked by uid 99); 5 Jan 2016 00:01:39 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 05 Jan 2016 00:01:39 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id C97802C1F56 for ; Tue, 5 Jan 2016 00:01:39 +0000 (UTC) Date: Tue, 5 Jan 2016 00:01:39 +0000 (UTC) From: "Jason Altekruse (JIRA)" To: issues@drill.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Assigned] (DRILL-3223) Logical plan deserializer for a join node is broken MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/DRILL-3223?page=3Dcom.atlassia= n.jira.plugin.system.issuetabpanels:all-tabpanel ] Jason Altekruse reassigned DRILL-3223: -------------------------------------- Assignee: Jason Altekruse > Logical plan deserializer for a join node is broken > --------------------------------------------------- > > Key: DRILL-3223 > URL: https://issues.apache.org/jira/browse/DRILL-3223 > Project: Apache Drill > Issue Type: Bug > Components: Query Planning & Optimization > Reporter: Piotr Sok=C3=B3lski > Assignee: Jason Altekruse > Fix For: 1.5.0 > > > Trying to submit a logical query through the web interface or ./bin/submi= t_plan fails with an exception=20 > bq. java.lang.IllegalArgumentException: Conflicting property-based creato= rs: already had [constructor for org.apache.drill.common.logical.data.Join,= annotations: {interface com.fasterxml.jackson.annotation.JsonCreator=3D@co= m.fasterxml.jackson.annotation.JsonCreator()}], encountered [constructor fo= r org.apache.drill.common.logical.data.Join, annotations: {interface com.fa= sterxml.jackson.annotation.JsonCreator=3D@com.fasterxml.jackson.annotation.= JsonCreator()}] > (Full queried plan and error message: https://gist.github.com/pyetras/bf6= 25b6697de62284996) > This is most likely due to the JsonCreator annotation being used in two p= laces in https://github.com/apache/drill/blob/master/common/src/main/java/o= rg/apache/drill/common/logical/data/Join.java#L52-52 -- This message was sent by Atlassian JIRA (v6.3.4#6332)