Skip to content

Commit 9c184ba

Browse files
committed
SPARK-15206: rebase to pick up hotfix for the PSpark test error
1 parent ef052c7 commit 9c184ba

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sql/hive/src/test/scala/org/apache/spark/sql/hive/execution/AggregationQuerySuite.scala

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -959,7 +959,7 @@ abstract class AggregationQuerySuite extends QueryTest with SQLTestUtils with Te
959959
}
960960
}
961961

962-
test("SPARK-15206: single distinct aggregate in having clause") {
962+
test("SPARK-15206: single distinct aggregate function in having clause") {
963963
checkAnswer(
964964
sql(
965965
"""
@@ -975,7 +975,7 @@ abstract class AggregationQuerySuite extends QueryTest with SQLTestUtils with Te
975975
)
976976
}
977977

978-
test("SPARK-15206: multiple distinct aggregates in having clause") {
978+
test("SPARK-15206: multiple distinct aggregate function in having clause") {
979979
checkAnswer(
980980
sql(
981981
"""

0 commit comments

Comments
 (0)