You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@linkis.apache.org by ca...@apache.org on 2023/04/03 03:39:10 UTC

[linkis] branch dev-1.4.0 updated (a6e32ad2a -> f18c0dccb)

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

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


    from a6e32ad2a Datasource  code optimization (#4419)
     new 2826602d2 mapper formatting
     new 617dcf8dc Beautify the sql style, clear and clear
     new 557f4fe57 update LabelMapper.xml
     new 9990b9c9a Beautify the sql style, clear and clear
     new 1b78c4191 Merge branch 'dev-1.4.0' into dev-1.3.3-mapper-finishing
     new f18c0dccb Merge pull request #4293 from binbinCheng/dev-1.3.3-mapper-finishing

The 3654 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:
 .../mapper/common/EngineConnBmlResourceMapper.xml  |  20 +-
 .../common/ExternalResourceProviderDaoImpl.xml     |   4 +-
 .../mapper/common/ECResourceRecordMapper.xml       |  33 ++-
 .../resources/mapper/common/LabelManagerMapper.xml | 166 ++++++-----
 .../resources/mapper/common/LockManagerMapper.xml  |  16 +-
 .../resources/mapper/common/NodeManagerMapper.xml  |  83 ++++--
 .../mapper/common/NodeMetricManagerMapper.xml      |  49 ++--
 .../mapper/common/ResourceManagerMapper.xml        | 105 +++++--
 .../mapper/common/CgManagerLabelMapper.xml         |   6 +-
 .../mapper/common/ConfigurationConfigKeyMapper.xml |  22 +-
 .../common/ConfigurationConfigValueMapper.xml      |  11 +-
 .../ConfigurationKeyEngineRelationMapper.xml       |   5 +-
 .../mapper/common/DatasourceAccessMapper.xml       |   8 +-
 .../mapper/common/DatasourceEnvMapper.xml          |  10 +-
 .../mapper/common/DatasourceTypeKeyMapper.xml      |   4 +-
 .../mapper/common/DatasourceTypeMapper.xml         |  10 +-
 .../common/EngineConnPluginBmlResourcesMapper.xml  |   6 +-
 .../mapper/common/GatewayAuthTokenMapper.xml       |  10 +-
 .../resources/mapper/common/PsErrorCodeMapper.xml  |  12 +-
 .../common/RmExternalResourceProviderMapper.xml    |  12 +-
 .../resources/mapper/common/UdfManagerMapper.xml   |   6 +-
 .../main/resources/mapper/common/UdfTreeMapper.xml |  12 +-
 .../resources/mapper/common/BmlProjectMapper.xml   |  48 ++--
 .../resources/mapper/common/DownloadMapper.xml     |   6 +-
 .../resources/mapper/common/ResourceMapper.xml     |  32 ++-
 .../main/resources/mapper/common/VersionMapper.xml | 111 +++++---
 .../main/resources/mapper/common/LabelMapper.xml   |  12 +-
 .../main/resources/mapper/common/UserIpMapper.xml  |   8 +-
 .../resources/mapper/common/UserTenantMapper.xml   |   8 +-
 .../mapper/common/contextHistoryMapper.xml         |  18 +-
 .../mapper/common/contextIDListenerMapper.xml      |  11 +-
 .../mapper/common/DataSourceParamKeyMapper.xml     |   4 +-
 .../mapper/common/DataSourceVersionMapper.xml      |   4 +-
 .../main/resources/mapper/common/HiveMetaDao.xml   | 257 ++++++++++-------
 .../src/main/resources/mapper/common/MdqDao.xml    |  15 +-
 .../mapper/common/InsLabelRelationMapper.xml       |   2 +-
 .../resources/mapper/common/InstanceInfoMapper.xml |   4 +-
 .../mapper/common/InstanceLabelMapper.xml          |   2 +-
 .../resources/mapper/common/JobHistoryMapper.xml   |   4 +-
 .../resources/mapper/common/CommonLockMapper.xml   |  10 +-
 .../src/main/resources/mapper/common/UDFDao.xml    | 305 ++++++++++++---------
 .../main/resources/mapper/common/UDFTreeDao.xml    |  45 +--
 .../main/resources/mapper/common/UDFVersionDao.xml |  60 ++--
 .../src/main/resources/mapper/common/VarMapper.xml |   8 +-
 .../main/resources/mapper/common/TokenMapper.xml   |   6 +-
 45 files changed, 993 insertions(+), 597 deletions(-)


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