rdblue commented on a change in pull request #153: [Baseline] Apply baseline
linting to iceberg-core
URL: https://github.com/apache/incubator-iceberg/pull/153#discussion_r274057075
##########
File path: core/src/main/java/org/apache/iceberg/GenericDataFile.java
##########
@@ -69,7 +69,7 @@ public PartitionData copy() {
/**
* Used by Avro reflection to instantiate this class when reading manifest
files.
*/
- public GenericDataFile(org.apache.avro.Schema avroSchema) {
+ GenericDataFile(org.apache.avro.Schema avroSchema) {
Review comment:
This needs to be public so that Avro can call it.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]