morningman opened a new issue #5609: URL: https://github.com/apache/incubator-doris/issues/5609
**Describe the bug** BE crash with error:  **To Reproduce** Hard to reproduce. The direct reason is because the read parameters passed by the BE side does not contain columns related to the deletion conditions, which results in the corresponding column iterator being null when preparing to filter the data according to the deletion conditions. The root cause is that the FE side does not correctly set the `isPreAggregate` attribute during query planning, which causes the BE side to skip the delete condition column by mistake. - Version [0.14.7] -- 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. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
