andygrove opened a new issue, #2285:
URL: https://github.com/apache/datafusion-comet/issues/2285

   ### Describe the bug
   
   I sometimes see queries fail due to errors resolving the bucket region.
   
   In Comet, we have this native code:
   
   ```rust
           let region =
               get_runtime().block_on(resolve_bucket_region(bucket, 
&ClientOptions::new()))?;
   ```
   
   This calls into `arrow-rs-object-store` code:
   
   ```rust
       let response = client.head(&endpoint).send().await.map_err(|source| {
           let bucket = bucket.into();
           Error::ResolveRegion { bucket, source }
       })?;
   ```
   
   It appears that this request is sometimes failing.
   
   ### Steps to reproduce
   
   _No response_
   
   ### Expected behavior
   
   _No response_
   
   ### Additional context
   
   _No response_


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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to