[
https://issues.apache.org/jira/browse/CALCITE-7350?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Zhen Chen updated CALCITE-7350:
-------------------------------
Description:
The method definition of TopDownGeneralDecorrelator is incorrect. The method
{{_public RelNode unnestInternal(RelNode other)_ }}
{{should perhaps be}}
{{{} _public RelNode unnestInternal(RelNode other, boolean
allowEmptyOutputFromRewrite)_{}}}.
was:The method definition of TopDownGeneralDecorrelator is incorrect. The
method {{{}_public RelNode unnestInternal(RelNode other)_ should perhaps be
_public RelNode unnestInternal(RelNode other, boolean
allowEmptyOutputFromRewrite)_{}}}.
> Missing allowEmptyOutputFromRewrite parameter in
> TopDownGeneralDecorrelator.unnestInternal
> ------------------------------------------------------------------------------------------
>
> Key: CALCITE-7350
> URL: https://issues.apache.org/jira/browse/CALCITE-7350
> Project: Calcite
> Issue Type: Improvement
> Reporter: Zhen Chen
> Priority: Major
> Fix For: 1.42.0
>
>
> The method definition of TopDownGeneralDecorrelator is incorrect. The method
> {{_public RelNode unnestInternal(RelNode other)_ }}
> {{should perhaps be}}
> {{{} _public RelNode unnestInternal(RelNode other, boolean
> allowEmptyOutputFromRewrite)_{}}}.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)