pitrou commented on a change in pull request #12255:
URL: https://github.com/apache/arrow/pull/12255#discussion_r791769465
##########
File path: python/pyarrow/tests/test_orc.py
##########
@@ -299,219 +299,219 @@ def test_orcfile_readwrite_with_bad_writeoptions():
# batch_size must be a positive integer
with pytest.raises(ValueError):
orc.write_table(
- buffer_output_stream,
table,
+ buffer_output_stream,
Review comment:
This fixes some warnings when running the tests.
--
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]