storage
storage copied to clipboard
Seekable Azure Blob Stream
Provide a leaky abstraction (via IAzureBlobStorageNativeOperations
) to open azure block blob as a seekable stream.
The seekable stream will allow to navigate to any part of a massive blob without downloading it locally.
hey,
is there any update regarding this?
i am trying to write a parquet file to azure blob stream, and this "seekable" is blocking me, I tried many different ways though none of them worked.
@HassanBadir write to local disk first, then upload from disk to azure blob. As explained before the issue is azure blob SDK, not parquet library.
Thank you, yea I figured it out eventually .. although it would be awesome to have this feature.