Re: [Python] Best practices when exposing options

2021-03-12 Thread Neal Richardson
Hi Ying, I'd suggest looking at how the other file readers and writers (CSV, Parquet, etc.) expose their options. I don't know pyarrow well enough myself to tell you what the answer is, but the answer is probably following whatever model is already there for those options. Neal On Fri, Mar 12, 20

[Python] Best practices when exposing options

2021-03-12 Thread Ying Zhou
Hi, Currently I’m working on ARROW-11297 https://github.com/mathyingzhou/arrow/tree/ARROW-11297 ) which will be filed as soon as the current PR is merged. I managed to reimplement orc::WriterOptions in Arrow (with naming conventions Arr