alamb commented on code in PR #3841:
URL: https://github.com/apache/arrow-datafusion/pull/3841#discussion_r997071361
##########
benchmarks/expected-plans/q21.txt:
##########
@@ -7,12 +7,12 @@ Sort: numwait DESC NULLS FIRST, supplier.s_name ASC NULLS LAST
Inner Join: l1.l_orderkey = orders.o_orderkey
Inner Join: supplier.s_suppkey = l1.l_suppkey
TableScan: supplier projection=[s_suppkey, s_name, s_nationkey]
- Filter: l1.l_receiptdate > l1.l_commitdate AND
l1.l_receiptdate > l1.l_commitdate
+ Filter: l1.l_receiptdate > l1.l_commitdate
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]