zjffdu commented on a change in pull request #7121: [FLINK-9555]Support table 
api in scala shell
URL: https://github.com/apache/flink/pull/7121#discussion_r236512499
 
 

 ##########
 File path: 
flink-scala-shell/src/main/scala/org/apache/flink/api/scala/FlinkILoop.scala
 ##########
 @@ -139,7 +147,8 @@ class FlinkILoop(
     "org.apache.flink.api.scala._",
     "org.apache.flink.api.scala.utils._",
     "org.apache.flink.streaming.api.scala._",
-    "org.apache.flink.streaming.api.windowing.time._"
+    "org.apache.flink.table.api._",
+    "org.apache.flink.table.api.scala._"
 
 Review comment:
   Could we also import `org.apache.flink.types.Row` which is used very 
frequently I believe  ?

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to