jayzhan211 commented on issue #24768: URL: https://github.com/apache/datafusion/issues/24768#issuecomment-5750504414
Filed #25546 for teaching `SortMergeJoinExec` the null-aware (`NOT IN`) semantics, as suggested in https://github.com/apache/datafusion/issues/24768#issuecomment-5590357419. It has a reproducer: under a 100 MB pool the `NOT IN` query fails in `HashJoinInput` while the same anti join written as `NOT EXISTS` completes through `SortMergeJoinExec`. -- 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]
