KalleOlaviNiemitalo commented on PR #2392: URL: https://github.com/apache/avro/pull/2392#issuecomment-1727144032
@clesaec, this one: <https://github.com/apache/avro/blob/73752a404c63fdfc0b132d1be891f80d66b4dca8/lang/java/avro/src/main/java/org/apache/avro/file/DataFileWriter.java#L441-L448> The existing text "using a File" seems to refer to `public DataFileWriter<D> create(Schema schema, File file)` and doesn't quite cover the case where `public DataFileWriter<D> create(Schema schema, OutputStream outs)` is called with `outs` being a FileOutputStream. -- 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]
