Skip to content

Commit cf34a25

Browse files
committed
fix: avro_to_arrow: Handle avro nested nullable struct (union)
Corrects handling of a nullable struct union. Signed-off-by: 🐼 Samrose Ahmed 🐼 <[email protected]>
1 parent 422e68e commit cf34a25

File tree

4 files changed

+671
-68
lines changed

4 files changed

+671
-68
lines changed

datafusion/core/Cargo.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,8 @@ rand_distr = "0.4.3"
109109
regex = "1.5.4"
110110
rstest = "0.18.0"
111111
rust_decimal = { version = "1.27.0", features = ["tokio-pg"] }
112+
serde = "1"
113+
serde_json = "1"
112114
test-utils = { path = "../../test-utils" }
113115
thiserror = "1.0.37"
114116
tokio-postgres = "0.7.7"

0 commit comments

Comments
 (0)