zjw1111 opened a new pull request, #88: URL: https://github.com/apache/paimon-cpp/pull/88
### Purpose This PR introduces the exact-scope Avro writer, batch reader, writer builder, and stats extractor files migrated from the Alibaba Paimon C++ repository. Migrated files: - `src/paimon/format/avro/avro_file_batch_reader.h` - `src/paimon/format/avro/avro_file_batch_reader.cpp` - `src/paimon/format/avro/avro_file_batch_reader_test.cpp` - `src/paimon/format/avro/avro_format_writer.h` - `src/paimon/format/avro/avro_format_writer.cpp` - `src/paimon/format/avro/avro_format_writer_test.cpp` - `src/paimon/format/avro/avro_writer_builder.h` - `src/paimon/format/avro/avro_writer_builder_test.cpp` - `src/paimon/format/avro/avro_stats_extractor.h` - `src/paimon/format/avro/avro_stats_extractor.cpp` - `src/paimon/format/avro/avro_stats_extractor_test.cpp` No additional dependency files are included in this exact-scope migration. ### Tests `git diff --cached --check` ### API and Format This patch introduces Avro writer-related implementation and test files. It does not change public headers under `include/`, storage format, or protocol definitions. ### Documentation No user-facing documentation is added. ### 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]
