Skip to content

feat: implement direct Avro encoder for performance #1916

feat: implement direct Avro encoder for performance

feat: implement direct Avro encoder for performance #1916

Triggered via pull request December 28, 2025 18:06
Status Failure
Total duration 11m 25s
Artifacts

cpp-linter.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

2 errors, 4 warnings, and 4 notices
cpp-linter
Process completed with exit code 1.
cpp-linter
Process completed with exit code 1.
src/iceberg/test/avro_test.cc:771:7 [readability-isolate-declaration]: src/iceberg/test/avro_test.cc#L771
multiple declarations in a single statement reduces readability
src/iceberg/test/avro_test.cc:757:7 [readability-isolate-declaration]: src/iceberg/test/avro_test.cc#L757
multiple declarations in a single statement reduces readability
Run clang-format on src/iceberg/test/avro_test.cc: src/iceberg/test/avro_test.cc#L0
File src/iceberg/test/avro_test.cc does not conform to Custom style guidelines. (lines 538, 543, 544, 545, 546, 547)
Run clang-format on src/iceberg/avro/avro_writer.cc: src/iceberg/avro/avro_writer.cc#L0
File src/iceberg/avro/avro_writer.cc does not conform to Custom style guidelines. (lines 121, 192, 194)
Run clang-format on src/iceberg/avro/avro_direct_encoder_internal.h: src/iceberg/avro/avro_direct_encoder_internal.h#L0
File src/iceberg/avro/avro_direct_encoder_internal.h does not conform to Custom style guidelines. (lines 66, 67)
Run clang-format on src/iceberg/avro/avro_direct_encoder.cc: src/iceberg/avro/avro_direct_encoder.cc#L0
File src/iceberg/avro/avro_direct_encoder.cc does not conform to Custom style guidelines. (lines 20, 56, 66, 67, 89, 106, 115, 120, 134, 139, 191, 230, 232, 233, 249, 258, 287, 308, 314, 338, 357, 399)