sgrebnov commented on code in PR #13129:
URL: https://github.com/apache/datafusion/pull/13129#discussion_r1817937882


##########
datafusion/sql/Cargo.toml:
##########
@@ -57,6 +57,7 @@ ctor = { workspace = true }
 datafusion-functions = { workspace = true, default-features = true }
 datafusion-functions-aggregate = { workspace = true }
 datafusion-functions-window = { workspace = true }
+datafusion-functions-nested = { workspace = true }

Review Comment:
   Added as dev dependency only. Required for `make_array` to test the 
following unnest case:
   
   SELECT unnest(make_array(1, 2, 2, 5, NULL)) as u1



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