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

[GitHub] [doris] morrySnow commented on a diff in pull request #20599: [Fix](Planner) Change return type in where, having and on clause

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


##########
fe/fe-common/src/main/java/org/apache/doris/catalog/Type.java:
##########
@@ -346,6 +346,10 @@ public boolean isBoolean() {
         return isScalarType(PrimitiveType.BOOLEAN);
     }
 
+    public boolean isTinyint() {
+        return isScalarType(PrimitiveType.TINYINT);
+    }
+

Review Comment:
   remove this



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