felipecrv commented on issue #38309: URL: https://github.com/apache/arrow/issues/38309#issuecomment-1830969667
Bikeshedding: pass a general `FileSystemOptions` struct that can contain implementation-specific options when a semantically-overloaded one isn't possible. ```diff - void AddFactory(function<FileSystem(string)>) + void AddFactory(function<FileSystem(const FileSystemOptions &)>) ``` -- 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]
