lucasfang opened a new pull request, #141:
URL: https://github.com/apache/paimon-cpp/pull/141
### Purpose
Linked issue: No linked issue
This change reorganizes append-only writer related files into the core
module structure.
Included changes:
- **Core Append Module**:
- Moves `append_only_writer.h` to `src/paimon/core/append/`
- Moves `append_only_writer.cpp` to `src/paimon/core/append/`
- Moves `append_only_writer_test.cpp` to `src/paimon/core/append/`
### Tests
Not run. Local compile, CMake, and gtest environment checks are not part of
this PR description.
Test coverage included in this change:
- `AppendOnlyWriterTest`
### API and Format
No storage format or protocol changes.
### Documentation
No documentation changes required.
### Generative AI tooling
Migrate-by: Aone Copilot (Qwen3.7-Max)
--
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]