tuohai666 commented on a change in pull request #1785: fix issue #1770 and 
issue #1755
URL: 
https://github.com/apache/incubator-shardingsphere/pull/1785#discussion_r249314943
 
 

 ##########
 File path: 
sharding-core/src/main/java/io/shardingsphere/core/metadata/table/executor/TableMetaDataLoader.java
 ##########
 @@ -137,7 +137,12 @@ private boolean isTableExist(final Connection connection, 
final String catalog,
             while (resultSet.next()) {
                 String columnName = resultSet.getString("COLUMN_NAME");
                 String columnType = resultSet.getString("TYPE_NAME");
-                result.add(new ColumnMetaData(columnName, columnType, 
primaryKeys.contains(columnName)));
+                //issue #1770
 
 Review comment:
   no comment please

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


With regards,
Apache Git Services

Reply via email to