iajoiner commented on a change in pull request #12231:
URL: https://github.com/apache/arrow/pull/12231#discussion_r792416212
##########
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:
@jorisvandenbossche It is still being passed down in `orc.py` (In both
the ORC writer class and `write_table`) and `_orc.pyx`. May I ask where you see
a static `file_version` being used in the code? Really thanks!
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]