libenchao commented on a change in pull request #13431:
URL: https://github.com/apache/flink/pull/13431#discussion_r491904834



##########
File path: 
flink-table/flink-table-planner-blink/src/main/java/org/apache/flink/table/planner/operations/SqlCreateTableConverter.java
##########
@@ -141,7 +141,7 @@ private CatalogTable createCatalogTable(SqlCreateTable 
sqlCreateTable) {
 
        private CatalogTable lookupLikeSourceTable(SqlTableLike sqlTableLike) {
                UnresolvedIdentifier unresolvedIdentifier = 
UnresolvedIdentifier.of(sqlTableLike.getSourceTable()
-                       .toString());
+                       .names);

Review comment:
       We can put them in one line?




----------------------------------------------------------------
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:
us...@infra.apache.org


Reply via email to