aokolnychyi commented on code in PR #6077: URL: https://github.com/apache/iceberg/pull/6077#discussion_r1008756137
########## spark/v3.3/spark-extensions/src/test/java/org/apache/iceberg/spark/extensions/SparkRowLevelOperationsTestBase.java: ########## @@ -57,6 +60,8 @@ public abstract class SparkRowLevelOperationsTestBase extends SparkExtensionsTes private static final Random RANDOM = ThreadLocalRandom.current(); + protected static SparkSession otherSpark = null; Review Comment: This would add an extra connection to HMS from the Spark built-in client. That's why I reduced the client pool size in tests to 1. -- 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]
