Skip to content

Commit

Permalink
fix: complete miss attribute for map && list in avro schema (#411)
Browse files Browse the repository at this point in the history
* add miss attr in list/map avro schema

* refine error handle

* fix unused warn

* fix typos

* update avro and unittest

* refine check_schema_conversion

---------

Co-authored-by: ZENOTME <[email protected]>
  • Loading branch information
ZENOTME and ZENOTME authored Aug 8, 2024
1 parent 68069e3 commit 5bf9f3c
Show file tree
Hide file tree
Showing 3 changed files with 501 additions and 251 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ rust-version = "1.77.1"

[workspace.dependencies]
anyhow = "1.0.72"
apache-avro = "0.16"
apache-avro = "0.17"
array-init = "2"
arrow-arith = { version = "52" }
arrow-array = { version = "52" }
Expand Down
Loading

0 comments on commit 5bf9f3c

Please sign in to comment.