Skip to content

Commit 2a211e0

Browse files
author
Amogh Shetkar
committed
* Fixed a typo which was causing a test failure.
1 parent 583edf3 commit 2a211e0

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

cluster/src/test/scala/org/apache/spark/sql/catalyst/expressions/FailFastCastSuite.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ class FailFastCastSuite extends SnappyFunSuite with BeforeAndAfter {
7676
val expectedMessage = "Can not cast double type value 'NaN' to timestamp."
7777
assertResult(expectedMessage)(ex.getMessage)
7878
} finally {
79-
snc.sql(s"drop table is exists $tableName")
79+
snc.sql(s"drop table if exists $tableName")
8080
}
8181
}
8282

store

Submodule store updated from 6b4e216 to aeae20a

0 commit comments

Comments
 (0)