zhiqiang-hhhh commented on issue #33895: URL: https://github.com/apache/doris/issues/33895#issuecomment-2071870085
@panyanye the problem here is that we get a wrong plan from legacy planner (not the newest planner whose name is nereids), the incorrect plan changes decimal precision from Decimal64 to Decimal32, and makes execution engine get a null pointer. You can upgrade to 2.1.x, or just `set enable_fallback_to_original_planner = false` on branch 2.0, at least this can make your be not crash. -- 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]
