seddonm1 commented on a change in pull request #9456: URL: https://github.com/apache/arrow/pull/9456#discussion_r573902203
########## File path: rust/benchmarks/src/bin/tpch.rs ########## @@ -386,7 +386,7 @@ fn create_logical_plan(ctx: &mut ExecutionContext, query: usize) -> Result<Logic // where // l_shipdate >= date '1994-01-01' // and l_shipdate < date '1994-01-01' + interval '1' year - // and l_discount between 0.06 - 0.01 and 0.06 + 0.01 + // and l_discount between .06 - 0.01 and .06 + 0.01 Review comment: I think at the time I went through and copied them from the TPC-H document directly to ensure they were 100% aligned. ---------------------------------------------------------------- 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