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

Julian Hyde commented on CALCITE-2397:
--------------------------------------

I don't like this. You have made an immutable class mutable. I especially don't 
like transient fields. It looks like you needed to stash some information 
somewhere and to hell with future maintainers.

> Column Index not getting set on correlationIds
> ----------------------------------------------
>
>                 Key: CALCITE-2397
>                 URL: https://issues.apache.org/jira/browse/CALCITE-2397
>             Project: Calcite
>          Issue Type: Bug
>          Components: core
>    Affects Versions: 1.16.0
>            Reporter: James Duong
>            Assignee: Julian Hyde
>            Priority: Major
>
> During SqlToRel conversion, the column index bitset is not getting set on 
> CorrelationIds. This causes getCorrelationId() to always return empty.
> Also get/setColumnIndex() have been removed from CorrelationId



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to