godfreyhe 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_r402253795
##########
File path:
flink-table/flink-table-planner-blink/src/test/scala/org/apache/flink/table/planner/utils/TestLimitableTableSource.scala
##########
@@ -18,14 +18,22 @@
package org.apache.flink.table.planner.utils
+import java.util
+
import org.apache.flink.api.common.ExecutionConfig
import org.apache.flink.api.common.typeinfo.TypeInformation
import org.apache.flink.api.java.io.CollectionInputFormat
import org.apache.flink.api.java.typeutils.RowTypeInfo
import org.apache.flink.streaming.api.datastream.DataStream
import org.apache.flink.streaming.api.environment.StreamExecutionEnvironment
-import org.apache.flink.table.api.TableSchema
+import org.apache.flink.table.api.{TableEnvironment, TableSchema}
+import
org.apache.flink.table.descriptors.ConnectorDescriptorValidator.CONNECTOR_TYPE
+import org.apache.flink.table.descriptors.{CustomConnectorDescriptor,
DescriptorProperties, Schema}
+import org.apache.flink.table.descriptors.Schema.SCHEMA
+import org.apache.flink.table.factories.StreamTableSourceFactory
+import org.apache.flink.table.planner.runtime.utils.TestData.{data3, type3}
Review comment:
reorder the imports and remove the useless import
----------------------------------------------------------------
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