manuzhang commented on code in PR #9445:
URL: https://github.com/apache/iceberg/pull/9445#discussion_r1453220284
##########
spark/v3.5/spark/src/test/java/org/apache/iceberg/spark/source/TestSparkReaderDeletes.java:
##########
@@ -126,6 +126,7 @@ public static void startMetastoreAndSpark() {
SparkSession.builder()
.master("local[2]")
.config("spark.appStateStore.asyncTracking.enable", false)
+ .config("spark.ui.liveUpdate.period", 0)
Review Comment:
We don't want to disable update but async update. Please check the logic
below.
https://github.com/apache/spark/blob/v3.5.0/sql/core/src/main/scala/org/apache/spark/sql/execution/ui/SQLAppStatusListener.scala#L457
--
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]