RE: CsvTableSource Types.TIMESTAMP

2018-03-07 Thread Esa Heikkinen
Hi It works now. It was because of the missing “import”. Thank you. Best, Esa From: Hequn Cheng [mailto:chenghe...@gmail.com] Sent: Wednesday, March 7, 2018 3:00 PM To: Esa Heikkinen Cc: Timo Walther ; user@flink.apache.org Subject: Re: CsvTableSource Types.TIMESTAMP Hi Esa, Have you ever

Re: CsvTableSource Types.TIMESTAMP

2018-03-07 Thread Hequn Cheng
rts” or is it > deprecated ? > > > > Best, Esa > > > > *From:* Timo Walther [mailto:twal...@apache.org] > *Sent:* Monday, March 5, 2018 3:15 PM > *To:* user@flink.apache.org > *Subject:* Re: CsvTableSource Types.TIMESTAMP > > > > Hi, > > SQL_TIMESTA

RE: CsvTableSource Types.TIMESTAMP

2018-03-06 Thread Esa Heikkinen
'prefs) Error in compiling: "Value > is not member of Symbol" Is that syntactically correct, may it be problem with "imports" or is it deprecated ? Best, Esa From: Timo Walther [mailto:twal...@apache.org] Sent: Monday, March 5, 2018 3:15 PM To: user@flink.apache.org

Re: CsvTableSource Types.TIMESTAMP

2018-03-05 Thread Timo Walther
Hi, SQL_TIMESTAMP is the same. A couple of months ago it was decided to rename this property such that it can be used for timestamps with timezone support in the future. Regards, Tiom Am 3/5/18 um 2:10 PM schrieb Esa Heikkinen: I have tried to following example to work, but no succeed yet