xu20160924 commented on code in PR #53402:
URL: https://github.com/apache/spark/pull/53402#discussion_r2609286029


##########
sql/connect/client/jdbc/src/test/scala/org/apache/spark/sql/connect/client/jdbc/SparkConnectJdbcDataTypeSuite.scala:
##########
@@ -449,6 +452,11 @@ class SparkConnectJdbcDataTypeSuite extends 
ConnectFunSuite with RemoteSparkSess
         assert(bytes.length === testBytes2.length)
         assert(bytes.sameElements(testBytes2))
         assert(!rs.wasNull)
+
+        val stringValue = rs.getString("test_binary")

Review Comment:
   I restore to only leave these three lines.



-- 
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]

Reply via email to