This is an automated email from the ASF dual-hosted git repository.

dwysakowicz pushed a commit to branch release-1.11
in repository https://gitbox.apache.org/repos/asf/flink.git


The following commit(s) were added to refs/heads/release-1.11 by this push:
     new 8044166  [FLINK-17846][table, e2e] Fix import in 
flink-walkthrough-table-scala
8044166 is described below

commit 8044166877efc42c42a80344992d66ba18748a4d
Author: Dawid Wysakowicz <dwysakow...@apache.org>
AuthorDate: Wed May 20 17:04:52 2020 +0200

    [FLINK-17846][table, e2e] Fix import in flink-walkthrough-table-scala
---
 .../main/resources/archetype-resources/src/main/scala/SpendReport.scala  | 1 +
 1 file changed, 1 insertion(+)

diff --git 
a/flink-walkthroughs/flink-walkthrough-table-scala/src/main/resources/archetype-resources/src/main/scala/SpendReport.scala
 
b/flink-walkthroughs/flink-walkthrough-table-scala/src/main/resources/archetype-resources/src/main/scala/SpendReport.scala
index 3a93a3b..95e6149 100644
--- 
a/flink-walkthroughs/flink-walkthrough-table-scala/src/main/resources/archetype-resources/src/main/scala/SpendReport.scala
+++ 
b/flink-walkthroughs/flink-walkthrough-table-scala/src/main/resources/archetype-resources/src/main/scala/SpendReport.scala
@@ -19,6 +19,7 @@
 package ${package}
 
 import org.apache.flink.api.scala._
+import org.apache.flink.table.api.bridge.scala.BatchTableEnvironment
 import org.apache.flink.table.api.internal.TableEnvironmentInternal
 import org.apache.flink.walkthrough.common.table._
 

Reply via email to