You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by "Tanya-W (via GitHub)" <gi...@apache.org> on 2023/06/14 04:39:22 UTC

[GitHub] [doris] Tanya-W commented on a diff in pull request #20781: [feature](nereids) support match syntax

Tanya-W commented on code in PR #20781:
URL: https://github.com/apache/doris/pull/20781#discussion_r1228975081


##########
fe/fe-core/src/main/java/org/apache/doris/nereids/trees/expressions/visitor/ExpressionVisitor.java:
##########
@@ -433,6 +434,10 @@ public R visitWindowFrame(WindowFrame windowFrame, C context) {
         return visit(windowFrame, context);
     }
 
+    public R visitMatch(Match match, C context) {
+        return visit(match, context);
+    }

Review Comment:
   I will update 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: commits-unsubscribe@doris.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org