📝 3 新 Issues
✅ 1 关闭
✨ 5 新 PRs
🎉 1 合并
💬 Issue/PR 动态
Issue 讨论
Issue #2836 [FLUSS-2686] Add COS filesystem support
- @XuQianJin-Stars: 分享了COS文件系统真实存储桶测试结果,38个测试全部通过,覆盖SecretId和Token两种认证方式
Issue #2373 [Client] Fail Log Scanner when table is dropped during scan
- @beryllw: 指出当前方法依赖元数据请求检查状态,表和分区删除状态应直接查询ZK而非通过缓存
Issue #2875 [Feature] Support for VARIANT data type
- @wuchong: 关闭此PR,表示需要先进行FIP讨论设计方案
Issue #2922 [docs] Add AGENTS.md - AI agent coding guide
- @vaibhavk1992: 已按要求添加仓库结构概览和ASF合规的AI披露复选框
- @platinumhamburg: 建议在关键规则部分添加Java 8兼容性要求,禁止var、List.of()等Java 9+特性
Issue #2948 [rpc] Client zero-copy lazy parse ByteBuf to avoid deep memory copy
- @fresh-borzoni: 请求维护者 @swuferhong @luoyuxia 审阅此PR
PR Review
PR #2700 [helm] Enable SASL authenticated connection to Zookeeper nodes
- @affo: 理解了SASL/PLAIN检查逻辑,确认内部和客户端检查方式正确
- @morazow: 确认理解并同意修改方案
PR #2780 [Feature] Support coordinator switch when leader fail
- @zcoo: 解释了ZK死锁问题原因,说明必须创建独立线程处理初始化和清理服务来避免死锁
PR #2809 [KV] Support Full KV Scan
- @platinumhamburg: 发现多个问题:错误码63被删除导致客户端无法识别异常,错误码64与CONFIG_EXCEPTION冲突,缺少日志表检查,超时缺失等
PR #2808 Fixing the Flaky Test for KvSnapshotBatchScannerITCase
- @leekeiabstraction: 讨论了triggerSnapshot改进建议,建议添加retry断言来增强测试健壮性
PR #2923 [docs] Add C++ client documentation
- @leekeiabstraction: 建议添加C++构建依赖安装步骤或链接到主文档中的前置条件说明
PR #2933 [lake/tiering] add bytes written tracking and metrics for tiering service
- @leekeiabstraction: 询问LanceLakeWriter未实现getBytesWritten()是否会破坏Lance分层指标
PR #2940 [fluss-common] Validate partition time when creating partition on auto partition table.
📝 新建 Issue/PR
Issues
- #2950 Add server-side record batch filter execution @platinumhamburg
- #2946 Azure FS token delegation does not take effect @affo
- #2943 Fix NoSuchElementException that occurs when recovering log segments @pisceslj
Pull Requests
- #2951 [server] Add server-side filter execution and client-side integration @platinumhamburg
- #2949 [lake/lance] Add Map type support for Lance @XuQianJin-Stars
- #2948 [rpc] Client zero-copy lazy parse ByteBuf to avoid deep memory copy @fresh-borzoni
- #2947 [fs/azure] Set auth.type=Custom for token delegation @affo
- #2945 [hotfix] Check if batches is empty to prevent readNextOffset from throwing NoSuchElementException. @pisceslj
✅ 关闭 Issue/PR
已关闭 Issues
- #2939 Need to validate auto-partition time when creation and write new partition @loserwang1024
已合并 PRs
- #2940 [fluss-common] Validate partition time when creating partition on auto partition table. @loserwang1024