[
https://issues.apache.org/jira/browse/CALCITE-1342?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15451034#comment-15451034
]
Julian Hyde commented on CALCITE-1342:
--------------------------------------
[~minjikim], As of
https://github.com/apache/calcite/pull/265/commits/e354a214f1e78c90d3147dce53b54f3f1090fbf0
I see lots of factory arguments to ProjectFilterTransposeRule. Can you convert
those arguments to a single RelBuilder?
It would be good to get this done in time for 1.9. Do you think that is
achievable?
> ProjectPusher should use rel factories when creating new rels, e.g.
> project/filter
> ----------------------------------------------------------------------------------
>
> Key: CALCITE-1342
> URL: https://issues.apache.org/jira/browse/CALCITE-1342
> Project: Calcite
> Issue Type: Bug
> Components: core
> Reporter: MinJi Kim
> Assignee: Julian Hyde
>
> I was playing around with some new ideas in drill, and wanted to use
> ProjectPusher, which has a lot of useful utility functions. ProjectPusher
> returns new nodes, but they are LogicalProjects/LogicalFilters. It would be
> more useful if the user of ProjectPusher could specify the rel factories to
> use.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)