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


##########
be/src/vec/columns/column_object.cpp:
##########
@@ -199,13 +199,9 @@ class FieldVisitorToScalarType : public 
StaticVisitor<size_t> {
         return 0;
     }
     size_t operator()(const Int64& x) {
-        // Only support Int32 and Int64
+        // Only Int64 at present

Review Comment:
   since int32 is not enough to hold values when user first load int value then 
load bigint value, the bigint values will be overflow



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