kbajalc / parquets

MIT License
44 stars 21 forks source link

Support Writable instead of WriteStream #9

Closed dobesv closed 3 years ago

dobesv commented 3 years ago

Writable is a superclass of WriteStream so this supports more use cases, e.g. writing to an HTTP response in an HTTP server.

kbajalc commented 3 years ago

Pull request merged, version 0.10.9 published