alamb commented on PR #7301:
URL: https://github.com/apache/arrow-rs/pull/7301#issuecomment-2734120684

   > I haven't validated this fix yet, if there's some way to test this via 
some integration test that would be helpful to know. Otherwise I can try 
running this against a real GCP bucket, but it will probably take some time to 
get set up.
   
   This is what we use for GCP integration
   
   
https://github.com/apache/arrow-rs/blob/57942c47b7262acbb47d18493244cac24325ce02/.github/workflows/object_store.yml#L129-L138
   
   And then run with
   
   ```
         GOOGLE_BUCKET: test-bucket
         GOOGLE_SERVICE_ACCOUNT: "/tmp/gcs.json"
   ```
   
   Then
   
   ```
   cargo test --features=aws,azure,gcp,http
   ```
   
   


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