hequn8128 commented on a change in pull request #6236: [FLINK-9699] [table] Add 
api to replace registered table
URL: https://github.com/apache/flink/pull/6236#discussion_r241972740
 
 

 ##########
 File path: 
flink-libraries/flink-table/src/test/scala/org/apache/flink/table/utils/MockTableEnvironment.scala
 ##########
 @@ -40,20 +40,26 @@ class MockTableEnvironment extends TableEnvironment(new 
TableConfig) {
 
   override protected def getBuiltInPhysicalOptRuleSet: RuleSet = ???
 
-  override def registerTableSink(
+  override def registerTableSinkInternal(
       name: String,
       fieldNames: Array[String],
       fieldTypes: Array[TypeInformation[_]],
-      tableSink: TableSink[_]): Unit = ???
+      tableSink: TableSink[_],
+      replace: Boolean): Unit = ???
 
-  override def registerTableSink(name: String, tableSink: TableSink[_]): Unit 
= ???
+  override def registerTableSinkInternal(name: String,
 
 Review comment:
   format the code

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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