alamb commented on a change in pull request #9038:
URL: https://github.com/apache/arrow/pull/9038#discussion_r553017434
##########
File path: rust/benchmarks/src/bin/tpch.rs
##########
@@ -656,7 +656,7 @@ fn create_logical_plan(ctx: &mut ExecutionContext, query:
usize) -> Result<Logic
on
l_orderkey = o_orderkey
where
- (l_shipmode = 'MAIL' or l_shipmode = 'SHIP')
+ l_shipmode in ('MAIL', 'SHIP')
Review comment:
👍
----------------------------------------------------------------
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]