nastra commented on PR #9613:
URL: https://github.com/apache/iceberg/pull/9613#issuecomment-1923353317

   please also add the below diff to `iceberg-spark-extensions` so that JUnit5 
tests are properly executed
   ```
   diff --git a/spark/v3.5/build.gradle b/spark/v3.5/build.gradle
   index eeef75be6..5b07a3c38 100644
   --- a/spark/v3.5/build.gradle
   +++ b/spark/v3.5/build.gradle
   @@ -172,6 +172,10 @@ 
project(":iceberg-spark:iceberg-spark-extensions-${sparkMajorVersion}_${scalaVer
        antlr libs.antlr.antlr4
      }
    
   +  test {
   +    useJUnitPlatform()
   +  }
   +
   ```


-- 
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]

Reply via email to