wojustme commented on a change in pull request #2702:
URL: https://github.com/apache/calcite/pull/2702#discussion_r811645810
##########
File path: core/src/main/java/org/apache/calcite/plan/SubstitutionVisitor.java
##########
@@ -140,7 +145,8 @@
UnionToUnionUnifyRule.INSTANCE,
UnionOnCalcsToUnionUnifyRule.INSTANCE,
IntersectToIntersectUnifyRule.INSTANCE,
- IntersectOnCalcsToIntersectUnifyRule.INSTANCE);
+ IntersectOnCalcsToIntersectUnifyRule.INSTANCE,
+ SortToSortUnifyRule.INSTANCE);
Review comment:
@xy2953396112 Yes, you are right.
I had planned to support it in the next pr.
But, this is a related issue. I will update the pr to support it.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]