Skip to content

Commit

Permalink
feat: support read ManifestList (#56)
Browse files Browse the repository at this point in the history
* support read manifest-list

* support to read with schema

* * add test for serialize
* fix clippy

* fix typos

* rename _schema to _const_fields

---------

Co-authored-by: ZENOTME <st810918843@gmail.com>
  • Loading branch information
ZENOTME and ZENOTME authored Oct 2, 2023
1 parent a7f0434 commit 2585a2f
Show file tree
Hide file tree
Showing 7 changed files with 965 additions and 17 deletions.
1 change: 1 addition & 0 deletions crates/iceberg/src/avro/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,4 @@
//! Avro related codes.
#[allow(dead_code)]
mod schema;
pub(crate) use schema::*;
Loading

0 comments on commit 2585a2f

Please sign in to comment.