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 it.
  • Loading branch information
viirya committed Oct 27, 2015
commit 8f694803194951391663b1d120b90996bb181019
1 change: 0 additions & 1 deletion python/pyspark/sql/tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -1082,7 +1082,6 @@ def test_capture_illegalargument_exception(self):
try:
df.select(sha2(df.a, 1024)).collect()
except IllegalArgumentException as e:
self.assertEqual(repr(e), "IllegalArgumentException()")
self.assertRegexpMatches(e.desc, "1024 is not in the permitted values")
self.assertRegexpMatches(e.stackTrace,
"org.apache.spark.sql.functions")
Expand Down