-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for multiple GCS file system instances #12058
Comments
@JkSelf will you be able to help with this? |
@majetideepak Yes. I will follow up this issue. Thanks. |
@majetideepak I successfully compiled the GCS test in my local environment using the following command: However, I encountered an issue when running the unit test. The following exception was thrown:
Do you have any suggestions on how to resolve this issue? Thanks. |
@JkSelf I am not sure why this error is thrown. Can you share some details about your environment? Likely an issue with the GcsEmulator. |
@majetideepak It appears that setting the HTTP and HTTPS proxies caused this error. After removing the proxy settings, the test can work properly. And I'll continue implementing this feature. Thanks for your help. |
Description
Currently only one is supported
https://github.com/facebookincubator/velox/blob/main/velox/connectors/hive/storage_adapters/gcs/RegisterGcsFileSystem.cpp
The text was updated successfully, but these errors were encountered: