spaces-X commented on code in PR #12340:
URL: https://github.com/apache/doris/pull/12340#discussion_r963053771


##########
fe/fe-core/src/main/java/org/apache/doris/analysis/CastExpr.java:
##########
@@ -142,11 +142,6 @@ private static boolean disableRegisterCastingFunction(Type 
fromType, Type toType
                 || toType.isDateType())) {
             return true;
         }
-

Review Comment:
   Here is the back door is not just for spark load. All of the castExpr to 
bitmap are allowed.
   I think we'd better figure out why the object store type was forbidden to be 
converted before, and which type conversions are definitely safe



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