kumarUjjawal commented on code in PR #19698:
URL: https://github.com/apache/datafusion/pull/19698#discussion_r2672994558


##########
datafusion/sqllogictest/test_files/unnest.slt:
##########
@@ -58,6 +58,12 @@ select unnest(struct(1,2,3));
 ----
 1 2 3
 
+## Basic unnest expression in select struct with alias (alias is ignored for 
struct unnest)
+query III
+select unnest(struct(1,2,3)) as ignored_alias;

Review Comment:
   Yeah, sounds good. Thanks for the feedback.



-- 
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]

Reply via email to