Re: [PR] Spark 3.5: Use Awaitility instead of Thread.sleep() [iceberg]

2023-10-17 Thread via GitHub
nastra merged PR #8853: URL: https://github.com/apache/iceberg/pull/8853 -- 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.apac

Re: [PR] Spark 3.5: Use Awaitility instead of Thread.sleep() [iceberg]

2023-10-17 Thread via GitHub
nastra commented on code in PR #8853: URL: https://github.com/apache/iceberg/pull/8853#discussion_r1362301067 ## spark/v3.5/spark/src/test/java/org/apache/iceberg/spark/source/SparkSQLExecutionHelper.java: ## @@ -42,28 +45,26 @@ public static String lastExecutedMetricValue(Spark

Re: [PR] Spark 3.5: Use Awaitility instead of Thread.sleep() [iceberg]

2023-10-17 Thread via GitHub
nk1506 commented on code in PR #8853: URL: https://github.com/apache/iceberg/pull/8853#discussion_r1361945348 ## spark/v3.5/spark/src/test/java/org/apache/iceberg/spark/source/SparkSQLExecutionHelper.java: ## @@ -42,28 +45,26 @@ public static String lastExecutedMetricValue(Spark