📝 3 新 Issues
✅ 3 关闭
✨ 5 新 PRs
🎉 7 合并
🔥 核心要点
- 🎉 PR #2905 合并:支持 AGGREGATION merge engine 的部分更新功能
- 🎉 PR #1172 合并:支持修改数据库注释和自定义属性
- 🐛 PR #2899 合并:修复 ListDatabaseSummary 返回表数量错误问题(backport 0.9)
- 🎉 PR #2893 合并:修复 Helm 模板空白字符导致的异常
- ✨ PR #2900 开启:Java API 支持复杂数据类型 NestedRow/ROW
⚠️ 重点关注
- ⚠️ Issue #2887 被标记为 0.9.0 关键问题:AGGREGATION merge engine 在常见用例下不工作
💬 Issue/PR 动态
Issue 讨论
Issue #2887 [flink] Allow partial updates for AGGREGATION merge engine
- @wuchong: 认为这是 0.9.0 关键问题,请求针对 release-0.9 分支提交 PR
- @platinumhamburg: 收到反馈,表示会尽快提交 PR
Issue #2851 ListDatabaseSummary always return table count as 0 or 1
- @wuchong: 请求针对 release-0.9 分支也提交 PR,因为这是 0.9 功能
Issue #2893 [helm][hotfix] Go template whitespace trimming caused exceptions
- @affo: 建议移除一些 `-` 避免吞掉空格,并强调许可协议应在文件顶部
- @morazow: 解释两种方案均可行,最终更新使内容被正确渲染
Issue #2898 support kv snapshot lease in tiering service
- @beryllw: 希望认领此 issue,请求分配
Issue #2578 [lake/lance] Add NestedRow type support for Lance
- @XuQianJin-Stars: 更新 PR 后请求 reviewer 帮忙 review
Issue #2900 [fluss-client] Support Complex Data Types on the Java API (NestedRow/ROW)
- @XuQianJin-Stars: 更新 PR 后请求 reviewer 帮忙 review
Issue #1746 Fix RemoteLogDownloaderTest#testPrefetchNum flaky error
- @Samrat002: 承诺在今天 EOD 前分享更新的补丁
Issue #155 [Umbrella][Feature] Support spark engine
- @joebowbeer: 询问是否需要更新 roadmap
Issue #452 FIP-3: Support tiering Fluss data to Iceberg
- @joebowbeer: 询问是否需要更新 roadmap
PR Review
PR #1172 [feature] Support alter database comment and custom properties
- @wuchong: 建议移除 comment 更新支持直到 Flink SQL 官方支持,要求添加测试和 @Nullable 注解
PR #2578 [lake/lance] Add NestedRow type support for Lance
- @leekeiabstraction: 建议更防御性编码、添加 row of row 测试,询问配置修改是否属于此变更
PR #2780 [Feature] Support coordinator switch when leader fail
- @zcoo: 修正 typo,保持 /coordinators/active 与原路径一致
PR #2852 [server] Fix get table count of database.
📝 新建 Issue/PR
Issues
- #2903 [test] Unstable test TableChangeWatcherTest.testTableRegistrationChange @app/github-actions
- #2898 support kv snapshot lease in tiering service @luoyuxia
- #2895 [flink] Support Union Read via Flink DataStream API @beryllw
Pull Requests
- #2902 [helm] Refactor validation warning and error checks @morazow
- #2901 [doc] Align the doc table @zcoo
- #2900 [fluss-client] Support Complex Data Types on the Java API (NestedRow/ROW) @XuQianJin-Stars
- #2897 [server] return all invalid option in err msg of InvalidAlterTableException. @loserwang1024
- #2896 [flink] Support Union Read via Flink DataStream API @beryllw
✅ 关闭 Issue/PR
已关闭 Issues
- #2887 [flink] Allow partial updates for AGGREGATION merge engine @platinumhamburg version: 0.9.1
- #2851 ListDatabaseSummary always return table count as 0 or 1 @loserwang1024 version: 0.9.1
- #1151 [Feature] Support alter database to update comment and custom properties @LiebingYu
已合并 PRs
- #2905 [flink] Allow partial updates for AGGREGATION merge engine @platinumhamburg
- #2899 [server] [BP-0.9]Fix ListDatabaseSummary always return table count as 0 or 1 @loserwang1024
- #2893 [helm][hotfix] Go template whitespace trimming caused exceptions @morazow
- #2888 [flink] Allow partial updates for AGGREGATION merge engine @platinumhamburg
- #2852 [server] Fix get table count of database. @loserwang1024
- #2779 [test][kv] ensure ordered inserts for auto-increment ID tests @beryllw
- #1172 [feature] Support alter database comment and custom properties @LiebingYu