You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@linkis.apache.org by pe...@apache.org on 2022/09/14 06:39:10 UTC

[incubator-linkis] 01/01: Merge dev-1.3.0 into dev-1.3.1

This is an automated email from the ASF dual-hosted git repository.

peacewong pushed a commit to branch dev-1.3.1
in repository https://gitbox.apache.org/repos/asf/incubator-linkis.git

commit b8388142154fe5a9129de8453be483192ce15ec6
Merge: 8124a82c5 cae7bf61f
Author: peacewong <wp...@gmail.com>
AuthorDate: Wed Sep 14 14:39:02 2022 +0800

    Merge dev-1.3.0 into dev-1.3.1
    
    Merge dev-1.3.0 into dev-1.3.1

 .codecov.yml                                       |  53 +++++++++
 .github/ISSUE_TEMPLATE/feature_request.yml         |   2 +-
 .../pom.xml => .github/asf-settings.xml            |  32 +++---
 .github/workflows/auto-comment.yml                 |  23 ++--
 .github/workflows/auto-format-pr.yaml              |  70 ++++++++++++
 .github/workflows/{build.yml => build-backend.yml} |  28 +----
 .github/workflows/build-frontend.yml               |  53 +++++++++
 ...ead-link-checker.yaml => check-code-format.yml} |  29 ++---
 .../{check_license.yml => check-license.yml}       |   4 +-
 .../{check_license.yml => check-sql-script.yml}    |  43 +++----
 ...cies.yml => check-third-party-dependencies.yml} |   4 +-
 .github/workflows/codeql-analysis.yml              |  67 +++++++++++
 .github/workflows/dead-link-checker.yaml           |  12 +-
 .github/workflows/dlc.json                         |   8 ++
 .github/workflows/publish-docker.yaml              |  10 +-
 .github/workflows/publish-snapshot.yml             |  59 ++++++++++
 linkis-commons/linkis-common/pom.xml               |   2 +-
 .../java/org/apache/linkis/common/io/FsPath.java   |   4 +-
 .../linkis/common/conf/DWCArgumentsParser.scala    |   2 +-
 linkis-commons/linkis-hadoop-common/pom.xml        |   2 +-
 linkis-commons/linkis-httpclient/pom.xml           |   2 +-
 linkis-commons/linkis-module/pom.xml               |   2 +-
 linkis-commons/linkis-mybatis/pom.xml              |   2 +-
 linkis-commons/linkis-protocol/pom.xml             |   3 +-
 linkis-commons/linkis-rpc/pom.xml                  |   2 +-
 .../org/apache/linkis/rpc/RPCReceiveRestful.scala  |  18 ++-
 .../apache/linkis/rpc/transform/RPCConsumer.scala  |   4 +
 linkis-commons/linkis-scheduler/pom.xml            |   3 +-
 linkis-commons/linkis-storage/pom.xml              |   2 +-
 linkis-commons/pom.xml                             |   2 +-
 .../linkis-cli/linkis-cli-application/pom.xml      |   2 +-
 .../linkis-cli/linkis-cli-common/pom.xml           |   2 +-
 .../linkis-cli/linkis-cli-core/pom.xml             |   2 +-
 .../linkis-client/linkis-cli/pom.xml               |   2 +-
 .../linkis-computation-client/pom.xml              |   2 +-
 .../linkis-computation-governance-common/pom.xml   |   2 +-
 .../common/conf/GovernaceCommonConf.scala          |   2 +
 .../governance/common/paser/CodeParser.scala       |   3 +
 .../common/paser/PythonCodeParseTest.scala         |   2 +-
 .../linkis-engineconn-linux-launch/pom.xml         |   2 +-
 .../linkis-engineconn-manager-core/pom.xml         |   2 +-
 .../linkis-engineconn-manager-server/pom.xml       |   2 +-
 .../linkis-engineconn-manager/pom.xml              |   2 +-
 .../linkis-once-engineconn/pom.xml                 |   2 +-
 .../linkis-streaming-engineconn/pom.xml            |   2 +-
 .../linkis-computation-engineconn/pom.xml          |   2 +-
 .../executor/cs/CSTableResultSetWriter.scala       |   4 +-
 .../linkis-engineconn-common/pom.xml               |   2 +-
 .../linkis-engineconn-core/pom.xml                 |   2 +-
 .../engineconn/launch/EngineConnServer.scala       |   2 +-
 .../accessible-executor/pom.xml                    |   2 +-
 .../callback/hook/CallbackEngineConnHook.scala     |   2 +-
 .../executor-core/pom.xml                          |   2 +-
 .../linkis-engineconn-plugin-core/pom.xml          |   2 +-
 .../linkis-engineconn-plugin-server/pom.xml        |   2 +-
 .../linkis-engineconn/pom.xml                      |   2 +-
 .../linkis-entrance/pom.xml                        |   2 +-
 .../persistence/QueryPersistenceManager.java       |   5 +-
 .../linkis/entrance/execute/EntranceJob.scala      |   6 +
 .../linkis-jdbc-driver/pom.xml                     |   4 +-
 .../linkis-application-manager/pom.xml             |   2 +-
 .../linkis-manager/linkis-label-common/pom.xml     |   2 +-
 .../linkis-manager/linkis-manager-common/pom.xml   |   2 +-
 .../linkis-manager-persistence/pom.xml             |   2 +-
 .../linkis-manager/pom.xml                         |   2 +-
 linkis-computation-governance/pom.xml              |   2 +-
 linkis-dist/deploy-config/linkis-env.sh            |   2 +-
 linkis-dist/pom.xml                                |   3 +-
 linkis-engineconn-plugins/elasticsearch/pom.xml    |   2 +-
 linkis-engineconn-plugins/flink/pom.xml            |   2 +-
 linkis-engineconn-plugins/hive/pom.xml             |   2 +-
 linkis-engineconn-plugins/io_file/pom.xml          |   2 +-
 linkis-engineconn-plugins/jdbc/pom.xml             |   2 +-
 .../engineplugin/jdbc/ConnectionManager.java       |  39 ++-----
 .../engineplugin/jdbc/utils/JdbcParamUtils.java    | 119 ++++++++++++++++++++
 .../jdbc/utils/JdbcParamUtilsTest.java             |  82 ++++++++++++++
 linkis-engineconn-plugins/openlookeng/pom.xml      |   4 +-
 linkis-engineconn-plugins/pipeline/pom.xml         |   2 +-
 linkis-engineconn-plugins/pom.xml                  |   2 +-
 linkis-engineconn-plugins/presto/pom.xml           |   2 +-
 .../presto/conf/PrestoConfiguration.scala          |  11 +-
 .../PrestoEngineConnExecutor.scala                 |  90 ++++++++++-----
 .../presto/factory/PrestoEngineConnFactory.scala   |   2 +-
 .../engineplugin/presto/utils/PrestoSQLHook.scala  |  30 ++---
 linkis-engineconn-plugins/python/pom.xml           |   2 +-
 .../python/src/main/resources/python/python.py     |   2 +-
 .../python/executor/PythonEngineConnExecutor.scala |   2 +-
 .../python/executor/PythonSession.scala            |   2 +-
 linkis-engineconn-plugins/shell/pom.xml            |   2 +-
 linkis-engineconn-plugins/spark/pom.xml            |   2 +-
 .../spark/src/main/resources/python/mix_pyspark.py |   2 +-
 .../spark/config/SparkConfiguration.scala          |   2 +-
 .../spark/executor/SparkPythonExecutor.scala       |   8 +-
 linkis-engineconn-plugins/sqoop/pom.xml            |   2 +-
 linkis-engineconn-plugins/trino/pom.xml            |   2 +-
 linkis-extensions/linkis-io-file-client/pom.xml    |   2 +-
 linkis-extensions/pom.xml                          |   2 +-
 .../linkis-code-orchestrator/pom.xml               |   2 +-
 .../linkis-computation-orchestrator/pom.xml        |   2 +-
 .../linkis-orchestrator-core/pom.xml               |   2 +-
 .../plugin/linkis-orchestrator-ecm-plugin/pom.xml  |   2 +-
 linkis-orchestrator/pom.xml                        |   2 +-
 .../linkis-basedata-manager/pom.xml                |   2 +-
 .../linkis-bml/linkis-bml-client/pom.xml           |   2 +-
 .../linkis-bml/linkis-bml-common/pom.xml           |   2 +-
 .../linkis-bml/linkis-bml-server/pom.xml           |   2 +-
 linkis-public-enhancements/linkis-bml/pom.xml      |   2 +-
 .../linkis-configuration/pom.xml                   |   2 +-
 .../linkis-cs-client/pom.xml                       |   2 +-
 .../linkis-cs-common/pom.xml                       |   2 +-
 .../linkis-cs-listener/pom.xml                     |   2 +-
 .../linkis-cs-server/pom.xml                       |   2 +-
 .../linkis-context-service/pom.xml                 |   2 +-
 .../linkis-datasource-client/pom.xml               |   2 +-
 .../linkis-datasource-manager/common/pom.xml       |  11 +-
 .../common/protocol/DsmQueryProtocol.scala         |  12 +-
 .../linkis-datasource-manager/server/pom.xml       |   2 +-
 .../core/receivers/DsmReceiver.scala               | 125 ++++++++-------------
 .../linkis-metadata-query/common/pom.xml           |   4 +-
 .../common/protocol/MetadataOperateProtocol.scala  |   4 +-
 .../linkis-metadata-query/server/pom.xml           |   2 +-
 .../query/server/receiver/BaseMetaReceiver.scala   |  62 +++++-----
 .../service/elasticsearch/pom.xml                  |   2 +-
 .../linkis-metadata-query/service/hive/pom.xml     |   2 +-
 .../linkis-metadata-query/service/kafka/pom.xml    |   2 +-
 .../linkis-metadata-query/service/mysql/pom.xml    |   2 +-
 .../linkis-datasource/linkis-metadata/pom.xml      |   2 +-
 .../linkis-datasource/pom.xml                      |   2 +-
 .../linkis-error-code-client/pom.xml               |   2 +-
 .../linkis-error-code-common/pom.xml               |   2 +-
 .../linkis-error-code-server/pom.xml               |   2 +-
 .../linkis-error-code/pom.xml                      |   2 +-
 .../linkis-instance-label-client/pom.xml           |   2 +-
 .../linkis-instance-label-server/pom.xml           |   2 +-
 .../linkis-jobhistory/pom.xml                      |   2 +-
 .../linkis-ps-common-lock/pom.xml                  |   2 +-
 .../linkis-storage-script-dev-client/pom.xml       |   2 +-
 .../linkis-storage-script-dev-server/pom.xml       |   2 +-
 .../filesystem/restful/api/FsRestfulApi.java       |   2 +-
 .../linkis-udf/linkis-udf-client/pom.xml           |   2 +-
 .../linkis-udf/linkis-udf-common/pom.xml           |   2 +-
 .../linkis-udf/linkis-udf-service/pom.xml          |   2 +-
 linkis-public-enhancements/linkis-variable/pom.xml |   2 +-
 linkis-public-enhancements/pom.xml                 |   2 +-
 .../linkis-service-discovery/linkis-eureka/pom.xml |   2 +-
 .../linkis-gateway-authentication/pom.xml          |   2 +-
 .../linkis-gateway-core/pom.xml                    |   2 +-
 .../linkis-gateway-httpclient-support/pom.xml      |   2 +-
 .../linkis-gateway-server-support/pom.xml          |   2 +-
 .../linkis-spring-cloud-gateway/pom.xml            |   2 +-
 .../linkis-gateway-datasource-ruler/pom.xml        |   2 +-
 .../linkis-service-gateway/pom.xml                 |   2 +-
 linkis-spring-cloud-services/pom.xml               |   2 +-
 linkis-web/.env                                    |   2 +-
 linkis-web/package.json                            |   6 +-
 linkis-web/pom.xml                                 |   2 +-
 pom.xml                                            |  16 ++-
 157 files changed, 968 insertions(+), 437 deletions(-)


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@linkis.apache.org
For additional commands, e-mail: commits-help@linkis.apache.org