raulcd commented on PR #36119: URL: https://github.com/apache/arrow/pull/36119#issuecomment-1611357644
Hi @coryan ! No worries, from my understanding we have to add the new `project_id` to our `GcsFileSystem` constructor: https://github.com/apache/arrow/blob/main/python/pyarrow/_gcsfs.pyx#L83-L89 And adding that to the underlying `CGcsOptions`. We migt have to update the `__reduce__` function on that file and update the tests on `python/pyarrow/tests/test_fs.py`: https://github.com/apache/arrow/blob/main/python/pyarrow/tests/test_fs.py#L211 I've created https://github.com/apache/arrow/issues/36352 to track it. -- 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]
