comphead commented on code in PR #13664:
URL: https://github.com/apache/datafusion/pull/13664#discussion_r1931255150
##########
datafusion/sqllogictest/test_files/unnest.slt:
##########
@@ -899,7 +899,7 @@ logical_plan
07)--------Unnest: lists[__unnest_placeholder(outer_ref(u.column1))|depth=1]
structs[]
08)----------Projection: outer_ref(u.column1) AS
__unnest_placeholder(outer_ref(u.column1))
09)------------EmptyRelation
-physical_plan_error This feature is not implemented: Physical plan does not
support logical expression OuterReferenceColumn(List(Field { name: "item",
data_type: Int64, nullable: true, dict_id: 0, dict_is_ordered: false, metadata:
{} }), Column { relation: Some(Bare { table: "u" }), name: "column1" })
+physical_plan_error This feature is not implemented: Physical plan does not
support logical expression OuterReferenceColumn(List(Field { name: "item",
data_type: Int64, nullable: true, dict_id: 0, dict_is_ordered: false, metadata:
{} }), Column { relation: Some(Bare { table: "u" }), name: "column1", spans:
Spans([]) })
Review Comment:
I'm wondering if Spans brings a purpose here? Should we exclude it from
error message, otherwise it might be confusing
--
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]