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


##########
be/src/load/memtable/memtable.cpp:
##########
@@ -126,7 +125,8 @@ void MemTable::_init_agg_functions(const Block* block) {
             }
         } else {
             function = _tablet_schema->column(cid).get_aggregate_function(
-                    AGG_LOAD_SUFFIX, 
_tablet_schema->column(cid).get_be_exec_version());
+                    AGG_LOAD_SUFFIX, 
_tablet_schema->column(cid).get_be_exec_version(),

Review Comment:
   这里是把 DataType(ColumnVariantV2)传给get_aggregate_function , tablet_schema中的是v1



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

Reply via email to