Opened by mistake, ignore#4262
Closed
czy006 wants to merge 52 commits into
Closed
Conversation
…eta to database Fixed the code execution order in triggerTableAdded() method to check format support BEFORE inserting TableRuntimeMeta to database. This prevents orphaned database records for unsupported table formats like Paimon. Changes: - Move createTableRuntime() call before insertRuntime() - Change log level from WARN to INFO for unsupported formats - Add clear message that table metadata browsing is still available
- 新增 PaimonTableRuntime 和 PaimonTableRuntimeOptimizingState - DefaultTableRuntimeFactory 中为 PAIMON 格式路由到 PaimonTableRuntime - DefaultTableService 补充对已同步但缺少 Runtime 的表创建逻辑 - amoro-format-paimon 依赖从 test scope 提升为 compile scope Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
[JSPT-2396] 初步支持PAIMON SNAPSHOT快照调度清理 See merge request shopline/datacenter/dp/dpops/amoro!16
[XRKM-182] 优化Paimon查询详细信息的RT接口 See merge request shopline/datacenter/dp/dpops/amoro!17
[Hotfix]: 修正 Paimon Snapshot 分页查询缓慢的问题 See merge request shopline/datacenter/dp/dpops/amoro!15
[JSPT-2461] 湖仓管控平台:Paimon Append Table Compaction 与 Amoro框架整合,完成初步POC优化演示 See merge request shopline/datacenter/dp/dpops/amoro!18
…pache#4163)" This reverts commit 7591680
[JSPT-2522] 修正Paimon表某些情况下权限认证失败的问题 See merge request shopline/datacenter/dp/dpops/amoro!19
[JSPT-2521] 湖仓管控平台:错误的表类型进入优化调度队列Planner,导致其他正常实现的表类型无法优化 See merge request shopline/datacenter/dp/dpops/amoro!20
[JSPT-2483][ams][paimon] 支持Snapshot 的 MAX_DELETE和执行用户参数配置 See merge request shopline/datacenter/dp/dpops/amoro!21
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Test Plan