Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ulysses-you committed Jun 12, 2020
1 parent f283385 commit 38df40a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -829,6 +829,6 @@ class AnalysisSuite extends AnalysisTest with Matchers {

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

0 comments on commit 38df40a

Please sign in to comment.