rdsr opened a new issue #26: [Minor] com.netflix.iceberg.avro.Avro.WriteBuilder returns (package private) AvroFileAppender when build() is called URL: https://github.com/apache/incubator-iceberg/issues/26 **com.netflix.iceberg.avro.AvroFileAppender** is package private. **Avro.WriteBuilder#build()** should not return that as part of its public API. Either we make AvroFileAppender public or have Avro.WriteBuilder#build() return FileAppender. I'm inclined to use the latter approach to fix this.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services