forked from apache/linkis
-
Notifications
You must be signed in to change notification settings - Fork 8
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
Closed
Manager #609
Conversation
This file contains 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
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
* flink-log4j * 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
[Bug] Remove unnecessary log print
* 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
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.
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
Checklist