Avro Schema Fixture Matrix
Pick Avro fixtures for event ingestion, nullable field handling, and schema-evolution validation.
3
Righe di fixture
3
Come usare questa matrice
Use the matrix when the validation target is a set of variants rather than one canonical sample.
Come usare questa matrice
Coverage
- Covers event-style records, schema-evolution snapshots, and nullable-profile datasets.
- Useful for producer/consumer compatibility checks and schema-aware replay workflows.
- Anchored to ETL and warehouse packs so Avro validation starts with real downloadable files.
Righe di fixture
Available Variants
| Variante | Profilo | Focus del test | File | Dimensione | Scarica |
|---|---|---|---|---|---|
|
User Events Avro
Good baseline for event replay, stream ingestion, and record-batch validation.
|
Event batch | Schema-bound event ingestion |
avro_user_events_sample.avro
|
501 B | Scarica |
|
Schema Evolution Avro
Useful when readers and writers evolve over time and need compatibility checks.
|
Evolution fixture | New optional fields and defaults |
avro_schema_evolution_sample.avro
|
483 B | Scarica |
|
Nullable Profile Avro
Targets nullable fields, default values, and partial-profile ingestion paths.
|
Nullable-field fixture | Union null handling |
avro_nullable_profile_sample.avro
|
495 B | Scarica |
Pagine strategiche correlate