zjw1111 opened a new pull request, #94: URL: https://github.com/apache/paimon-cpp/pull/94
### Purpose Linked issue: None Introduce the Avro direct encoder/decoder implementation migrated from Alibaba Paimon C++: - `src/paimon/format/avro/avro_direct_encoder.h` - `src/paimon/format/avro/avro_direct_encoder.cpp` - `src/paimon/format/avro/avro_direct_decoder.h` - `src/paimon/format/avro/avro_direct_decoder.cpp` - `src/paimon/format/avro/avro_direct_encoder_decoder_test.cpp` This also updates `LICENSE` and `NOTICE` with the Apache Iceberg C++ attribution required by the adapted direct encoder/decoder files. External contributor analysis found no external contribution threshold hits, so no `Co-authored-by` trailer or thank-you comment is required. Validation performed: - `check_migration_batch.py --skip-deps --files ...` - `analyze_external_contributors.py --files ...` - `git diff --check` - `git diff --cached --check` ### Tests ### API and Format This adds Avro direct encoding/decoding implementation files under `src/paimon/format/avro`. It does not change public headers under `include/`. ### Documentation No documentation changes. ### Generative AI tooling Migrated-by: OpenAI Codex -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
