Skip to content

Commit 38df40a

Browse files
committed
typo
1 parent f283385 commit 38df40a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sql/catalyst/src/test/scala/org/apache/spark/sql/catalyst/analysis/AnalysisSuite.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -829,6 +829,6 @@ class AnalysisSuite extends AnalysisTest with Matchers {
829829

830830
test("throw user facing error when use WindowFunction directly") {
831831
assertAnalysisError(testRelation2.select(RowNumber()),
832-
Seq("Expression 'row_number' not supported without a window function."))
832+
Seq("Expression 'row_number()' not supported without a window function."))
833833
}
834834
}

0 commit comments

Comments
 (0)