nastra commented on code in PR #11430:
URL: https://github.com/apache/iceberg/pull/11430#discussion_r1858209515
##########
flink/v1.20/flink/src/test/java/org/apache/iceberg/flink/data/AbstractTestFlinkAvroReaderWriter.java:
##########
@@ -48,11 +48,11 @@
import org.apache.iceberg.util.DateTimeUtil;
import org.junit.jupiter.api.Test;
-public class TestFlinkAvroReaderWriter extends DataTest {
+public abstract class AbstractTestFlinkAvroReaderWriter extends DataTest {
- private static final int NUM_RECORDS = 100;
+ static final int NUM_RECORDS = 100;
Review Comment:
this and the ones below are both unrelated changes I believe
--
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]