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

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


The following commit(s) were added to refs/heads/master by this push:
     new 643f40f69f8 Remove useless method on TableMetaDataRefresherLoader 
(#38891)
643f40f69f8 is described below

commit 643f40f69f8abd05bf9eccb06a9efceee5d9946d
Author: Liang Zhang <[email protected]>
AuthorDate: Tue Jun 23 02:25:20 2026 +0800

    Remove useless method on TableMetaDataRefresherLoader (#38891)
---
 .../type/table/TableMetaDataRefresherLoader.java         | 16 ----------------
 1 file changed, 16 deletions(-)

diff --git 
a/mode/core/src/main/java/org/apache/shardingsphere/mode/metadata/refresher/pushdown/type/table/TableMetaDataRefresherLoader.java
 
b/mode/core/src/main/java/org/apache/shardingsphere/mode/metadata/refresher/pushdown/type/table/TableMetaDataRefresherLoader.java
index 95b57a0eb11..e6d6a0b0e34 100644
--- 
a/mode/core/src/main/java/org/apache/shardingsphere/mode/metadata/refresher/pushdown/type/table/TableMetaDataRefresherLoader.java
+++ 
b/mode/core/src/main/java/org/apache/shardingsphere/mode/metadata/refresher/pushdown/type/table/TableMetaDataRefresherLoader.java
@@ -40,22 +40,6 @@ import java.util.Optional;
  */
 public final class TableMetaDataRefresherLoader {
     
-    /**
-     * Load created table meta data.
-     *
-     * @param database database
-     * @param logicDataSourceName logic data source name
-     * @param schemaName schema name
-     * @param tableIdentifierValue table identifier value
-     * @param props configuration properties
-     * @return loaded table meta data
-     * @throws SQLException SQL exception
-     */
-    public ShardingSphereTable loadCreatedTable(final ShardingSphereDatabase 
database, final String logicDataSourceName,
-                                                final String schemaName, final 
IdentifierValue tableIdentifierValue, final ConfigurationProperties props) 
throws SQLException {
-        return loadCreatedTable(database, logicDataSourceName, schemaName, 
tableIdentifierValue, props, database.getAllSchemas());
-    }
-    
     /**
      * Load created table meta data.
      *

Reply via email to