cloud-fan commented on code in PR #49452:
URL: https://github.com/apache/spark/pull/49452#discussion_r1916070705
##########
sql/core/src/test/scala/org/apache/spark/sql/jdbc/JDBCV2Suite.scala:
##########
@@ -3097,4 +3097,19 @@ class JDBCV2Suite extends QueryTest with
SharedSparkSession with ExplainSuiteHel
assert(rows.contains(Row(null)))
assert(rows.contains(Row("a a a")))
}
+
+ test("SPARK-50792 Format binary data as a binary literal in JDBC.") {
Review Comment:
I think for dialect-specific fixes, it's sufficient to put the tests
`V2JDBCTest.scala`. This test suite is for testing the shared code paths for
all dialects.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]