varun-lakhyani commented on code in PR #17284: URL: https://github.com/apache/iceberg/pull/17284#discussion_r3824800216
########## spark/v3.5/spark/src/test/java/org/apache/iceberg/spark/actions/TestRewriteTablePathsAction.java: ########## @@ -99,11 +99,15 @@ import org.apache.spark.storage.BroadcastBlockId; import org.junit.jupiter.api.AfterEach; import org.junit.jupiter.api.BeforeEach; +import org.junit.jupiter.api.Disabled; import org.junit.jupiter.api.TestTemplate; import org.junit.jupiter.api.extension.ExtendWith; import org.junit.jupiter.api.io.TempDir; import scala.Tuple2; +@Disabled( + "Temporarily disabled to verify that no other CI tests fail. Will be re-enabled before this" + + " PR is merged.") Review Comment: fix for this issue is under review so disabling it to check for other CI tests -- 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]
