Re: Flink Table & SQL doesn't work in very simple example

2016-07-20 Thread Timo Walther
rsion from the main git branch... From:Timo Walther To:dev@flink.apache.org, Date:2016-07-20 13:55:32 Subject:Re: Flink Table & SQL doesn't work in very simple example I also tried it again with the latest 1.1-SNAPSHOT and everything works. This Maven issue has been solved in FLINK-4111

Re: Flink Table & SQL doesn't work in very simple example

2016-07-20 Thread Timo Walther
/common/collect/ImmutableList (with flink shaded)? As per the error "/apache/flink/shaded/calcite/com/google/common/collect/ImmutableList;" -Original Message- From: Maximilian Michels [mailto:m...@apache.org] Sent: Wednesday, July 20, 2016 11:52 AM To: dev@flink.apache.org Cc: Tim

Re: Flink Table & SQL doesn't work in very simple example

2016-07-20 Thread Radu Tudoran
... From:Timo Walther To:dev@flink.apache.org, Date:2016-07-20 13:55:32 Subject:Re: Flink Table & SQL doesn't work in very simple example I also tried it again with the latest 1.1-SNAPSHOT and everything works. This Maven issue has been solved in FLINK-4111. Am 20/07/16 um 13:43 schri

Re: Flink Table & SQL doesn't work in very simple example

2016-07-20 Thread Timo Walther
ableList (with flink shaded)? As per the error "/apache/flink/shaded/calcite/com/google/common/collect/ImmutableList;" -Original Message- From: Maximilian Michels [mailto:m...@apache.org] Sent: Wednesday, July 20, 2016 11:52 AM To: dev@flink.apache.org Cc: Timo Walther Subject: R

Re: Flink Table & SQL doesn't work in very simple example

2016-07-20 Thread Suneel Marthi
/collect/ImmutableList;" > > > -Original Message- > From: Maximilian Michels [mailto:m...@apache.org] > Sent: Wednesday, July 20, 2016 11:52 AM > To: dev@flink.apache.org > Cc: Timo Walther > Subject: Re: Flink Table & SQL doesn't work in very simple exam

RE: Flink Table & SQL doesn't work in very simple example

2016-07-20 Thread Radu Tudoran
ableList;" -Original Message- From: Maximilian Michels [mailto:m...@apache.org] Sent: Wednesday, July 20, 2016 11:52 AM To: dev@flink.apache.org Cc: Timo Walther Subject: Re: Flink Table & SQL doesn't work in very simple example CC Timo who I know is working on Table API and

Re: Flink Table & SQL doesn't work in very simple example

2016-07-20 Thread Maximilian Michels
ceive > this e-mail in error, please notify the sender by phone or email immediately > and delete it! > > > -Original Message- > From: Fabian Hueske [mailto:fhue...@gmail.com] > Sent: Thursday, June 23, 2016 11:13 AM > To: dev@flink.apache.org > Subject: Re: Flink

RE: Flink Table & SQL doesn't work in very simple example

2016-07-19 Thread Radu Tudoran
nd delete it! -Original Message- From: Fabian Hueske [mailto:fhue...@gmail.com] Sent: Thursday, June 23, 2016 11:13 AM To: dev@flink.apache.org Subject: Re: Flink Table & SQL doesn't work in very simple example Hi Jark Wu, yes, that looks like a dependency issue. Can you open

[jira] [Created] (FLINK-4111) Flink Table & SQL doesn't work in very simple example

2016-06-23 Thread Jark Wu (JIRA)
Jark Wu created FLINK-4111: -- Summary: Flink Table & SQL doesn't work in very simple example Key: FLINK-4111 URL: https://issues.apache.org/jira/browse/FLINK-4111 Project: Flink Issue

Re: Flink Table & SQL doesn't work in very simple example

2016-06-23 Thread Fabian Hueske
Hi Jark Wu, yes, that looks like a dependency issue. Can you open a JIRA for it set "Fix Version" to 1.1.0. This issue should be resolved for the 1.1 release. Thanks, Fabian 2016-06-22 3:52 GMT+02:00 Jark Wu : > Hi, > > > I’m trying to use Flink Table 1.1-SNAPSHOT where I want to use Table API

Flink Table & SQL doesn't work in very simple example

2016-06-21 Thread Jark Wu
Hi, I’m trying to use Flink Table 1.1-SNAPSHOT where I want to use Table API and SQL in my project. But when I run the very simple example WordCountTable, I encountered the following exception : Exception in thread "main" java.lang.NoSuchMethodError: org.apache.calcite.rel.logical.LogicalAgg