You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by me...@apache.org on 2022/01/17 19:20:31 UTC

[shardingsphere] branch master updated (f7b0bf9 -> b99a7c1)

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

menghaoran pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/shardingsphere.git.


    from f7b0bf9  refactor unit test for SnowflakeKeyGenerateAlgorithmTest (#14837)
     add b99a7c1  Remove DataSourceProperties.customPoolProps (#14823)

No new revisions were added by this update.

Summary of changes:
 .../pool/creator/DataSourcePoolCreator.java        |  2 +-
 .../datasource/props/DataSourceProperties.java     | 18 ----------
 .../YamlDataSourceConfigurationSwapper.java        | 18 +++++-----
 .../datasource/props/DataSourcePropertiesTest.java |  4 +--
 .../rdl/resource/ResourceSegmentsConverter.java    | 14 +++-----
 .../rql/resource/DataSourceQueryResultSet.java     | 36 +++++++++++--------
 .../resource/ResourceSegmentsConverterTest.java    |  2 +-
 .../distsql/rql/DataSourceQueryResultSetTest.java  |  4 +--
 .../ProxyResourceConfigurationConverter.java       | 16 ++++-----
 .../integration/engine/it/dml/GeneralDMLIT.java    |  1 +
 .../cases/rql/dataset/db/mysql/show_resources.xml  | 20 +++++------
 .../rql/dataset/db/postgresql/show_resources.xml   | 20 +++++------
 .../mysql/show_resources.xml                       | 40 +++++++++++-----------
 .../postgresql/show_resources.xml                  | 40 +++++++++++-----------
 .../mysql/show_resources.xml                       | 40 +++++++++++-----------
 .../postgresql/show_resources.xml                  | 40 +++++++++++-----------
 .../rql/dataset/encrypt/mysql/show_resources.xml   |  2 +-
 .../dataset/encrypt/postgresql/show_resources.xml  |  2 +-
 .../readwrite_splitting/mysql/show_resources.xml   |  6 ++--
 .../postgresql/show_resources.xml                  |  6 ++--
 .../sharding_governance/mysql/show_resources.xml   |  2 +-
 .../cases/rql/dataset/tbl/mysql/show_resources.xml |  2 +-
 22 files changed, 158 insertions(+), 177 deletions(-)