We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b13fc0 commit 4bd680dCopy full SHA for 4bd680d
datafusion/functions-aggregate/src/lib.rs
@@ -138,9 +138,7 @@ mod tests {
138
for func in all_default_aggregate_functions() {
139
// TODO: remove this
140
// These functions are in intermidiate migration state, skip them
141
- if func.name().to_lowercase() == "sum"
142
- || func.name().to_lowercase() == "count"
143
- {
+ if func.name().to_lowercase() == "count" {
144
continue;
145
}
146
assert!(
0 commit comments