tomtongue commented on code in PR #13015:
URL: https://github.com/apache/iceberg/pull/13015#discussion_r2082039865


##########
spark/v3.5/spark/src/test/java/org/apache/iceberg/spark/TestSparkDistributionAndOrderingUtil.java:
##########
@@ -43,7 +44,9 @@
 import org.apache.spark.sql.connector.write.RowLevelOperation.Command;
 import org.junit.jupiter.api.AfterEach;
 import org.junit.jupiter.api.TestTemplate;
+import org.junit.jupiter.api.extension.ExtendWith;
 
+@ExtendWith(ParameterizedTestExtension.class)

Review Comment:
   Thanks for checkinf this. This is the parameterized test previously as well. 
While the super class already has the `@ExtendWith`, this line should be added 
to clearly indicate this is a parameterized test class.



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

Reply via email to