Skip to content

Commit 6d22ebf

Browse files
Samrose-AhmedTed-Jiang
authored andcommitted
fix: avro_to_arrow: Handle avro nested nullable struct (union) (apache#7663)
Corrects handling of a nullable struct union. Signed-off-by: 🐼 Samrose Ahmed 🐼 <[email protected]>
1 parent 1650fdd commit 6d22ebf

File tree

4 files changed

+670
-68
lines changed

4 files changed

+670
-68
lines changed

datafusion/core/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,7 @@ 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_json = "1"
112113
test-utils = { path = "../../test-utils" }
113114
thiserror = "1.0.37"
114115
tokio-postgres = "0.7.7"

0 commit comments

Comments
 (0)