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_r402245530
##########
File path:
flink-table/flink-table-planner-blink/src/test/scala/org/apache/flink/table/planner/plan/stream/sql/join/LookupJoinTest.scala
##########
@@ -18,27 +18,32 @@
package org.apache.flink.table.planner.plan.stream.sql.join
-import org.apache.flink.api.common.typeinfo.TypeInformation
import org.apache.flink.api.scala._
import org.apache.flink.streaming.api.functions.async.ResultFuture
import org.apache.flink.table.api._
import org.apache.flink.table.api.scala._
import org.apache.flink.table.dataformat.{BaseRow, BinaryString}
+import org.apache.flink.table.descriptors.{CustomConnectorDescriptor,
DescriptorProperties, Schema}
import org.apache.flink.table.functions.{AsyncTableFunction, TableFunction}
import org.apache.flink.table.planner.utils.TableTestBase
-import org.apache.flink.table.runtime.typeutils.BaseRowTypeInfo
-import org.apache.flink.table.sources._
-import org.apache.flink.table.types.logical.{IntType, TimestampType,
VarCharType}
import org.apache.flink.types.Row
-
import org.junit.Assert.{assertTrue, fail}
import org.junit.Test
-
import _root_.java.lang.{Long => JLong}
import _root_.java.sql.Timestamp
import _root_.java.time.LocalDateTime
+import _root_.java.util
import _root_.java.util.concurrent.CompletableFuture
-import _root_.java.util.{Collection => JCollection}
+import _root_.java.util.{Collection => JCollection, List => JList, Map => JMap}
+
+import org.apache.flink.streaming.api.datastream.DataStream
+import org.apache.flink.streaming.api.environment.StreamExecutionEnvironment
+import
org.apache.flink.table.descriptors.ConnectorDescriptorValidator.CONNECTOR_TYPE
+import org.apache.flink.table.descriptors.Schema.SCHEMA
Review comment:
please reorder the imports and remove 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