Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
typo
  • Loading branch information
ulysses-you committed Jun 12, 2020
commit 38df40a94b2b4a5940ca38a6d2e929e74042147a
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") {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Shall we add a JIRA prefix here? SPARK-31975: ...

assertAnalysisError(testRelation2.select(RowNumber()),
Seq("Expression 'row_number' not supported without a window function."))
Seq("Expression 'row_number()' not supported without a window function."))
}
}