You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@drill.apache.org by "Piotr Sokólski (JIRA)" <ji...@apache.org> on 2015/05/30 20:13:17 UTC

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

Piotr Sokólski created DRILL-3223:
-------------------------------------

             Summary: 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
            Reporter: Piotr Sokólski


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)