PetarVasiljevic-DB commented on code in PR #51616: URL: https://github.com/apache/spark/pull/51616#discussion_r2222620995
########## sql/core/src/test/scala/org/apache/spark/sql/jdbc/JDBCSuite.scala: ########## @@ -145,11 +140,7 @@ class JDBCSuite extends QueryTest with SharedSparkSession { conn.prepareStatement("create table test.inttypes (a INT, b BOOLEAN, c TINYINT, " + "d SMALLINT, e BIGINT)").executeUpdate() - conn.prepareStatement("insert into test.inttypes values (1, false, 3, 4, 1234567890123)" - ).executeUpdate() - conn.prepareStatement("insert into test.inttypes values (null, null, null, null, null)" - ).executeUpdate() - conn.commit() + Review Comment: we can batch this one? -- 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: reviews-unsubscr...@spark.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org For additional commands, e-mail: reviews-h...@spark.apache.org