alamb commented on code in PR #2329:
URL: https://github.com/apache/arrow-datafusion/pull/2329#discussion_r857473769
##########
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:
(I am working on this)
--
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]