alamb commented on code in PR #12329:
URL: https://github.com/apache/datafusion/pull/12329#discussion_r1754556727


##########
datafusion/sqllogictest/test_files/array.slt:
##########
@@ -1982,6 +1982,133 @@ select array_slice(a, -1, 2, 1), array_slice(a, -1, 2),
 query error DataFusion error: Error during planning: Error during planning: 
array_slice does not support zero arguments
 select array_slice();
 
+## array_any_value (aliases: list_any_value)

Review Comment:
   I recommend one more test where there is more than one NULL at the start
   
   I didn't see anything like `make_array(NULL, NULL, NULL, 2, 3)` 🤔 



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