iajoiner commented on a change in pull request #12231: URL: https://github.com/apache/arrow/pull/12231#discussion_r792242670
########## File path: python/pyarrow/orc.py ########## @@ -330,7 +330,9 @@ def read_table(source, columns=None, filesystem=None): """ -def write_table(table, where, *, file_version='0.12', +def write_table(table, where, *, + close_file=False, Review comment: This argument does serve a real ORC purpose (please see the tests in `test_orc.py).` It’s not the `filesystem` argument I removed. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: github-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org