jonahgao commented on PR #6796:
URL: 
https://github.com/apache/arrow-datafusion/pull/6796#issuecomment-2044019394

   I think I might have misunderstood. Neither of the two queries below has 
been implemented, the one discussed in this PR seems to be the latter.
   ```sh
   DataFusion CLI v37.0.0
   ❯ select unnest(ARRAY[1,2]), unnest(ARRAY[3,4,5]);
   This feature is not implemented: Only support single unnest expression for 
now
   
   ❯ select * from unnest(ARRAY[1,2], ARRAY[2,3]);
   This feature is not implemented: unnest() does not support multiple 
arguments yet
   ```
   I plan to try to implement them both.


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

Reply via email to