zjw1111 opened a new pull request, #98:
URL: https://github.com/apache/paimon-cpp/pull/98

   ### Purpose
   
   Linked issue: N/A
   
   Introduce the blob file format implementation migrated from Alibaba Paimon 
C++.
   
   Migrated files:
   - `src/paimon/format/blob/blob_file_batch_reader.cpp`
   - `src/paimon/format/blob/blob_file_batch_reader.h`
   - `src/paimon/format/blob/blob_file_batch_reader_test.cpp`
   - `src/paimon/format/blob/blob_file_format.h`
   - `src/paimon/format/blob/blob_file_format_factory.cpp`
   - `src/paimon/format/blob/blob_file_format_factory.h`
   - `src/paimon/format/blob/blob_file_format_factory_test.cpp`
   - `src/paimon/format/blob/blob_format_writer.cpp`
   - `src/paimon/format/blob/blob_format_writer.h`
   - `src/paimon/format/blob/blob_format_writer_test.cpp`
   - `src/paimon/format/blob/blob_reader_builder.h`
   - `src/paimon/format/blob/blob_stats_extractor.cpp`
   - `src/paimon/format/blob/blob_stats_extractor.h`
   - `src/paimon/format/blob/blob_stats_extractor_test.cpp`
   - `src/paimon/format/blob/blob_writer_builder.h`
   - `src/paimon/format/blob/blob_writer_builder_test.cpp`
   
   No extra dependency files were migrated. 
`src/paimon/format/blob/CMakeLists.txt` was intentionally not migrated.
   
   The Alibaba headers were converted to ASF license headers. No `LICENSE` or 
`NOTICE` updates were required for this batch.
   
   External contributor analysis found no `Co-authored-by` trailer or thank-you 
comment requirement.
   
   Validation performed:
   - Ran `check_migration_batch.py --skip-deps`.
   - Ran `analyze_external_contributors.py`.
   - Ran `git diff --check`.
   - Ran `git diff --no-index --check /dev/null <file>` for each migrated new 
file.
   - Ran `git diff --cached --check`.
   
   ### Tests
   
   ### API and Format
   
   This PR adds blob file format source and test files under 
`src/paimon/format/blob`. 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]

Reply via email to