jorisvandenbossche commented on issue #38309: URL: https://github.com/apache/arrow/issues/38309#issuecomment-1766630186
> Some mechanism to "register" the filesystem to the core libarrow fs utilities One aspect of this that is not really clear to me how this would work: _when_ do those filesystems get registered? How does the core libarrow know which separate libraries to load, or what triggers them to be loaded? For example in Python, you could either do that by letting the user do some manual import (and pyarrow could also abstract that away by already attempting this import under the hood for our own filesystems), or either with entrypoints to discover external ones. But I don't know how that would work in C++? -- 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]
