issues
search
apache
/
linkis
Apache Linkis builds a computation middleware layer to facilitate connection, governance and orchestration between the upper applications and the underlying data engines.
https://linkis.apache.org/
Apache License 2.0
3.31k
stars
1.17k
forks
source link
linkis-accessible-executor - fix bug in DefaultOperateService
#4817
Closed
Alexkun
closed
1 year ago
Alexkun
commented
1 year ago
What is the purpose of the change
fix bug in DefaultOperateService
Related issues/PRs
Related issues: #4815
Brief change log
Define the core abstraction and interfaces of the EngineConn Factory;
Define the core abstraction and interfaces of Executor Manager.
Checklist
[x] I have read the
Contributing Guidelines on pull requests
.
[x] I have explained the need for this PR and the problem it solves
[ ] I have explained the changes or the new features added to this PR
[ ] I have added tests corresponding to this change
[ ] I have updated the documentation to reflect this change
[ ] I have verified that this change is backward compatible (If not, please discuss on the
Linkis mailing list
first)
[ ]
If this is a code change
: I have written unit tests to fully verify the new behavior.
What is the purpose of the change
fix bug in DefaultOperateService
Related issues/PRs
Related issues: #4815
Brief change log
Checklist