rok commented on a change in pull request #12160:
URL: https://github.com/apache/arrow/pull/12160#discussion_r789073033
##########
File path: python/pyarrow/tests/test_ipc.py
##########
@@ -136,6 +140,22 @@ def stream_fixture():
return StreamFormatFixture()
[email protected](params=[
+ FileFormatFixture(),
+ StreamFormatFixture()
+ # pytest.param(
+ # pytest.lazy_fixture('file_fixture'),
+ # id='File Format'
+ # ),
+ # pytest.param(
+ # pytest.lazy_fixture('stream_fixture'),
+ # id='Stream Format'
+ # )
Review comment:
This is probably redundant?
--
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]