python-orc icon indicating copy to clipboard operation
python-orc copied to clipboard

Python ORC reader

Results 3 python-orc issues
Sort by recently updated
recently updated
newest added

Is this the 3-clause BSD? It's slightly different

Instead of printing ORC data in orc2csv.py file, make an option to save it as a csv file.

Hi, I am trying to read an orc file. ``` In [1]: from orcreader import OrcReader ...: reader = OrcReader('dt=2017-05-14_os=android_part=000004_0') ...: reader.open() ...: ``` I have successfully get the schema...