apache / apache/iceberg-cpp

Support data sequence numbers in REST scan tasks

未关闭
#834 1 条评论 0 个 reaction 已指派 0 人 在 GitHub 查看
enhancement
主要语言
C++
星标
221
派生
124
平均合并
1 天 16 小时
30 天内合并 PR
21

描述

REST-planned `FileScanTask` currently parses `first-row-id` from the embedded `data-file` JSON, but the REST scan-task payload does not expose the manifest-entry data sequence number.

For v3 row lineage readers, `_last_updated_sequence_number` inheritance needs the data file data sequence number. Without it, REST-planned tasks can pass `first_row_id` but cannot inherit `_last_updated_sequence_number` for files that omit or store null row-lineage columns.

Follow-up from apache/iceberg-cpp#822. The PR adds a skipped test, `FileScanTasksFromJsonTest.RowLineageSequence`, that should be enabled once REST scan-task JSON can carry this value.

贡献指南

这个仓库没有索引到贡献指南

调研方向

首先跟踪 REST 扫描任务的 JSON 解析,以及清单条目数据序列号的表示方式。使用被跳过的测试 FileScanTasksFromJsonTest.RowLineageSequence 作为验收检查。完成的标准是 REST 规划的任务携带数据序列号,并且针对行血缘继承的测试已启用并通过。

由索引模型根据 Issue 内容生成。

评估

技术栈
cpp
领域
api, backend
Issue 类型
功能
难度
3/5
预计耗时
1-2 天
活跃度
冷清
描述清晰度
基本清楚
新手友好度
68/100

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。