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 4fc2958  support sql hint (#13776)
     add 8531cd6  Og discovery (#13755)

No new revisions were added by this update.

Summary of changes:
 .../shardingsphere-db-discovery-core/pom.xml       |   6 +-
 .../shardingsphere-db-discovery-provider/pom.xml   |   1 +
 .../pom.xml                                        |   8 +-
 .../opengauss/OpenGaussDatabaseDiscoveryType.java  | 194 +++++++++++++++++++++
 .../opengauss/OpenGaussHeartbeatJob.java}          |   7 +-
 ...ingsphere.dbdiscovery.spi.DatabaseDiscoveryType |   2 +-
 .../OpenGaussDatabaseDiscoveryTypeTest.java        | 112 ++++++++++++
 7 files changed, 317 insertions(+), 13 deletions(-)
 copy 
shardingsphere-features/shardingsphere-db-discovery/shardingsphere-db-discovery-provider/{shardingsphere-db-discovery-mgr
 => shardingsphere-db-discovery-opengauss}/pom.xml (91%)
 create mode 100644 
shardingsphere-features/shardingsphere-db-discovery/shardingsphere-db-discovery-provider/shardingsphere-db-discovery-opengauss/src/main/java/org/apache/shardingsphere/dbdiscovery/opengauss/OpenGaussDatabaseDiscoveryType.java
 copy 
shardingsphere-features/shardingsphere-db-discovery/shardingsphere-db-discovery-provider/{shardingsphere-db-discovery-mgr/src/main/java/org/apache/shardingsphere/dbdiscovery/mgr/MGRHeartbeatJob.java
 => 
shardingsphere-db-discovery-opengauss/src/main/java/org/apache/shardingsphere/dbdiscovery/opengauss/OpenGaussHeartbeatJob.java}
 (92%)
 copy 
shardingsphere-features/shardingsphere-db-discovery/shardingsphere-db-discovery-provider/{shardingsphere-db-discovery-mgr
 => 
shardingsphere-db-discovery-opengauss}/src/main/resources/META-INF/services/org.apache.shardingsphere.dbdiscovery.spi.DatabaseDiscoveryType
 (90%)
 create mode 100644 
shardingsphere-features/shardingsphere-db-discovery/shardingsphere-db-discovery-provider/shardingsphere-db-discovery-opengauss/src/test/java/org/apache/shardingsphere/dbdiscovery/opengauss/OpenGaussDatabaseDiscoveryTypeTest.java

Reply via email to