Yes, it's the name "count" that caused the problem, thanks for your explanation. Still, the word-count example uses an embarrassing field name in table API case that I would naturally use "select word, count" in SQL while forgetting the keyword...
On Mon, Jun 6, 2016 at 4:31 PM, Ufuk Celebi <u...@apache.org> wrote: > On Mon, Jun 6, 2016 at 8:35 AM, Vasiliki Kalavri > <vasilikikala...@gmail.com> wrote: > > column "count"? Can you try renaming it to "myCount" or something else? I > > For String expressions, it's also possible to escape it via "...as > `count`...", but I'm not sure how this translates to the DSL > expressions. Any ideas, Fabian or Aljoscha? > > – Ufuk >