Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
3188ea6
Add support for advanced Avro types (Map, Enum, Decimal, Interval) to…
nathaniel-d-ef Sep 8, 2025
e74a6c4
Add comprehensive benchmarking for arrow-avro, covering additional ty…
nathaniel-d-ef Sep 8, 2025
c140ed6
reverting changes to benchmarks, to be included on a follow up PR
nathaniel-d-ef Sep 8, 2025
c01df2b
Remove redundant newline at EOF in avro_writer.rs benchmark file
nathaniel-d-ef Sep 8, 2025
10fe435
Add unit tests for complex Avro encoder types (List, Struct, Enum, De…
nathaniel-d-ef Sep 8, 2025
1ce31ce
Refactor: format FieldPlan and related structs in tests for improved …
nathaniel-d-ef Sep 8, 2025
5c5ea8f
Add support for `small_decimals` feature in arrow-avro encoder
nathaniel-d-ef Sep 9, 2025
a39386b
Additiona conditional support for `small_decimals` feature.
nathaniel-d-ef Sep 9, 2025
6207150
Add unit tests for round-trip validation of Avro encoder, covering Fi…
nathaniel-d-ef Sep 9, 2025
2752bbc
Update UUID logical type handling to match "arrow.uuid" naming conven…
nathaniel-d-ef Sep 9, 2025
17e8382
Revert name change
nathaniel-d-ef Sep 9, 2025
f9435dc
Remove Avro writer unit tests to be included later
nathaniel-d-ef Sep 9, 2025
14cf1f5
Avro writer unit tests for round-trip validation covering Fixed, Enum…
nathaniel-d-ef Sep 9, 2025
f8e6348
Feature flags RT test with canonical_extension_types
nathaniel-d-ef Sep 10, 2025
313b1c2
Merge branch 'apache:main' into CAN-58_map_enum
nathaniel-d-ef Sep 12, 2025
44a98ac
Remove Enum and Map support from Avro writer and related tests.
nathaniel-d-ef Sep 9, 2025
6720017
Refactor Avro encoder for improved UUID, Decimal, and Duration handli…
nathaniel-d-ef Sep 11, 2025
57bf9ac
Fixes clippy lint
nathaniel-d-ef Sep 12, 2025
7314186
Add benchmarks for various Arrow types in Avro writer
nathaniel-d-ef Sep 10, 2025
d8025a5
Refactor: fix formatting issues and adjust test helper function in Av…
nathaniel-d-ef Sep 10, 2025
47cba08
Merge branch 'apache:main' into CAN-58_benchmarks
nathaniel-d-ef Sep 15, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading
Loading