lxy-9602 opened a new pull request, #125:
URL: https://github.com/apache/paimon-cpp/pull/125
<!-- Please specify the module before the PR name: feat: ... or fix: ... -->
### Purpose
<!-- Linking this pull request to the issue -->
- `FileMetaUtils`: converts and prepares commit/file metadata used by
migration flows and global-index write tasks.
- `include/paimon/migrate/file_meta_utils.h`
- `src/paimon/core/migrate/file_meta_utils.cpp`
- `GlobalIndexWriteTask`: builds write tasks that update global index files
from indexed splits.
- `src/paimon/core/global_index/global_index_write_task.cpp`
- `GlobalIndexScanImpl`: implements global index scan planning/execution for
indexed table reads.
- `src/paimon/core/global_index/global_index_scan_impl.h`
- `src/paimon/core/global_index/global_index_scan_impl.cpp`
- `GlobalIndexScan`: provides the scan entry point that wires table scan
logic with global index scanning.
- `src/paimon/core/global_index/global_index_scan.cpp`
- `GlobalIndexEvaluator`: defines predicate evaluation for global index scan
results.
- `src/paimon/core/global_index/global_index_evaluator.h`
- `GlobalIndexEvaluatorImpl`: provides the concrete evaluator implementation
for global index predicates.
- `src/paimon/core/global_index/global_index_evaluator_impl.h`
- `src/paimon/core/global_index/global_index_evaluator_impl.cpp`
- `IndexedSplitImpl`: represents splits decorated with global-index metadata.
- `src/paimon/core/global_index/indexed_split_impl.h`
- `GlobalIndexFileManager`: manages global index file paths and related
lifecycle metadata.
- `src/paimon/core/global_index/global_index_file_manager.h`
<!-- What is the purpose of the change -->
### Tests
- `file_meta_utils_test.cpp`: covers file metadata utility behavior.
- `indexed_split_test.cpp`: covers indexed split behavior.
<!-- 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
Migrate-by: Codex
<!--
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]