alamb commented on code in PR #2329: URL: https://github.com/apache/arrow-datafusion/pull/2329#discussion_r857477874
########## datafusion/core/tests/sql/functions.rs: ########## @@ -357,3 +357,240 @@ async fn coalesce_mul_with_default_value() -> Result<()> { assert_batches_eq!(expected, &actual); Ok(()) } + +#[tokio::test] +async fn count_basic() -> Result<()> { Review Comment: https://github.com/apache/arrow-datafusion/pull/2333# -- 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...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org