westonpace commented on a change in pull request #10568:
URL: https://github.com/apache/arrow/pull/10568#discussion_r665829229
##########
File path: python/pyarrow/tests/test_csv.py
##########
@@ -1507,8 +1488,8 @@ def test_stress_block_sizes(self):
class TestSerialStreamingCSVRead(BaseTestStreamingCSVRead, unittest.TestCase):
def open_csv(self, *args, **kwargs):
- read_options = kwargs.setdefault('read_options', ReadOptions())
- read_options.use_threads = False
+ # read_options = kwargs.setdefault('read_options', ReadOptions())
+ # read_options.use_threads = False
Review comment:
Ah, good point (and clumsy of me to leave those comments in there).
I've changed up the test so now there is no base class and every test is
parameterized on use_threads=True/False.
--
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]