zhangstar333 opened a new pull request, #48093: URL: https://github.com/apache/doris/pull/48093
Reverts apache/doris#43410 this PR not solve the issue it's return the right result as it's thrown exception, so the fold failed, then execute the whole plan by BE, and execute SQL. `2025-02-19 17:45:49,859 WARN (mysql-nio-pool-0|236) [FoldConstantRuleOnBE.evalOnBE():346] query b37a233e96e64721-81d9ea4d2ec4899e failed to get const expr value from be: Index: 0`. and now all return string fold function will be failed. as resultContent can't call getBytesValue function because BE put the result into string value, it's should call getStringValue function -- 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