Dandandan commented on code in PR #3862:
URL: https://github.com/apache/arrow-datafusion/pull/3862#discussion_r997429512
##########
benchmarks/expected-plans/q2.txt:
##########
@@ -1,25 +1,24 @@
Sort: supplier.s_acctbal DESC NULLS FIRST, nation.n_name ASC NULLS LAST,
supplier.s_name ASC NULLS LAST, part.p_partkey ASC NULLS LAST
Projection: supplier.s_acctbal, supplier.s_name, nation.n_name,
part.p_partkey, part.p_mfgr, supplier.s_address, supplier.s_phone,
supplier.s_comment
- Filter: partsupp.ps_supplycost = __sq_1.__value
- Inner Join: part.p_partkey = __sq_1.ps_partkey
- Inner Join: nation.n_regionkey = region.r_regionkey
- Inner Join: supplier.s_nationkey = nation.n_nationkey
- Inner Join: partsupp.ps_suppkey = supplier.s_suppkey
- Inner Join: part.p_partkey = partsupp.ps_partkey
- Filter: part.p_size = Int32(15) AND part.p_type LIKE
Utf8("%BRASS")
- TableScan: part projection=[p_partkey, p_mfgr, p_type,
p_size]
+ Inner Join: part.p_partkey = __sq_1.ps_partkey, partsupp.ps_supplycost =
__sq_1.__value
Review Comment:
:100:
--
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]