myandpr commented on PR #20965: URL: https://github.com/apache/datafusion/pull/20965#issuecomment-4106581749
> 🤔 this one seems to have broken CI for some reason: > > https://github.com/apache/datafusion/actions/runs/23406116823/job/68085237860 Thanks for catching that. I checked the failing job, and this looks like an sqllogictest expectation mismatch. It looks like this particular sqllogictest case had not been exercised in the earlier CI runs I saw on the PR. The analyzer change now surfaces this negation error through type_coercion, while the existing expectation in scalar.slt still assumes the older error form. I’ll open a follow-up PR to update that. -- 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]
