strongduanmu commented on a change in pull request #7740:
URL: https://github.com/apache/shardingsphere/pull/7740#discussion_r503646561



##########
File path: 
shardingsphere-infra/shardingsphere-infra-common/src/main/java/org/apache/shardingsphere/infra/metadata/model/schema/model/schema/SchemaMetaDataLoader.java
##########
@@ -42,6 +42,8 @@
     
     private static final String TABLE_TYPE = "TABLE";
     
+    private static final String VIEW_TYPE = "VIEW";

Review comment:
       > Why do we need `VIEW_TYPE`?
   
   @tristaZero In order to support select view statement.




----------------------------------------------------------------
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]


Reply via email to