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

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


    from 8124a82c5 fix excel export:decimalType can not be unrecognized and 
calculated (#3352)
     add b3cf6d680 fix issue #3200
     add 823fa17d5 update dead link checker (#3219)
     add f8ebe3d52 update package.json (#3232)
     add 326132969 [ISSUE-3227] Optimize git action  (#3228)
     add 6bef23903 [Feature] [JDBC-Engine] Optimize JDBC parameter acquisition 
logic. (#3239)
     add a7fa743a7 [Feature-3220]add check-sql-script.yml (#3231)
     add 92dc6137b [Feature] update maven version from 1.2.0 to 1.3.0 (#3251)
     add 67036bd9b python parser support to skip (#3201)
     add 75fe35a07 change word GageWay to Gateway (#3233)
     add f5a1b2a06 Modify typo name (#3262)
     add cea55fe22 fix(pes): metadataConnect Rpc call failed (#3253)
     add 779a445de feat(git action): Remove the library path (#3292)
     add 901163666 fix: the DWCArgumentsParser's parse may thow outOfBounds 
exception (#3272)
     add 6ea0b0412 Supports the task of killing the underlying engine of Presto 
(#3342)
     add 149741512 [ISSUE-3306] Fix  FsPath null String  (#3307)
     add e616c9a6b [ISSUE-3319]Add publish-snapshot.yml action (#3321)
     add 1eb7218b0 [ISSUE-3297]  Fix the problem of database update ec metrics 
delay (#3298)
     add 024bac47a [ISSUE-3315]Add create auto code format pr (#3316)
     add d202d0840 [ISSUE-3318] Add codeql analysis git action (#3320)
     add 113a7d204 Merge remote-tracking branch 'apache/dev-1.3.0' into 
dev-1.3.1-tomerge
     add d38ffd08a update pom.xml and merge PrestoEngineConnExecutor
     add cae7bf61f update pom.xml
     new b83881421 Merge dev-1.3.0 into dev-1.3.1

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .codecov.yml                                       |  53 +++++++++
 .github/ISSUE_TEMPLATE/feature_request.yml         |   2 +-
 .../asf-settings.xml                               |  27 ++---
 .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} |   4 +-
 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, 954 insertions(+), 420 deletions(-)
 create mode 100644 .codecov.yml
 copy 
linkis-computation-governance/linkis-jdbc-driver/tableau_plugin/connection-dialog.tcd
 => .github/asf-settings.xml (58%)
 create mode 100644 .github/workflows/auto-format-pr.yaml
 rename .github/workflows/{build.yml => build-backend.yml} (72%)
 create mode 100644 .github/workflows/build-frontend.yml
 copy .github/workflows/{dead-link-checker.yaml => check-code-format.yml} (69%)
 copy .github/workflows/{check_license.yml => check-license.yml} (97%)
 rename .github/workflows/{check_license.yml => check-sql-script.yml} (50%)
 rename .github/workflows/{check_third_party_dependencies.yml => 
check-third-party-dependencies.yml} (96%)
 create mode 100644 .github/workflows/codeql-analysis.yml
 create mode 100644 .github/workflows/publish-snapshot.yml
 create mode 100644 
linkis-engineconn-plugins/jdbc/src/main/java/org/apache/linkis/manager/engineplugin/jdbc/utils/JdbcParamUtils.java
 create mode 100644 
linkis-engineconn-plugins/jdbc/src/test/java/org/apache/linkis/manager/engineplugin/jdbc/utils/JdbcParamUtilsTest.java
 rename 
linkis-engineconn-plugins/presto/src/main/scala/org/apache/linkis/engineplugin/presto/{executer
 => executor}/PrestoEngineConnExecutor.scala (86%)
 copy 
linkis-engineconn-plugins/{trino/src/main/scala/org/apache/linkis/engineplugin/trino/utils/TrinoSQLHook.scala
 => 
presto/src/main/scala/org/apache/linkis/engineplugin/presto/utils/PrestoSQLHook.scala}
 (93%)


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to