You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by GitBox <gi...@apache.org> on 2022/03/02 06:45:34 UTC

[GitHub] [spark] xinrong-databricks commented on a change in pull request #35671: [SPARK-38345][SQL] Introduce SQL function ARRAY_SIZE

xinrong-databricks commented on a change in pull request #35671:
URL: https://github.com/apache/spark/pull/35671#discussion_r817391074



##########
File path: sql/core/src/test/resources/sql-tests/inputs/array.sql
##########
@@ -106,3 +106,10 @@ select elt(2, '123', null);
 
 select array(1, 2, 3)[5];
 select array(1, 2, 3)[-1];
+
+-- array_size
+select array_size(array()) = size(array());

Review comment:
       Sounds good!




-- 
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: reviews-unsubscribe@spark.apache.org

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



---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org