This is an automated email from the ASF dual-hosted git repository.
alamb pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/arrow-rs.git
from f18dadd709 Document the `ParquetRecordBatchStream` buffering (#6947)
add 74499c0e78 Return `BoxStream` with `'static` lifetime from
`ObjectStore::list` (#6619)
No new revisions were added by this update.
Summary of changes:
object_store/src/aws/client.rs | 2 +-
object_store/src/aws/mod.rs | 4 +--
object_store/src/azure/client.rs | 2 +-
object_store/src/azure/mod.rs | 7 +++--
object_store/src/chunked.rs | 4 +--
object_store/src/client/list.rs | 19 ++++++-------
object_store/src/client/pagination.rs | 50 ++++++++++++++++++++---------------
object_store/src/gcp/client.rs | 2 +-
object_store/src/gcp/mod.rs | 4 +--
object_store/src/http/mod.rs | 15 ++++++-----
object_store/src/lib.rs | 8 +++---
object_store/src/limit.rs | 14 +++++-----
object_store/src/local.rs | 2 +-
object_store/src/memory.rs | 2 +-
object_store/src/prefix.rs | 32 +++++++++++++++++++---
object_store/src/throttle.rs | 16 ++++++-----
object_store/tests/get_range_file.rs | 2 +-
17 files changed, 113 insertions(+), 72 deletions(-)