You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@drill.apache.org by "Jason Altekruse (JIRA)" <ji...@apache.org> on 2016/01/05 01:01:39 UTC

[jira] [Updated] (DRILL-3223) Logical plan deserializer for a join node is broken

     [ https://issues.apache.org/jira/browse/DRILL-3223?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jason Altekruse updated DRILL-3223:
-----------------------------------
    Fix Version/s:     (was: Future)
                   1.5.0

> 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ólski
>             Fix For: 1.5.0
>
>
> Trying to submit a logical query through the web interface or ./bin/submit_plan fails with an exception 
> bq. java.lang.IllegalArgumentException: Conflicting property-based creators: already had [constructor for org.apache.drill.common.logical.data.Join, annotations: {interface com.fasterxml.jackson.annotation.JsonCreator=@com.fasterxml.jackson.annotation.JsonCreator()}], encountered [constructor for org.apache.drill.common.logical.data.Join, annotations: {interface com.fasterxml.jackson.annotation.JsonCreator=@com.fasterxml.jackson.annotation.JsonCreator()}]
> (Full queried plan and error message: https://gist.github.com/pyetras/bf625b6697de62284996)
> This is most likely due to the JsonCreator annotation being used in two places in https://github.com/apache/drill/blob/master/common/src/main/java/org/apache/drill/common/logical/data/Join.java#L52-52



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)