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
I am loading the file from Azure blob and want to avoid copying the entire content over and get a seekable stream. Also want to avoid loading the file into memory. Is there a forward only reader that does not need a seekable stream?
The text was updated successfully, but these errors were encountered:
Issue description
I am loading the file from Azure blob and want to avoid copying the entire content over and get a seekable stream. Also want to avoid loading the file into memory. Is there a forward only reader that does not need a seekable stream?
The text was updated successfully, but these errors were encountered: