adriangb commented on code in PR #20117:
URL: https://github.com/apache/datafusion/pull/20117#discussion_r2756630900
##########
datafusion/sqllogictest/test_files/projection_pushdown.slt:
##########
@@ -168,7 +168,7 @@ query TT
EXPLAIN SELECT id, s['value'] + 1 FROM simple_struct;
----
logical_plan
-01)Projection: simple_struct.id, get_field(simple_struct.s, Utf8("value")) +
Int64(1)
+01)Projection: simple_struct.id, get_field(simple_struct.s, Utf8("value")) +
Int64(1) AS simple_struct.s[value] + Int64(1)
Review Comment:
Note that this is not a change in the output schema name: it is already
`simple_struct.s[value]`. So this is a useless alias (we can see if we can
remove it) but not an actual user facing change.
--
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]