I want to do something like the following .join("fields(fields) as (name, content)") .where("text = 'password for user' && name='text' && !content.like('%accepted%') && name='appname' && content.like('%hostd%')")
Fields collects 4 rows in this case which contain those values This doesn't work with flink 1.2. Is there a way to accomplish this? … -- Sent from my phone