📝 1 新 Issues
✅ 0 关闭
✨ 2 新 PRs
🎉 1 合并
💬 Issue/PR 动态
Issue 讨论
Issue #1989 [FileSystem] Mask user secret in the S3DelegationTokenProvider/S3DelegationTokenReceiver
- @QuakeWang: 询问 @Pikady 是否仍在处理此 issue,若无则希望接手并提交 PR
Issue #2616 [Lake/Iceberg] create doc to integrate fluss + Iceberg via flink with aws glue
- @qzyu999: 请求将此 issue 重新分配给自己
- @leekeiabstraction: 说明 Jared 将贡献 Iceberg 相关功能,自己会在 Glue 方面提供指导
Issue #3409 [test] fix flaky testRebalanceWithRemoteLog
- @wattt3: 请求 @swuferhong 和 @wuchong 帮忙 review 此 PR
PR Review
PR #3242 [client] Fix tiering hang on first_row merge engine empty batches
- @Kaixuan-Duan: 回复 review 意见,已修改过时的 NOTE 注释并移除无用测试
PR #3388 [server]: remove orphan files and directories when tablet starts up
- @Copilot: 指出 parseTabletDir 移出 try-catch 块导致错误处理语义变化,以及 sweepOrphanTabletDirs 非原子性可能引发部分清理问题
PR #3395 [lake/hudi] Introduce Hudi LakeCatalog to create table
- @XuQianJin-Stars: 详细审查了 schema 兼容性检查、异常处理、线程安全、Hudi 保留列冲突等多个问题并提出改进建议
PR #3397 [spark] Split non-partition and partition predicates from pushPredicates to limit pushdown
- @fresh-borzoni: 建议优化 convert 调用避免重复工作,添加分区查询测试,以及重构父类方法调用逻辑
- @Yohahaha: 解释了 filter pushdown 的重构设计,Lake 和 non-lake 路径可独立实现 pushdown 逻辑
📝 新建 Issue/PR
Issues
- #3410 Tests leave temporary files after execution @Dream95
Pull Requests
- #3411 [test] Delete temp dir after cluster shutdown in FlussClusterExtension @Dream95
- #3409 [test] fix flaky testRebalanceWithRemoteLog @wattt3
✅ 关闭 Issue/PR
已关闭 Issues
暂无
已合并 PRs
- #3408 [website] Add Security Updates table to security page @wuchong