📝 3 新 Issues
✅ 0 关闭
✨ 4 新 PRs
🎉 1 合并
💬 Issue/PR 动态
Issue 讨论
Issue #2881 [lake/iceberg] Support snapshot expiration for lake tables
- @vamossagar12: 提醒维护者抽空审查该 PR
Issue #3444 [client] Add support of column aliasing for PojoConverter
Issue #3447 [client] Enum conversion functionality for typed writer/reader
Issue #3456 [lake/hudi] Introduce Hudi source split planner
Issue #3459 [client][server] Support adding aggregation columns
Issue #3470 [website] Use theme-aware diagram on intro page
Issue #3476 [lake/paimon] Support custom Paimon lake table path
PR Review
PR #3456 [lake/hudi] Introduce Hudi source split planner
- @fhan688: 修复了异常处理、时间戳格式及 split 相等性判断逻辑
- @XuQianJin-Stars: 建议增加防御性类型检查并优化空结果日志
PR #3459 [client][server] Support adding aggregation columns
- @Copilot: 指出 mergeEngine 校验逻辑漏洞及反序列化安全风险
- @wzx140: 确认聚合函数定义约束并修复安全问题
PR #3476 [lake/paimon] Support custom Paimon lake table path
- @Copilot: 指出 Spark 访问限制范围、ZK 删除顺序及资源泄漏问题
- @wzx140: 确认已缩小检查范围并修复资源清理顺序
📝 新建 Issue/PR
Issues
- #3481 [server] tableCount metric stays inflated after dropping partitioned tables @swuferhong
- #3479 [Feature] Add ListRemoteLogManifests and ListKvSnapshots RPCs for orphan file cleanup @platinumhamburg
- #3478 [test] Unstable test Flink120TableSourceBatchITCase.testCountPushDownForLogTable @app/github-actions
Pull Requests
- #3482 [server] Fix tableCount metric after dropping partitioned tables @swuferhong priority=blocker
- #3480 [rpc][server][client] add ListRemoteLogManifests and ListKvSnapshots RPCs for orphan cleanup @platinumhamburg
- #3477 [build] CI build test on Java 17 and 21 (#203 Phase 3) @vasiliy-mikhailov
- #3476 [lake/paimon] Support custom Paimon lake table path @wzx140
✅ 关闭 Issue/PR
已关闭 Issues
暂无
已合并 PRs
- #3453 [server] Support altering auto partition enabled option @fhan688