zjw1111 opened a new pull request, #84: URL: https://github.com/apache/paimon-cpp/pull/84
### Purpose Linked issue: N/A This pull request introduces the exact-scope Avro format migration batch from the Alibaba Paimon C++ repository. Migrated files: - `src/paimon/format/avro/avro_format_defs.h` - `src/paimon/format/avro/avro_utils.h` - `src/paimon/format/avro/avro_file_format.h` - `src/paimon/format/avro/avro_file_format.cpp` - `src/paimon/format/avro/avro_file_format_test.cpp` - `src/paimon/format/avro/avro_file_format_factory.h` - `src/paimon/format/avro/avro_file_format_factory.cpp` - `src/paimon/format/avro/avro_reader_builder.h` - `src/paimon/format/avro/avro_schema_converter.h` - `src/paimon/format/avro/avro_schema_converter.cpp` - `src/paimon/format/avro/avro_schema_converter_test.cpp` - `src/paimon/format/avro/avro_input_stream_impl.h` - `src/paimon/format/avro/avro_input_stream_impl.cpp` - `src/paimon/format/avro/avro_input_stream_impl_test.cpp` - `src/paimon/format/avro/avro_output_stream_impl.h` - `src/paimon/format/avro/avro_output_stream_impl.cpp` No extra dependency files are included in this batch. The migrated files reference `avro_file_batch_reader.h`, `avro_stats_extractor.h`, and `avro_writer_builder.h`; those files are intentionally left for a follow-up migration batch. The Alibaba copyright headers were converted to ASF license headers. No third-party license or NOTICE updates are needed for this batch. External contributor analysis did not require a `Co-authored-by` trailer. ### Tests ### API and Format This introduces Avro format implementation files under `src/paimon/format/avro`. It does not add new files 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]
