Azure / azure-sdk-for-rust

This repository is for active development of the *unofficial* Azure SDK for Rust. This repository is *not* supported by the Azure SDK team.
MIT License
696 stars 240 forks source link

missed stream implementation for reading data in datalake sdk #1007

Open rajasekarv opened 2 years ago

rajasekarv commented 2 years ago

Thanks to @rylev #986 allowed us to stream data instead of collecting into bytes directly. However I noticed that the implementation is still missing in datalake sdk.

Refer below

https://github.com/Azure/azure-sdk-for-rust/blob/2536038025b9532e6c93b8d4c00a85bf95b1c9d0/sdk/storage_datalake/src/operations/path_get.rs#L83

rajasekarv commented 1 year ago

@rylev any update on this?