mingmwang commented on code in PR #6372:
URL: https://github.com/apache/arrow-datafusion/pull/6372#discussion_r1201423713
##########
benchmarks/expected-plans/q2.txt:
##########
@@ -3,12 +3,12 @@
+---------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| logical_plan | 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
|
-| | Inner Join: partsupp.ps_supplycost =
__scalar_sq_1.__value, part.p_partkey = __scalar_sq_1.ps_partkey
|
-| | Projection: part.p_partkey, part.p_mfgr,
partsupp.ps_supplycost, supplier.s_name, supplier.s_address, supplier.s_phone,
supplier.s_acctbal, supplier.s_comment, nation.n_name
|
+| | Inner Join: part.p_partkey = __scalar_sq_1.ps_partkey,
partsupp.ps_supplycost = __scalar_sq_1.__value
|
Review Comment:
Yes
--
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]