JingsongLi 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_r299797109
##########
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:
done
----------------------------------------------------------------
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