yiguolei commented on code in PR #66204:
URL: https://github.com/apache/doris/pull/66204#discussion_r3727905150
##########
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:
那为什么不是去设置column的一个属性,表示这次要用v2?
--
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]