You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@calcite.apache.org by GitBox <gi...@apache.org> on 2022/02/22 07:31:05 UTC

[GitHub] [calcite] wojustme commented on a change in pull request #2702: [CALCITE-4800] Define a new rule of SortToSortUnifyRule in SubstitutionVisitor to support sort's match

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:
       Yes, I had planned to support it in the next pr.




-- 
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: commits-unsubscribe@calcite.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org