yaooqinn commented on code in PR #45810:
URL: https://github.com/apache/spark/pull/45810#discussion_r1547147771
##########
connector/docker-integration-tests/src/test/scala/org/apache/spark/sql/jdbc/PostgresIntegrationSuite.scala:
##########
@@ -389,24 +390,25 @@ class PostgresIntegrationSuite extends
DockerJDBCIntegrationSuite {
val df = sqlContext.read.jdbc(jdbcUrl, "char_types", new Properties)
val row = df.collect()
assert(row.length == 1)
- assert(row(0).length === 5)
Review Comment:
we will check the columns one by one later,it seems an unnecessary assertion
step
--
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]