The GitHub Actions job "pre-commit" on iceberg-cpp.git/avro_reader has 
succeeded.
Run started by GitHub user shangxinli (triggered by shangxinli).

Head commit for run:
2e8b27d4e7c9b86d7b49b3f4a7c1f8674f6351ca / Xinli Shang <[email protected]>
feat: add comprehensive tests and benchmark for Avro direct decoder

Add extensive test coverage to validate the direct decoder implementation:
- All primitive types (boolean, int, long, float, double, string, binary)
- Temporal types (date, time, timestamp)
- Complex nested structures (nested structs, lists, maps)
- Null handling and optional fields
- Large datasets (1000+ rows)
- Direct decoder vs GenericDatum comparison tests

Add benchmark tool to measure performance improvements:
- Benchmarks with various data patterns (primitives, nested, lists, nulls)
- Compares direct decoder vs GenericDatum performance
- Expected speedup: 1.5x - 2.5x due to eliminated intermediate copies

Test results:
- 16 comprehensive Avro reader tests (vs 5 before)
- 181 total tests in avro_test suite
- 100% passing rate

This addresses review feedback from wgtmac to provide better test coverage
and prove performance improvements of the direct decoder implementation.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <[email protected]>

Report URL: https://github.com/apache/iceberg-cpp/actions/runs/19897657078

With regards,
GitHub Actions via GitBox

Reply via email to