You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "raulcd (via GitHub)" <gi...@apache.org> on 2023/06/28 13:00:21 UTC

[GitHub] [arrow] raulcd opened a new issue, #36352: [Python][CI] GCFS python tests fail due to updated version of google-cloud-cpp

raulcd opened a new issue, #36352:
URL: https://github.com/apache/arrow/issues/36352

   ### Describe the bug, including details regarding any error messages, version, and platform.
   
   As discussed here:
   https://github.com/apache/arrow/pull/36119#issuecomment-1611147978
   
   *originally from @raulcd *
   I am unsure if there's something else to be done but it seems the nightlies for:
   * [test-debian-11-python-3](https://github.com/ursacomputing/crossbow/runs/14609701083)
   * [test-fedora-35-python-3](https://github.com/ursacomputing/crossbow/runs/14608852519)
   
   Failed with:
   ```
   E   pyarrow.lib.ArrowInvalid: google::cloud::Status(INVALID_ARGUMENT: missing project id error_info={reason=INVALID_ARGUMENT, domain=gcloud-cpp, metadata={gcloud-cpp.source.function=CreateBucket, gcloud-cpp.source.line=402, gcloud-cpp.source.filename=/build/cpp/google_cloud_cpp_ep-install/include/google/cloud/storage/client.h, gcloud-cpp.version=v2.12.0}}). Detail: [errno 22] Invalid argument
   ```
   Is there something else to be done? Should I create a new issue for those failures?
   
   and 
   *originally from @raulcd *
   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'll create an issue
   
   ### Component(s)
   
   Continuous Integration, Python


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

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


[GitHub] [arrow] kou commented on issue #36352: [Python][CI] GCFS python tests fail due to updated version of google-cloud-cpp

Posted by "kou (via GitHub)" <gi...@apache.org>.
kou commented on issue #36352:
URL: https://github.com/apache/arrow/issues/36352#issuecomment-1612236329

   Oh, sorry. I missed 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: github-unsubscribe@arrow.apache.org

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


[GitHub] [arrow] raulcd closed issue #36352: [Python][CI] GCFS python tests fail due to updated version of google-cloud-cpp

Posted by "raulcd (via GitHub)" <gi...@apache.org>.
raulcd closed issue #36352: [Python][CI] GCFS python tests fail due to updated version of google-cloud-cpp
URL: https://github.com/apache/arrow/issues/36352


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

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


[GitHub] [arrow] raulcd commented on issue #36352: [Python][CI] GCFS python tests fail due to updated version of google-cloud-cpp

Posted by "raulcd (via GitHub)" <gi...@apache.org>.
raulcd commented on issue #36352:
URL: https://github.com/apache/arrow/issues/36352#issuecomment-1612784569

   @kou does this change mean we should require a mandatory project_id when creating a `GcsFileSystem`? 


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