You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now the DagsHubFilesystem offers a listdir method that returns a list. What if I am trying to access a very large bucket directory, I cannot expect that list to be infinitely big.
Example snippet that will time out:
Right now the
DagsHubFilesystem
offers alistdir
method that returns a list. What if I am trying to access a very large bucket directory, I cannot expect that list to be infinitely big.Example snippet that will time out:
I propose that the client implements a
fs.Walk
that returns a generator with potentially infinite content.The text was updated successfully, but these errors were encountered: