zhangstar333 commented on code in PR #41175: URL: https://github.com/apache/doris/pull/41175#discussion_r1774927333
########## be/src/agent/be_exec_version_manager.h: ########## @@ -33,6 +33,8 @@ constexpr inline int AGG_FUNCTION_NULLABLE = 5; // change some agg nullable prop constexpr inline int VARIANT_SERDE = 6; // change variant serde to fix PR #38413 constexpr inline int AGGREGATION_2_1_VERSION = 6; // some aggregation changed the data format after this version +constexpr inline int USE_CONST_SERDE = + 1000; // support const column in serialize/deserialize function: PR #41175 Review Comment: test old version, should Chang to 7 after run p0 cases -- 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: commits-unsubscr...@doris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org