We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f283385 commit 38df40aCopy full SHA for 38df40a
sql/catalyst/src/test/scala/org/apache/spark/sql/catalyst/analysis/AnalysisSuite.scala
@@ -829,6 +829,6 @@ class AnalysisSuite extends AnalysisTest with Matchers {
829
830
test("throw user facing error when use WindowFunction directly") {
831
assertAnalysisError(testRelation2.select(RowNumber()),
832
- Seq("Expression 'row_number' not supported without a window function."))
+ Seq("Expression 'row_number()' not supported without a window function."))
833
}
834
0 commit comments