tustvold commented on PR #3595: URL: https://github.com/apache/arrow-datafusion/pull/3595#issuecomment-1257830435
> supplementary way to find an object store besides the manual registration way Aah, I hadn't understood this. I was viewing `ObjectStoreProvider` as **the** way to lazily register object stores on-demand. In particular I had viewed the manual registration as serving the "integrated DBMS" use-case, such as IOx, where buckets, etc... are known up-front, and the `ObjectStoreProvider` serving the ad-hoc use-case where users might add/remove buckets using DLL statements. So if an ObjectStore isn't already registered, and the call to `ObjectStoreProvider` fails, that is the error that will be surfaced to the user. Does that make sense? -- 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]
