You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@calcite.apache.org by "Vineet Garg (JIRA)" <ji...@apache.org> on 2016/12/16 01:50:58 UTC

[jira] [Created] (CALCITE-1542) Update RelShuttle interface to work on Filter, Join etc instead of Logical rel nodes

Vineet Garg created CALCITE-1542:
------------------------------------

             Summary: Update RelShuttle interface to work on Filter, Join etc instead of Logical rel nodes
                 Key: CALCITE-1542
                 URL: https://issues.apache.org/jira/browse/CALCITE-1542
             Project: Calcite
          Issue Type: Task
            Reporter: Vineet Garg
            Assignee: Julian Hyde


Currently RelShuttle interface works on Logical rel nodes (e.g. LogicalFilter etc). With CALCITE-1541's change on RelDecorrelator RelShuttle will need to be updated as well.

Logging in a separate JIRA for it since Julian pointed out that this will be a breaking change. If projects have sub-classed RelShuttle and have overridden methods without using @Override they will break with no warning.



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