Re: Imports for example ?

2018-02-24 Thread Hequn Cheng
Hi Esa,

You can find dependency guide in Table-api/SQL doc[1]. For imports, you can
refer to an integration test case in flink source code[2].

Best, Hequn

[1]: https://ci.apache.org/projects/flink/flink-docs-master/dev/table/
[2]:
https://github.com/apache/flink/blob/master/flink-libraries/flink-table/src/test/scala/org/apache/flink/table/runtime/stream/sql/SqlITCase.scala

2018-02-23 18:17 GMT+08:00 Esa Heikkinen :

>
>
> I found interesting Scala example from:
>
>
>
> https://flink.apache.org/news/2017/03/29/table-sql-api-update.html
>
>
>
> But what imports I should use ?
>
>
>
> And what in pom.xml and which versions ?
>
>
>
> BR Esa
>


Imports for example ?

2018-02-23 Thread Esa Heikkinen

I found interesting Scala example from:

https://flink.apache.org/news/2017/03/29/table-sql-api-update.html

But what imports I should use ?

And what in pom.xml and which versions ?

BR Esa