Python module for Apache ORC file format
copied from cf-staging / pyorcPython module for reading and writing Apache ORC file format. It uses the Apache ORC's Core C++ API under the hood, and provides a similar interface as the csv module in the Python standard library. Supports only Python 3.6 or newer and ORC 1.6.