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

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


    from 8644dbc5461 Load single table from configured data sources (#37358)
     add dab8de05205 Add test cases for sqlfederation.compiler.sql.function 
(#37359)

No new revisions were added by this update.

Summary of changes:
 .../function/mysql/impl/MySQLBinFunctionTest.java  | 51 ++++++++++++++++++++
 .../mysql/impl/MySQLBitCountFunctionTest.java      | 56 ++++++++++++++++++++++
 .../function/mysql/impl/MySQLNotFunctionTest.java  | 53 ++++++++++++++++++++
 .../impl/OpenGaussSystemFunctionTest.java}         | 28 +++++++----
 .../impl/PostgreSQLSystemFunctionTest.java         | 19 ++++----
 5 files changed, 190 insertions(+), 17 deletions(-)
 create mode 100644 
kernel/sql-federation/compiler/src/test/java/org/apache/shardingsphere/sqlfederation/compiler/sql/function/mysql/impl/MySQLBinFunctionTest.java
 create mode 100644 
kernel/sql-federation/compiler/src/test/java/org/apache/shardingsphere/sqlfederation/compiler/sql/function/mysql/impl/MySQLBitCountFunctionTest.java
 create mode 100644 
kernel/sql-federation/compiler/src/test/java/org/apache/shardingsphere/sqlfederation/compiler/sql/function/mysql/impl/MySQLNotFunctionTest.java
 copy 
kernel/{data-pipeline/dialect/postgresql/src/test/java/org/apache/shardingsphere/data/pipeline/postgresql/sqlbuilder/ddl/column/PostgreSQLColumnTypeTest.java
 => 
sql-federation/compiler/src/test/java/org/apache/shardingsphere/sqlfederation/compiler/sql/function/opengauss/impl/OpenGaussSystemFunctionTest.java}
 (52%)
 copy 
infra/common/src/test/java/org/apache/shardingsphere/infra/yaml/config/shortcut/YamlRuleConfigurationShortcutsTest.java
 => 
kernel/sql-federation/compiler/src/test/java/org/apache/shardingsphere/sqlfederation/compiler/sql/function/postgresql/impl/PostgreSQLSystemFunctionTest.java
 (70%)

Reply via email to