twalthr commented on a change in pull request #8404: [FLINK-11476][table] 
Create CatalogManager to manage multiple catalogs
URL: https://github.com/apache/flink/pull/8404#discussion_r286512592
 
 

 ##########
 File path: flink-python/pyflink/table/table.py
 ##########
 @@ -512,18 +512,24 @@ def drop_columns(self, fields):
         """
         return Table(self._j_table.dropColumns(fields))
 
-    def insert_into(self, table_name):
+    def insert_into(self, table_path, *table_path_continued):
         """
         Writes the :class:`Table` to a :class:`TableSink` that was registered 
under
-        the specified name.
+        the specified name. For the path resolution algorithm 
:func:`~TableEnvironment.useDatabase`.
 
 Review comment:
   For the path resolution algorithm see :func:`~TableEnvironment.use_database`

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