rdblue commented on a change in pull request #2953:
URL: https://github.com/apache/iceberg/pull/2953#discussion_r707623181
##########
File path: core/src/test/java/org/apache/iceberg/avro/TestReadProjection.java
##########
@@ -37,10 +37,11 @@
import org.junit.rules.TemporaryFolder;
public abstract class TestReadProjection {
+
protected abstract Record writeAndRead(String desc,
- Schema writeSchema,
- Schema readSchema,
- Record record) throws IOException;
+ Schema writeSchema,
+ Schema readSchema,
+ Record record) throws IOException;
Review comment:
Can you revert the non-functional changes here? This one and the
whitespace one above.
--
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]