yahoNanJing opened a new issue #1778: URL: https://github.com/apache/arrow-datafusion/issues/1778
**Describe the bug** <!-- A clear and concise description of what the bug is. --> Currently the key of object store in the ObjectStoreRegistry does not consider the host and port, which will cause issues when multiple remote object stores exist with the same scheme. **To Reproduce** <!-- Steps to reproduce the behavior: --> hdfs://host1:port, hdfs://host2:port. Only one will be registered. **Expected behavior** <!-- A clear and concise description of what you expected to happen. --> Both object stores for hdfs://host1:port and hdfs://host2:port should be kept in the ObjectStoreRegistry. -- 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]
