jackwener commented on code in PR #18747:
URL: https://github.com/apache/doris/pull/18747#discussion_r1189353738


##########
fe/fe-core/src/main/java/org/apache/doris/nereids/jobs/rewrite/CustomRewriteJob.java:
##########
@@ -45,6 +45,10 @@ public CustomRewriteJob(Supplier<CustomRewriter> rewriter, 
RuleType ruleType) {
         this.customRewriter = Objects.requireNonNull(rewriter, "customRewriter 
cannot be null");
     }
 
+    public RuleType getRuleType() {
+        return ruleType;
+    }

Review Comment:
   It's redundant



-- 
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-unsubscr...@doris.apache.org

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


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

Reply via email to