eldenmoon commented on code in PR #23498:
URL: https://github.com/apache/doris/pull/23498#discussion_r1320949328


##########
fe/fe-common/src/main/java/org/apache/doris/catalog/Type.java:
##########
@@ -544,10 +549,6 @@ public boolean isComplexType() {
         return isStructType() || isCollectionType();
     }
 
-    public boolean isVariantType() {
-        return this instanceof VariantType;

Review Comment:
   variant is a scalar type since it's structure is dynamic 



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