Re: Field could not be resolved by the field mapping when using kafka connector

2018-11-15 Thread Dominik Wosiński
Hey, Thanks for the info, I haven't noticed that. I was just going through older messages with no responses. Best Regards, Dom.

Re: Field could not be resolved by the field mapping when using kafka connector

2018-11-15 Thread Chesnay Schepler
This issue was already resolved in another thread by the same author. On 15.11.2018 10:52, Dominik Wosiński wrote: Hey, Could You please show a sample data that You want to process? This would help in verifying the issue. Best Regards, Dom. wt., 13 lis 2018 o 13:58 Jeff Zhang

Re: Field could not be resolved by the field mapping when using kafka connector

2018-11-15 Thread Dominik Wosiński
Hey, Could You please show a sample data that You want to process? This would help in verifying the issue. Best Regards, Dom. wt., 13 lis 2018 o 13:58 Jeff Zhang napisał(a): > Hi, > > I hit the following error when I try to use kafka connector in flink table > api. There's very little

Re: Field could not be resolved by the field mapping when using kafka connector

2018-11-13 Thread Jeff Zhang
Thanks hequn, it is very helpful On Wed, Nov 14, 2018 at 2:32 PM Hequn Cheng wrote: > Hi jeff, > > We need a different field name for the rowtime indicator, something looks > like: > >> new Schema() >> .field("status", Types.STRING) >> .field("direction", Types.STRING) >>

Re: Field could not be resolved by the field mapping when using kafka connector

2018-11-13 Thread Hequn Cheng
Hi jeff, We need a different field name for the rowtime indicator, something looks like: > new Schema() > .field("status", Types.STRING) > .field("direction", Types.STRING) > .field("rowtime", Types.SQL_TIMESTAMP).rowtime( > new >

Field could not be resolved by the field mapping when using kafka connector

2018-11-13 Thread Jeff Zhang
Hi, I hit the following error when I try to use kafka connector in flink table api. There's very little document about how to use kafka connector in flink table api, could anyone help me on that ? Thanks Exception in thread "main" org.apache.flink.table.api.ValidationException: Field 'event_ts'

Field could not be resolved by the field mapping when using kafka connector

2018-11-13 Thread Jeff Zhang
Hi, I hit the following error when I try to use kafka connector in flink table api. There's very little document about how to use kafka connector in flink table api, could anyone help me on that ? Thanks Exception in thread "main" org.apache.flink.table.api.ValidationException: Field 'event_ts'