eldenmoon commented on code in PR #66204: URL: https://github.com/apache/doris/pull/66204#discussion_r3672134796
########## be/src/exprs/aggregate/aggregate_function_reader_replace.cpp: ########## @@ -20,6 +20,7 @@ // heavy template machinery shared with the window-function path. #include "core/column/column_nullable.h" +#include "core/column/variant_v2/column_variant_v2.h" Review Comment: 这个改法是错误的,应该用VariantField实现,不应该修改这个文件 -- 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]
