pyorc icon indicating copy to clipboard operation
pyorc copied to clipboard

Python module for Apache ORC file format

Results 4 pyorc issues
Sort by recently updated
recently updated
newest added

Hey @noirello, thanks for the awesome lib I have found an issue, which is really hard to debug: ```python import aioprometheus # import protobuf under the hood import pyorc with...

Hello! Thanks for pyorc; using it has been a pleasure so far, with the exception that we seem to be running into memory issues. I think `Writer` is leaking memory?...

I think this library could be a great alternative to pyarrow and pyspark to easily read and write ORC files without requiring a big library to just achieve that (not...

Using compression snappy produces big files compared to java orc, for example using java we produce a 20mb file, while using pyorc with the same data results in a 46mb...