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.
count(distinct)
1 parent cb6abec commit c4ebd39Copy full SHA for c4ebd39
spark/src/test/scala/org/apache/comet/CometFuzzAggregateSuite.scala
@@ -35,7 +35,7 @@ class CometFuzzAggregateSuite extends CometFuzzTestBase {
35
}
36
37
38
- test("count distinct group by multpiple column") {
+ test("count distinct group by multiple column") {
39
val df = spark.read.parquet(filename)
40
df.createOrReplaceTempView("t1")
41
for (col <- df.columns) {
0 commit comments