[ 
https://issues.apache.org/jira/browse/FLINK-9699?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16531582#comment-16531582
 ] 

ASF GitHub Bot commented on FLINK-9699:
---------------------------------------

Github user yanghua commented on a diff in the pull request:

    https://github.com/apache/flink/pull/6236#discussion_r199857432
  
    --- Diff: 
flink-libraries/flink-table/src/main/scala/org/apache/flink/table/api/TableEnvironment.scala
 ---
    @@ -415,6 +416,19 @@ abstract class TableEnvironment(val config: 
TableConfig) {
         */
       def registerTable(name: String, table: Table): Unit = {
     
    +    registerTable(name, table, false)
    +  }
    +
    +  /**
    +    * Registers a [[Table]] under a unique name in the TableEnvironment's 
catalog.
    --- End diff --
    
    I think replace "under" to "with", would be better.


> Add api to replace registered table
> -----------------------------------
>
>                 Key: FLINK-9699
>                 URL: https://issues.apache.org/jira/browse/FLINK-9699
>             Project: Flink
>          Issue Type: Improvement
>            Reporter: Jeff Zhang
>            Priority: Major
>              Labels: pull-request-available
>




--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to