nastra commented on code in PR #10131: URL: https://github.com/apache/iceberg/pull/10131#discussion_r1562743988
########## spark/v3.5/spark-extensions/src/test/java/org/apache/iceberg/spark/extensions/ExtensionsTestBase.java: ########## @@ -57,6 +58,8 @@ public static void startMetastoreAndSpark() { .enableHiveSupport() .getOrCreate(); + TestBase.sparkContext = JavaSparkContext.fromSparkContext(spark.sparkContext()); Review Comment: `TestBase.spark` is created in the line above, so we should probably configure the spark context appropriately here -- 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: issues-unsubscr...@iceberg.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org For additional commands, e-mail: issues-h...@iceberg.apache.org