Skip to content

Commit

Permalink
fix: avro_to_arrow: Handle avro nested nullable struct (union)
Browse files Browse the repository at this point in the history
Corrects handling of a nullable struct union.

Signed-off-by: 🐼 Samrose Ahmed 🐼 <[email protected]>
  • Loading branch information
Samrose-Ahmed committed Oct 2, 2023
1 parent 422e68e commit ce6d0a2
Show file tree
Hide file tree
Showing 4 changed files with 523 additions and 68 deletions.
2 changes: 2 additions & 0 deletions datafusion/core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,8 @@ rand_distr = "0.4.3"
regex = "1.5.4"
rstest = "0.18.0"
rust_decimal = { version = "1.27.0", features = ["tokio-pg"] }
serde = "1"
serde_json = "1"
test-utils = { path = "../../test-utils" }
thiserror = "1.0.37"
tokio-postgres = "0.7.7"
Expand Down
Loading

0 comments on commit ce6d0a2

Please sign in to comment.