comphead commented on code in PR #11391:
URL: https://github.com/apache/datafusion/pull/11391#discussion_r1672542472


##########
datafusion/functions-aggregate/src/count.rs:
##########
@@ -138,6 +138,10 @@ impl AggregateUDFImpl for Count {
             return Ok(Box::new(CountAccumulator::new()));
         }
 
+        if acc_args.input_exprs.len() > 1 {

Review Comment:
   just checked 
https://chicagobusinesspress.com/download_ancillary?book=22&ancillary=157 for 
SQL 2016 standard, I can only 1 col supported in syntax. I think we can go with 
a patch but followup has to be in sqlparser-rs



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