Skip to content

Commit a85cf5a

Browse files
committed
Address a comment.
1 parent ba2062e commit a85cf5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sql/core/src/test/scala/org/apache/spark/sql/jdbc/JDBCSuite.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1169,7 +1169,7 @@ class JDBCSuite extends SparkFunSuite
11691169
assert(df3.collect() === Array(Row(21519, 1234)))
11701170
}
11711171

1172-
test("jdbc data source shouldn't have metadata in its schema") {
1172+
test("jdbc data source shouldn't have unnecessary metadata in its schema") {
11731173
val schema = StructType(Seq(
11741174
StructField("NAME", StringType, true), StructField("THEID", IntegerType, true)))
11751175

0 commit comments

Comments
 (0)