Re: [I] [Bug] Nereids optimizer timeout when using CASE WHEN IS NOT NULL with date arithmetic [doris]
github-actions[bot] closed issue #52327: [Bug] Nereids optimizer timeout when using CASE WHEN IS NOT NULL with date arithmetic URL: https://github.com/apache/doris/issues/52327 -- 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]
Re: [I] [Bug] Nereids optimizer timeout when using CASE WHEN IS NOT NULL with date arithmetic [doris]
github-actions[bot] commented on issue #52327: URL: https://github.com/apache/doris/issues/52327#issuecomment-3797447978 We're closing this issue because it hasn't been updated in a while. If you'd like to revive this issue, please reopen it and feel free a maintainer to remove the Stale tag! -- 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]
Re: [I] [Bug] Nereids optimizer timeout when using CASE WHEN IS NOT NULL with date arithmetic [doris]
horus-leonardo commented on issue #52327: URL: https://github.com/apache/doris/issues/52327#issuecomment-3127427404 I've simplified the avg. as first_date - second_date already equals null if first_date null the case when is kind of unnecessary for this specific case. I've not found another case that failed, just the date one with case when. Your problem was with the same kind of expression? -- 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]
Re: [I] [Bug] Nereids optimizer timeout when using CASE WHEN IS NOT NULL with date arithmetic [doris]
wanghuan2054 commented on issue #52327: URL: https://github.com/apache/doris/issues/52327#issuecomment-3102652637 I encountered the same problem in version 2.1.7. How did you solve it in the end ? -- 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]
