Hi, Today I found that pretty much none of our ORC-related work (e.g. ORC writer in C++ & Python, Arrow Dataset with ORC) has ever been documented. This is something we have to fix or users won’t even be aware that ORC support exists, let alone how to use it.
>From my understanding it seems that we miss the following docs: 1. C++ and Python API reference (partially missing) 2. User Guide (entirely absent) As the person who created and self-assigned https://issues.apache.org/jira/browse/ARROW-13231 I’d like to spend the next a couple of days fixing it. Could you guys please point me towards what actually needs to be revised? In particular where is the source of https://arrow.apache.org/docs/python/parquet.html ? Really thanks! Ian