Github user danielfx90 commented on a diff in the pull request:
https://github.com/apache/spark/pull/19238#discussion_r139441849
--- 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 --
@dongjoon-hyun You are right! I misread the parenthesis. I think now is
correct. Thank you for the observation :)
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]