You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by GitBox <gi...@apache.org> on 2019/07/03 06:36:29 UTC

[GitHub] [flink] KurtYoung commented on a change in pull request #8959: [FLINK-13070][table-planner-blink] Remove TableImpl and use api.internal.TableImpl in blink

KurtYoung commented on a change in pull request #8959: [FLINK-13070][table-planner-blink] Remove TableImpl and use api.internal.TableImpl in blink
URL: https://github.com/apache/flink/pull/8959#discussion_r299795262
 
 

 ##########
 File path: flink-table/flink-table-planner-blink/src/main/scala/org/apache/flink/table/api/TableEnvironment.scala
 ##########
 @@ -50,15 +50,21 @@ import org.apache.flink.table.types.{ClassLogicalTypeConverter, DataType, TypeIn
 import org.apache.flink.table.typeutils.TimeIndicatorTypeInfo
 import org.apache.flink.table.util.JavaScalaConversionUtil
 import org.apache.flink.types.Row
+
 import org.apache.calcite.jdbc.CalciteSchemaBuilder.asRootSchema
 import org.apache.calcite.plan.{RelTrait, RelTraitDef}
 import org.apache.calcite.rel.RelNode
 import org.apache.calcite.sql._
 import org.apache.calcite.tools._
+
 import _root_.java.lang.reflect.Modifier
+import _root_.java.util
 import _root_.java.util.concurrent.atomic.AtomicInteger
-
 import org.apache.flink.api.dag.Transformation
+import org.apache.flink.table.api.internal.TableImpl
 
 Review comment:
   fix import order

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services