morrySnow commented on code in PR #10657:
URL: https://github.com/apache/doris/pull/10657#discussion_r916707968


##########
fe/fe-core/src/main/java/org/apache/doris/nereids/operators/OperatorType.java:
##########
@@ -23,9 +23,9 @@
  * 1. ANY: match any operator
  * 2. MULTI: match multiple operators
  * 3. FIXED: the leaf node of pattern tree, which can be matched by a single 
operator
- *         but this operator cannot be used in rules
+ * but this operator cannot be used in rules
  * 4. MULTI_FIXED: the leaf node of pattern tree, which can be matched by 
multiple operators,
- *        but these operators cannot be used in rules
+ * but these operators cannot be used in rules

Review Comment:
   maintain the indentation



-- 
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