docete commented on a change in pull request #11276:
[FLINK-16029][table-planner-blink] Remove register source and sink in test
cases of blink planner
URL: https://github.com/apache/flink/pull/11276#discussion_r402722415
##########
File path:
flink-table/flink-table-planner-blink/src/test/scala/org/apache/flink/table/planner/runtime/stream/table/TableSinkITCase.scala
##########
@@ -26,54 +26,19 @@ import org.apache.flink.table.api.scala._
import org.apache.flink.table.api.{DataTypes, TableException, TableSchema,
Tumble, Types}
import org.apache.flink.table.planner.runtime.utils.TestData.{smallTupleData3,
tupleData3, tupleData5}
import org.apache.flink.table.planner.runtime.utils.{TestingAppendTableSink,
TestingRetractTableSink, TestingUpsertTableSink}
-import
org.apache.flink.table.planner.utils.MemoryTableSourceSinkUtil.DataTypeAppendStreamTableSink
import org.apache.flink.table.planner.utils.{MemoryTableSourceSinkUtil,
TableTestUtil}
import org.apache.flink.table.sinks._
import org.apache.flink.test.util.{AbstractTestBase, TestBaseUtils}
import org.apache.flink.types.Row
-
import org.junit.Assert._
import org.junit.Test
-
import java.io.File
import java.util.TimeZone
import scala.collection.JavaConverters._
class TableSinkITCase extends AbstractTestBase {
- @Test
- def testInsertIntoRegisteredTableSink(): Unit = {
Review comment:
There is no registered table sink any more.
----------------------------------------------------------------
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