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

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


    from d6459a525ab Refactor ShardingSphereSchema.putTable (#33818)
     add 67c768c5318 Support local transactions of ClickHouse under GraalVM 
Native Image (#33801)

No new revisions were added by this update.

Summary of changes:
 RELEASE-NOTES.md                                   |   1 +
 .../optional-plugins/clickhouse/_index.cn.md       | 176 +++++++++++++++++++-
 .../optional-plugins/clickhouse/_index.en.md       | 179 ++++++++++++++++++++-
 .../optional-plugins/hiveserver2/_index.cn.md      |  13 +-
 .../optional-plugins/hiveserver2/_index.en.md      |  15 +-
 .../reflect-config.json                            |  33 +++-
 .../resource-config.json                           |   6 +
 .../reflect-config.json                            |  15 --
 .../test/natived/commons/TestShardingService.java  |   6 +
 .../commons/repository/AddressRepository.java      |  19 ---
 .../commons/repository/OrderItemRepository.java    |  71 ++------
 .../commons/repository/OrderRepository.java        |  46 ------
 .../natived/jdbc/databases/ClickHouseTest.java     |  71 ++++----
 .../jdbc/databases/hive/HiveSimpleTest.java        |  27 +---
 .../hive/HiveZookeeperServiceDiscoveryTest.java    |  24 +--
 .../test/natived/proxy/databases/PostgresTest.java |   2 +-
 .../test/natived/proxy/features/ShardingTest.java  |   2 +-
 .../resource-config.json                           |   3 +
 .../test-native/sql/test-native-databases-hive.sql |   7 +-
 .../resources/test-native/xml/keeper_config.xml    |  26 +--
 .../resources/test-native/xml/transactions.xml}    |  14 +-
 .../yaml/jdbc/databases/clickhouse.yaml            |   8 -
 .../yaml/jdbc/databases/hive/simple.yaml           |   8 -
 .../yaml/jdbc/databases/hive/zookeeper-sde.yaml    |   8 -
 .../test-native/yaml/jdbc/databases/mysql.yaml     |   8 -
 .../test-native/yaml/jdbc/databases/opengauss.yaml |   8 -
 .../yaml/jdbc/databases/postgresql.yaml            |   8 -
 .../test-native/yaml/jdbc/databases/sqlserver.yaml |   8 -
 .../test-native/yaml/jdbc/features/encrypt.yaml    |   8 -
 .../test-native/yaml/jdbc/features/mask.yaml       |   8 -
 .../yaml/jdbc/features/readwrite-splitting.yaml    |   8 -
 .../test-native/yaml/jdbc/features/shadow.yaml     |   8 -
 .../test-native/yaml/jdbc/features/sharding.yaml   |   5 -
 .../test-native/yaml/jdbc/modes/cluster/etcd.yaml  |   3 -
 .../yaml/jdbc/modes/cluster/zookeeper.yaml         |   3 -
 .../yaml/jdbc/transactions/base/seata.yaml         |   8 -
 .../yaml/jdbc/transactions/xa/atomikos.yaml        |   8 -
 .../yaml/jdbc/transactions/xa/narayana.yaml        |   8 -
 38 files changed, 492 insertions(+), 387 deletions(-)
 copy 
features/mask/distsql/handler/src/test/resources/cases/show-mask-rules.xml => 
test/native/src/test/resources/test-native/xml/keeper_config.xml (61%)
 copy 
test/{e2e/agent/plugins/logging/file/src/test/resources/cases/jdbc/logs.xml => 
native/src/test/resources/test-native/xml/transactions.xml} (76%)

Reply via email to