andygrove opened a new issue, #2306: URL: https://github.com/apache/datafusion-comet/issues/2306
### Describe the bug In one environment, I saw errors when attempting to resolve the region for a bucket. This was happening in the object-store `resolve_bucket_region` function. Unfortunately, this call hides the root cause of underlying reqwest errors, so it was difficult to debug the root cause. After copying the `resolve_bucket_region` source code into Comet and adding some logging, I was able to see the following. ``` java.lang.UnsatisfiedLinkError: /tmp/libcomet-10062048571062562747.so: libssl.so.1.1: cannot open shared object file: No such file or directory ``` ### Steps to reproduce _No response_ ### Expected behavior This error should not have been slienty suppressed. ### 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: github-unsubscr...@datafusion.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org For additional commands, e-mail: github-h...@datafusion.apache.org