Open thepiwo opened 1 year ago
getFileSystem
as exposed by the sdk is async so this will need to be a breaking change or some workaround...
getFileSystem
as exposed by the sdk is async so this will need to be a breaking change or some workaround...
did you ask @davidyuk why it is async? 🤔
I've used non-blocking file access api, this way nodes process may request multiple files at once
I made this PR breaking and will gather some more breaking changes eventually for an upcoming v5
closes #474