Github user dongjoon-hyun commented on a diff in the pull request:
https://github.com/apache/spark/pull/19238#discussion_r139203753
--- Diff: sql/core/src/test/scala/org/apache/spark/sql/jdbc/JDBCSuite.scala
---
@@ -1103,6 +1103,17 @@ class JDBCSuite extends SparkFunSuite
""".stripMargin)
val df3 = sql("SELECT * FROM test_sessionInitStatement")
- assert(df3.collect() === Array(Row(21519, 1234)))
- }
+ assert(df3.collect() === Array(Row(21519, 1234))
+ )
--- End diff --
Ur, actually, I meant the original Spark code is also wrong in terms of
indentation. You can fix the indentation of original line 1105~1107 here. :)
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]