Guosmilesmile commented on code in PR #15675:
URL: https://github.com/apache/iceberg/pull/15675#discussion_r3093938828
##########
data/src/test/java/org/apache/iceberg/data/BaseFormatModelTests.java:
##########
@@ -659,7 +1133,7 @@ private void writeGenericRecords(FileFormat fileFormat,
Schema schema, List<Reco
assertThat(dataFile.format()).isEqualTo(fileFormat);
}
- private List<Record> projectRecords(List<Record> records, Schema
projectedSchema) {
+ private static List<Record> projectRecords(List<Record> records, Schema
projectedSchema) {
Review Comment:
Found only this method need add static. So do it in this pr.
--
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]