seddonm1 opened a new pull request #8865:
URL: https://github.com/apache/arrow/pull/8865
3 of the 22 TPC-H queries use the `BETWEEN` operator which is syntactic
sugar for `{value} >= {low} AND {value}`
This PR implements the `BETWEEN` operator by rewriting it into the two
binary components. I am not sure if this is the correct approach but logically
it feels sensible.
I need some help identifying where the tests can be improved.
----------------------------------------------------------------
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:
[email protected]