jackwener commented on code in PR #6660: URL: https://github.com/apache/arrow-datafusion/pull/6660#discussion_r1228305248
########## datafusion/sql/tests/integration_test.rs: ########## @@ -881,7 +881,7 @@ fn select_aggregate_with_having_referencing_column_not_in_select() { assert_eq!( "Plan(\"HAVING clause references non-aggregate values: \ Expression person.first_name could not be resolved from available columns: \ - COUNT(UInt8(1))\")", + COUNT(*)\")", Review Comment: sql-crate don't replace `count(*)`. we use rule to replace unified `count(*)`. -- 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