-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Enhance the core module of EngineConn, provide the abstractions and interfaces of the core functions. #590
Labels
Comments
sargentti
added
type=Improvement
component=Computation Governance/EngineConn
EngineConn
labels
Mar 10, 2021
Merged
This was referenced Sep 15, 2021
Merged
This was referenced Nov 11, 2021
This was referenced Nov 13, 2021
This was referenced Aug 1, 2024
This was referenced Aug 2, 2024
7 tasks
This was referenced Aug 12, 2024
This was referenced Aug 19, 2024
This was referenced Aug 24, 2024
7 tasks
7 tasks
mayinrain
pushed a commit
to mayinrain/incubator-linkis
that referenced
this issue
Aug 29, 2024
Co-authored-by: “v_kkhuang” <“[email protected]”>
mayinrain
added a commit
to mayinrain/incubator-linkis
that referenced
this issue
Sep 11, 2024
* Dev 1.7.1 add python module load hook (apache#584) * ai generate code init * 人工修改代码 * 人工修改提交 * 【1.7.1】python物料管理 (apache#583) * 代码由AI自动生成接口和AI插件生成 * 代码由AI自动生成接口和AI插件生成 * 代码由人工修改 --------- Co-authored-by: “v_kkhuang” <“[email protected]”> * 人工修改 code format and add rpc func * fix bug * Dev 1.7.0 python udf manager (apache#586) * 代码由AI自动生成接口和AI插件生成 * 代码由AI自动生成接口和AI插件生成 * 代码由人工修改 * bug fix * bug fix --------- Co-authored-by: “v_kkhuang” <“[email protected]”> * fix bug * code format * 使用ai生成单元测试案例 * 人工修改单元测试 * 人工修改单元测试 * Dev 1.7.1 webank test (apache#587) * 使用ai生成单元测试案例 * 人工修改单元测试 * 人工修改单元测试 * add instance info * update file permission (apache#590) Co-authored-by: “v_kkhuang” <“[email protected]”> * chore: 1.7.1 (apache#591) * chore: 1.7.1 * upd: config file --------- Co-authored-by: v-kkhuang <[email protected]> Co-authored-by: “v_kkhuang” <“[email protected]”> Co-authored-by: Yonghao Mei <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The Engine Service in Linkis 0.x needs to be refactored. EngineConn will handle the engine connection and session management. EngineConn-Core needs to define the the abstractions and interfaces of the EngineConn core functions, including:
The core abstraction and interfaces of the EngineConn Factory;
The core abstraction and interfaces of Executor Manager.
The text was updated successfully, but these errors were encountered: