You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@iceberg.apache.org by GitBox <gi...@apache.org> on 2018/12/06 04:53:14 UTC

[GitHub] rdsr opened a new issue #26: [Minor] com.netflix.iceberg.avro.Avro.WriteBuilder returns (package private) AvroFileAppender when build() is called

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:
users@infra.apache.org


With regards,
Apache Git Services