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
Fix expected error message
  • Loading branch information
MaxGekk committed Jul 29, 2018
commit 34535a9cc5ec7a2ba880f7f525feb7dbbc0b0c37
Original file line number Diff line number Diff line change
Expand Up @@ -306,6 +306,6 @@ class DataFramePivotSuite extends QueryTest with SharedSQLContext {
.agg(sum($"sales.earnings"))
}

assert(exception.getMessage.contains("aggregate functions are not allowed"))
assert(exception.getMessage.contains("It is not allowed to use an aggregate function"))
}
}