wuchong commented on a change in pull request #8844: 
[FLINK-12951][table-planner] Add logic to bridge DDL to table source(…
URL: https://github.com/apache/flink/pull/8844#discussion_r300243368
 
 

 ##########
 File path: 
flink-table/flink-table-api-java/src/main/java/org/apache/flink/table/catalog/CatalogManager.java
 ##########
 @@ -387,4 +387,39 @@ private static TableSchema 
getTableSchema(ExternalCatalogTable externalTable) {
                        return tableSink.getTableSchema();
                }
        }
+
+       /**
+        * Returns the full name of the given table path, this name may be 
padded
+        * with current catalog/database name based on the {@code paths} length.
+        *
+        * @param paths Table paths whose format can be "catalog.db.table", 
"db.table" or "table"
+        * @return An array of complete table path
+        */
+       public String[] paddedTableName(List<String> paths) {
 
 Review comment:
   +1 
   
   `getCurrentFullPath()`?

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