buraksenn commented on PR #21743: URL: https://github.com/apache/datafusion/pull/21743#issuecomment-4287102076
> Will we need a note in the upgrade guide for these changes? Previously ANY only supported `=` operator and `ALL` did not exist for subquery comparisons. My changes to extending these two are not released yet. Thus, only affect is that when an array has unmatched NULLs we'll return NULL instead of false. this case in the table: ``` 5 = ANY(NULL::INT[]) Result: false -> null ``` I'm not sure if I'm equipped to answer this but I don't think it would be necessary. Otherwise, we can mention the case above for the behavior change (to align with PG) -- 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]
