Open sfescape opened 6 years ago
While you can use openStream to write to any stream. Utils assumes it's a file stream and calls close in osclose.
I think this might have been resolved in https://github.com/kbajalc/parquets/pull/9
If you confirm this is resolved, you can close the issue.
While you can use openStream to write to any stream. Utils assumes it's a file stream and calls close in osclose.