You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@drill.apache.org by "Lisen Mu (JIRA)" <ji...@apache.org> on 2013/08/12 09:22:48 UTC

[jira] [Commented] (DRILL-169) Projection LOP serialization & deserialization

    [ https://issues.apache.org/jira/browse/DRILL-169?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13736654#comment-13736654 ] 

Lisen Mu commented on DRILL-169:
--------------------------------

another concern about Project LOP:

Is it still necessary to prefix all output ref with 'output'? I haven't seen any other part of java-exec code responding to this behavior. And we haven't seen any impact after we commented it out.

                
> Projection LOP serialization & deserialization 
> -----------------------------------------------
>
>                 Key: DRILL-169
>                 URL: https://issues.apache.org/jira/browse/DRILL-169
>             Project: Apache Drill
>          Issue Type: Bug
>            Reporter: Lisen Mu
>         Attachments: DRILL-169.patch.0.txt
>
>
> selections field is tagged with @JsonProperty("projections") in constructor, but getter method getSelections() is tagged with @JsonProperty("exprs"), which makes serialization & deserialization not quite the same.
> It's typo or do you have other considerations?

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira