yu199195 commented on a change in pull request #5019:  ues strategy pattern 
modify refresh ShardingMetaData.
URL: 
https://github.com/apache/incubator-shardingsphere/pull/5019#discussion_r400825089
 
 

 ##########
 File path: 
sharding-jdbc/sharding-jdbc-core/src/main/java/org/apache/shardingsphere/shardingjdbc/jdbc/refreh/AbstractTableStatementMetaData.java
 ##########
 @@ -0,0 +1,38 @@
+package org.apache.shardingsphere.shardingjdbc.jdbc.refreh;
+
+import org.apache.shardingsphere.core.metadata.ShardingMetaDataLoader;
+import org.apache.shardingsphere.core.metadata.ShardingTableMetaDataDecorator;
+import org.apache.shardingsphere.core.rule.ShardingRule;
+import 
org.apache.shardingsphere.encrypt.metadata.EncryptTableMetaDataDecorator;
+import 
org.apache.shardingsphere.shardingjdbc.jdbc.core.context.ShardingRuntimeContext;
+import 
org.apache.shardingsphere.sql.parser.binder.metadata.table.TableMetaData;
+import 
org.apache.shardingsphere.underlying.common.config.properties.ConfigurationPropertyKey;
+
+import java.sql.SQLException;
+
+/**
+ * The type Abstract table statement meta data.
+ */
+public abstract class AbstractTableStatementMetaData {
+    
+    /**
+     * Load table meta table meta data.
+     *
+     * @param tableName              the table name
 
 Review comment:
   fix it

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to