duongcongtoai commented on code in PR #11577:
URL: https://github.com/apache/datafusion/pull/11577#discussion_r1749176137


##########
datafusion/sqllogictest/test_files/unnest.slt:
##########
@@ -165,6 +172,25 @@ select unnest(column1), column1 from unnest_table;
 6 [6]
 12 [12]
 
+
+query II
+select unnest([1,2,3]) + unnest([1,2,3]), unnest([1,2,3]) + unnest([4,5]);

Review Comment:
   Fix https://github.com/apache/datafusion/issues/11689



-- 
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: github-unsubscr...@datafusion.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org
For additional commands, e-mail: github-h...@datafusion.apache.org

Reply via email to