Skip to content
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

Manager #609

Closed
wants to merge 132 commits into from
Closed

Manager #609

wants to merge 132 commits into from

Conversation

aiceflower
Copy link

What is the purpose of the change

EngineConn-Core defines the the abstractions and interfaces of the EngineConn core functions.
The Engine Service in Linkis 0.x is refactored, EngineConn will handle the engine connection
and session management.

Related issues/PRs

Related issues: close #590 close #591
Related pr:#591

Brief change log

  • Define the core abstraction and interfaces of the EngineConn Factory;
  • Define the core abstraction and interfaces of Executor Manager.

Checklist

  • I have read the Contributing Guidelines on pull requests.
  • 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.

dependabot bot and others added 30 commits December 7, 2023 12:06
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 4.4.9 to 4.4.12.
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v4.4.12/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v4.4.12/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* flink load default configuration

* fix gc log bug

* code format
…#5026)

Bumps org.apache.avro:avro from 1.11.0 to 1.11.3.

---
updated-dependencies:
- dependency-name: org.apache.avro:avro
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* sql field comment semicolon with escape

* add junit test

* 1.format source code
 2.add code comment
* Fix repl get task result bug

* Fix repl get task result bug
* Fix flink getJobStatus bug

* Fix flink sql kill yarn application and getJobStatus fail
* Fix user conf resuource are not being applied close apache#5040

* Fix datasource module build

* Update entrance ha default switch offf
* upgrade linkis version to 1.5.0

* upgrade docker linkis version to 1.5.0
* [Feature] Add Doris engine to Linkis
* Spark etl supports doris

* Modify known-dependencies.txt

* Optimized code
* Fix doris databases sql password could be empty

* Optimized code
* Doris ec supports dataSources

* Optimized code
…5057)

* Update RestfulApiHelper.java

* fix: add missing import

* fix: format code using mvn
* Flink supports udf function

* add flink udf hook

* Code optimization
apache#5065)

* Remove the EC lifespan restriction parameter.

* If the command result contains "ERROR," the execution outcome is considered a failure.

* To prevent the inclusion of the "ERROR" field in the query results, add an additional filtering condition
…he#5066)

Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.15.3 to 1.15.4.
- [Release notes](https://github.com/follow-redirects/follow-redirects/releases)
- [Commits](follow-redirects/follow-redirects@v1.15.3...v1.15.4)

---
updated-dependencies:
- dependency-name: follow-redirects
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Support for storing result sets in Parquet format

* Modify known-dependencies.txt

* Fix bugs

* Fix bugs

* Support for storing result sets in orc format

* Formatted code

* Modify known-dependencies.txt

* Modify known-dependencies.txt

* Fix bugs

* Change comments to English

* Code optimization

* maven packaging optimization

* maven packaging optimization

* maven packaging optimization

* Override skip method

* maven packaging optimization
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 4.4.12 to 4.5.2.
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v4.5.2/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v4.5.2/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps org.apache.solr:solr-solrj from 8.11.0 to 8.11.3.

---
updated-dependencies:
- dependency-name: org.apache.solr:solr-solrj
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Add new features to the Kanban view

* Add new features to the Kanban view

* Add query parameters to the interface

* Add code to the front-end section of the Kanban view

* 1. 增加筛选项目
2. 拆分mysql/pgsql

* 1. 修复resultMap重复的bug
2. 去除无用字段

* 1. 优化mapper sql

* 1. 调整显示格式

* 1. formatted code

* 1. fix error name

* 1. formatted code

* fotmatted code

* matted code
@casionone casionone closed this Sep 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.