You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2022/03/15 16:13:58 UTC

[GitHub] [arrow] jorisvandenbossche commented on a change in pull request #12632: ARROW-15939: [Python] Add pickle support for JSON options classes

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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org