[GitHub] [arrow] kszucs commented on a change in pull request #7631: ARROW-8651: [Python][Dataset] Support pickling of Dataset objects

2020-07-06 Thread GitBox
kszucs commented on a change in pull request #7631: URL: https://github.com/apache/arrow/pull/7631#discussion_r450396810 ## File path: python/pyarrow/tests/test_dataset.py ## @@ -612,6 +613,83 @@ def test_make_fragment(multisourcefs): assert

[GitHub] [arrow] kszucs commented on a change in pull request #7631: ARROW-8651: [Python][Dataset] Support pickling of Dataset objects

2020-07-06 Thread GitBox
kszucs commented on a change in pull request #7631: URL: https://github.com/apache/arrow/pull/7631#discussion_r450361126 ## File path: python/pyarrow/tests/test_dataset.py ## @@ -635,6 +635,37 @@ def test_make_fragment_from_buffer(): assert

[GitHub] [arrow] kszucs commented on a change in pull request #7631: ARROW-8651: [Python][Dataset] Support pickling of Dataset objects

2020-07-03 Thread GitBox
kszucs commented on a change in pull request #7631: URL: https://github.com/apache/arrow/pull/7631#discussion_r449564759 ## File path: python/pyarrow/_dataset.pyx ## @@ -773,6 +789,14 @@ cdef class FileFragment(Fragment): Fragment.init(self, sp)

[GitHub] [arrow] kszucs commented on a change in pull request #7631: ARROW-8651: [Python][Dataset] Support pickling of Dataset objects

2020-07-03 Thread GitBox
kszucs commented on a change in pull request #7631: URL: https://github.com/apache/arrow/pull/7631#discussion_r449562966 ## File path: python/pyarrow/_dataset.pyx ## @@ -773,6 +789,14 @@ cdef class FileFragment(Fragment): Fragment.init(self, sp)

[GitHub] [arrow] kszucs commented on a change in pull request #7631: ARROW-8651: [Python][Dataset] Support pickling of Dataset objects

2020-07-03 Thread GitBox
kszucs commented on a change in pull request #7631: URL: https://github.com/apache/arrow/pull/7631#discussion_r449562766 ## File path: python/pyarrow/_dataset.pyx ## @@ -887,6 +911,14 @@ cdef class ParquetFileFragment(FileFragment): FileFragment.init(self, sp)