zjw1111 opened a new pull request, #63: URL: https://github.com/apache/paimon-cpp/pull/63
### Purpose Linked issue: N/A Introduce the initial read context and split read abstractions from the C++ implementation. This migration includes: - `include/paimon/read_context.h` - `src/paimon/core/operation/split_read.h` - `src/paimon/core/operation/abstract_split_read.h` - `src/paimon/core/operation/abstract_split_read.cpp` - `src/paimon/core/operation/abstract_split_read_test.cpp` - `src/paimon/core/operation/read_context.cpp` - `src/paimon/core/operation/read_context_test.cpp` - `src/paimon/core/operation/internal_read_context.h` - `src/paimon/core/operation/internal_read_context.cpp` - `src/paimon/core/operation/internal_read_context_test.cpp` No additional dependency files are included in this batch. License handling: - Converted Alibaba source headers to ASF license headers. - Checked the source repository `LICENSE` and `NOTICE`; no separate third-party declaration was found for these files. External contributor handling: - External contributor analysis found per-file threshold hits for `ji chen <[email protected]>`. - No `Co-authored-by` trailer is added per maintainer instruction. ### Tests - `git diff --check` - `git diff --no-index --check /dev/null <file>` for each newly added file before staging - `git diff --cached --check` ### API and Format Adds a new public header, `include/paimon/read_context.h`. No storage format or protocol changes. ### 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]
