urosstan-db commented on code in PR #56899:
URL: https://github.com/apache/spark/pull/56899#discussion_r3497890102


##########
sql/core/src/test/scala/org/apache/spark/sql/jdbc/PostgresDialectSuite.scala:
##########
@@ -78,4 +78,34 @@ class PostgresDialectSuite extends SparkFunSuite with 
MockitoSugar {
     dialect.beforeFetch(conn, createJDBCOptions(Map.empty))
     verify(conn).setAutoCommit(false)
   }
+
+  test("isSyntaxErrorBestEffort: genuine syntax error (42601) is classified as 
a syntax error") {

Review Comment:
   Since we have docker instance here, can we create new user and do 
integration testing as well



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