zhuqi-lucas commented on code in PR #16771:
URL: https://github.com/apache/datafusion/pull/16771#discussion_r2206469957
##########
datafusion/sqllogictest/test_files/joins.slt:
##########
@@ -4009,12 +4009,12 @@ logical_plan
09)------------Unnest:
lists[__unnest_placeholder(generate_series(Int64(1),outer_ref(t1.t1_int)))|depth=1]
structs[]
10)--------------Projection: generate_series(Int64(1),
CAST(outer_ref(t1.t1_int) AS Int64)) AS
__unnest_placeholder(generate_series(Int64(1),outer_ref(t1.t1_int)))
11)----------------EmptyRelation
-physical_plan_error This feature is not implemented: Physical plan does not
support logical expression OuterReferenceColumn(UInt32, Column { relation:
Some(Bare { table: "t1" }), name: "t1_int" })
+physical_plan_error This feature is not implemented: Physical plan does not
support logical expression OuterReferenceColumn((UInt32, Column { relation:
Some(Bare { table: "t1" }), name: "t1_int" }))
Review Comment:
I changed it to OuterReference in latest PR, so it will use OuterReference
instead of this change now, thanks!
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]