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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]