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


##########
datafusion/core/tests/sql/aggregates.rs:
##########
@@ -36,7 +36,7 @@ async fn csv_query_array_agg_distinct() -> Result<()> {
         *actual[0].schema(),
         Schema::new(vec![Field::new_list(
             "ARRAY_AGG(DISTINCT aggregate_test_100.c2)",
-            Field::new("item", DataType::UInt32, false),

Review Comment:
   array agg is NULL when there are no inputs, I believe after 
https://github.com/apache/datafusion/pull/11299 so this change makes sense to me



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