Skip to content

Commit 6898200

Browse files
committed
fix typo
1 parent bd221f3 commit 6898200

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

connector/docker-integration-tests/src/test/scala/org/apache/spark/sql/jdbc/SharedJDBCIntegrationTests.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,6 @@ trait SharedJDBCIntegrationTests extends QueryTest {
2929
.option("url", jdbcUrl)
3030
.option("query", "THIS IS NOT VALID SQL").load()
3131
}
32-
assert(e.getCondition.startsWitH("JDBC_EXTERNAL_ENGINE_SYNTAX_ERROR"))
32+
assert(e.getCondition.startsWith("JDBC_EXTERNAL_ENGINE_SYNTAX_ERROR"))
3333
}
3434
}

0 commit comments

Comments
 (0)