Skip to content

Commit 5bf9f3c

Browse files
authored
fix: complete miss attribute for map && list in avro schema (#411)
* 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 <st810918843@gmail.com>
1 parent 68069e3 commit 5bf9f3c

File tree

3 files changed

+501
-251
lines changed

3 files changed

+501
-251
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ rust-version = "1.77.1"
3939

4040
[workspace.dependencies]
4141
anyhow = "1.0.72"
42-
apache-avro = "0.16"
42+
apache-avro = "0.17"
4343
array-init = "2"
4444
arrow-arith = { version = "52" }
4545
arrow-array = { version = "52" }

0 commit comments

Comments
 (0)