nastra commented on code in PR #13007: URL: https://github.com/apache/iceberg/pull/13007#discussion_r2079255373
########## spark/v4.0/spark/src/test/java/org/apache/iceberg/spark/source/TestSparkTable.java: ########## @@ -28,7 +29,9 @@ import org.junit.jupiter.api.AfterEach; import org.junit.jupiter.api.BeforeEach; import org.junit.jupiter.api.TestTemplate; +import org.junit.jupiter.api.extension.ExtendWith; +@ExtendWith(ParameterizedTestExtension.class) Review Comment: FYI that Spark 4 now made it into the codebase, so we should eventually also sync up 3.5 <-> 4.0 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: 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