BiteTheDDDDt opened a new pull request, #40193: URL: https://github.com/apache/doris/pull/40193
…ad core dump ## Proposed changes add be_exec_version check to avoid aggregation data format changed lead core dump ``` mysql [test]>select percentile(k3, 0.1) from d_table group by grouping sets((k1),()) order by 1; ERROR 1105 (HY000): errCode = 2, detailMessage = (hk2.dev.selectdb-in.cc)[INTERNAL_ERROR]agg state data with percentile is not supported,current_be_exec_version=7, data_be_exec_version=4, need to rebuild the data or set the be_exec_version=4 in fe.conf ``` -- 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]
