Patzifist commented on issue #785:
URL: https://github.com/apache/arrow-go/issues/785#issuecomment-4332885887
Works only if you trim the column.
SELECT
i_item_id,
i_category,
i_current_price
FROM item
WHERE trim(i_category) IN ('Sports', 'Books', 'Home', 'Test');
--
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]