Skip to content

Commit b726b6f

Browse files
Add additional integration tests to arrow-avro (#7974)
# Which issue does this PR close? Part of #4886 Completes the breaking down/porting of the changes in #6965. This PR will be closed upon merge of this PR. # Rationale for this change This change brings over the remaining integration tests present in the original PR, which validate the reader logic against the files from `testing/data/avro`. PRs containing this logic have already been merged (but are not yet released) which these tests now validate. # What changes are included in this PR? The following files are now read in: - alltypes_dictionary.avro - alltypes_nulls_plain.avro - binary.avro - dict-page-offset-zero.avro - avro/list_columns.avro - nested_lists.snappy.avro - single_nan.avro - datapage_v2.snappy.avro - nested_records.avro - repeated_no_annotation.avro # Are these changes tested? This PR consists of integration tests validating code merged recently into this crate. No changes in functionality are included. # Are there any user-facing changes? N/A
1 parent 291e6e5 commit b726b6f

File tree

2 files changed

+601
-3
lines changed

2 files changed

+601
-3
lines changed

arrow-avro/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ crc = { version = "3.0", optional = true }
5858
uuid = "1.17"
5959

6060
[dev-dependencies]
61+
arrow-data = { workspace = true }
6162
rand = { version = "0.9.1", default-features = false, features = [
6263
"std",
6364
"std_rng",

0 commit comments

Comments
 (0)