HappenLee commented on code in PR #68219: URL: https://github.com/apache/doris/pull/68219#discussion_r4052691655
########## be/src/exprs/aggregate/aggregate_function_bitmap_agg.h: ########## @@ -27,6 +27,7 @@ #include "core/assert_cast.h" #include "core/data_type/data_type_bitmap.h" +#include "core/pod_array.h" #include "core/value/bitmap_value.h" Review Comment: AGG_STATE is an experimental feature, and backward compatibility for persisted AGG_STATE data is not a requirement for this PR. Please treat that compatibility requirement as out of scope when re-evaluating this change. -- 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]
