lxy-9602 opened a new pull request, #2:
URL: https://github.com/apache/paimon-cpp/pull/2

   <!-- Please specify the module before the PR name: feat: ... or fix: ... -->
   
   ### Purpose
   
   <!-- Linking this pull request to the issue -->
   No Linked issue.
   
   Introduce the foundational utility modules from alibaba/paimon-cpp to 
bootstrap the apache/paimon-cpp codebase. These modules provide core 
infrastructure (status handling, type definitions, memory management, executor) 
that other components depend on.
   
   - Introduce `Status`, `Result<T>`, and related utilities (`status.cpp`, 
`status_test.cpp`, `status_utils.h`)
   - Introduce type definitions and constants (`defs.h`, `defs.cpp`, 
`type_fwd.h`)
   - Introduce `Executor` interface and default implementation (`executor.h`, 
`executor.cpp`)
   - Introduce `MemoryPool` and `Bytes` with unit tests (`memory_pool.h/cpp`, 
`memory_pool_test.cpp`, `bytes.h/cpp`, `bytes_test.cpp`)
   - Introduce shared utilities: `compare.h`, `macros.h`, `string_builder.h`, 
`result.h`, `traits.h`, `visibility.h`
   - Introduce test harness (trimmed to status assertion macros only)
   - Preserve third-party attribution comments (Apache Arrow, RocksDB/LevelDB, 
Google LLC/LiteRT)
   
   <!-- What is the purpose of the change -->
   
   ### Tests
   
   - `status_test.cpp` — Status and Result type correctness
   - `memory_pool_test.cpp` — MemoryPool allocation and lifecycle
   - `bytes_test.cpp` — Bytes buffer operations
   
   <!-- List UT and IT cases to verify this change -->
   
   ### API and Format
   
   <!-- Does this change affect API in include dir or storage format or 
protocol -->
   
   ### Documentation
   
   <!-- Does this change introduce a new feature -->
   
   ### Generative AI tooling
   
   <!--
   If generative AI tooling has been used in the process of authoring this 
patch, please include the
   phrase: 'Generated-by: ' followed by the name of the tool and its version.
   If no, write 'No'.
   Please refer to the [ASF Generative Tooling 
Guidance](https://www.apache.org/legal/generative-tooling.html) for details.
   -->
   


-- 
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