eldenmoon commented on code in PR #66204:
URL: https://github.com/apache/doris/pull/66204#discussion_r3727913463
##########
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:
后面会删除这个属性, 避免持久化这个属性, 这里传入type是最小改动
--
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]