[
https://issues.apache.org/jira/browse/DRILL-3223?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Chris Westin updated DRILL-3223:
--------------------------------
Component/s: Query Planning & Optimization
> 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.2.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)