[Feature][Connector] add maxcompute connector#566
Merged
zixi0825 merged 2 commits intodatavane:devfrom Mar 5, 2026
Merged
Conversation
- 在 common 模块中添加 maxcompute 的 endpoint 常量 - 创建 maxcompute 连接器工厂类,实现连接器、执行器、方言、配置构建等组件的提供 - 实现 maxcompute 的数据源信息类,支持 JDBC URL 生成与参数格式化 - 实现 maxcompute 的执行器类,继承 JDBC 执行器 - 实现 maxcompute 的 SQL 方言,支持特殊的标识符引用和功能扩展 - 实现
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.
add maxcompute connector
close #563
Purpose of this pull request
Check list