fsk119 commented on a change in pull request #13011:
URL: https://github.com/apache/flink/pull/13011#discussion_r600246536



##########
File path: 
flink-table/flink-table-planner/src/main/java/org/apache/flink/table/sqlexec/SqlToOperationConverter.java
##########
@@ -193,6 +195,8 @@ private SqlToOperationConverter(
                        return 
Optional.of(converter.convertShowCurrentDatabase((SqlShowCurrentDatabase) 
validated));
                } else if (validated instanceof SqlShowTables) {
                        return 
Optional.of(converter.convertShowTables((SqlShowTables) validated));
+               } else if (validated instanceof SqlShowCreateTable) {

Review comment:
       Yes. I agree with you.




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