zhangstar333 commented on issue #30860: URL: https://github.com/apache/doris/issues/30860#issuecomment-1953385381
my code commit it's nears to master branch: `18737bfd0e2d28353fa0dd7056e17b3985a93d4b` I create table and execute the sql, it's no error with `set experimental_enable_nereids_planner = true;` you could `set enable_fallback_to_original_planner = false`, it's will not fallback to old planner when failed, so could see the error of nereids. <img width="439" alt="image" src="https://github.com/apache/doris/assets/87313068/8ac02ae0-f9a2-4cbb-8651-660d78780b88"> -- 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]
