Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.30.0
Description
When the Filter plan has CorrelationId info, The Filter output plan will be:
LogicalFilter(condition=[=($10, $SCALAR_QUERY({ LogicalAggregate(group=[{}], EXPR$0=[MAX($0)]) LogicalProject(NAME=[$1]) LogicalFilter(condition=[=($0, $cor0.DEPTNO0)]) LogicalTableScan(table=[[CATALOG, SALES, DEPT]]) }))], variablesSet=[[$cor0]])
This plan makes the user know this plan includes the variables set. But when the Join include the CorrelationId info, it didn't output it.
Attachments
Issue Links
- links to