This is an automated email from the ASF dual-hosted git repository.
liurenjie1024 pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/iceberg-rust.git
from a3f9aec docs: Add an example to scan an iceberg table (#545)
add 2758961 Concurrent data file fetching and parallel RecordBatch
processing (#515)
No new revisions were added by this update.
Summary of changes:
crates/iceberg/Cargo.toml | 1 -
crates/iceberg/src/arrow/reader.rs | 148 +++++++++++++++++++++++++------------
crates/iceberg/src/lib.rs | 1 +
crates/iceberg/src/scan.rs | 34 ++++++---
crates/iceberg/src/utils.rs | 42 +++++++++++
5 files changed, 167 insertions(+), 59 deletions(-)
create mode 100644 crates/iceberg/src/utils.rs