dongjoon-hyun commented on code in PR #40543:
URL: https://github.com/apache/spark/pull/40543#discussion_r1149465747
##########
connector/docker-integration-tests/src/test/scala/org/apache/spark/sql/jdbc/PostgresIntegrationSuite.scala:
##########
@@ -128,7 +128,7 @@ class PostgresIntegrationSuite extends
DockerJDBCIntegrationSuite {
"('abcd', 'efgh', 'ijkl', 'mnop', 'q')").executeUpdate()
conn.prepareStatement("CREATE TABLE char_array_types (" +
- "c0 char(4)[], c1 character(4)[], c2 character varying(4)[], c3
varchar(4)[], c4 bpchar[])"
+ "c0 char(4)[], c1 character(4)[], c2 character varying(4)[], c3
varchar(4)[], c4 bpchar(1)[])"
Review Comment:
Since it's non-trivial findings, could you add some comments please,
@yaooqinn ?
--
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]