jorisvandenbossche commented on a change in pull request #12632:
URL: https://github.com/apache/arrow/pull/12632#discussion_r827162365



##########
File path: python/pyarrow/tests/test_json.py
##########
@@ -67,6 +76,8 @@ def test_read_options():
     assert opts.block_size == 1234
     assert opts.use_threads is False
 
+    check_options_class_pickling(cls, block_size=1234,
+                                 use_threads=False)

Review comment:
       ```suggestion
                                    use_threads=False)
   
   ```
   
   The linting error is about this missing blank line




-- 
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]


Reply via email to