seddonm1 commented on pull request #9038: URL: https://github.com/apache/arrow/pull/9038#issuecomment-754223732
Ok, I have done a major refactor against a rebased master. I believe this now meets the ANSI behavior with regard to `NULL` handling but it does not yet support syntax where columns are referenced in the `list` parameter like: ```sql SELECT TRUE IN (col1, col2, FALSE) ``` This has been implemented with a "make it work then make it fast" approach as this `InList` expression actually has a lot of complexity. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org