Github user tillrohrmann commented on the issue:
https://github.com/apache/flink/pull/6123
Thanks for opening the PR @yanghua. I would need some input from @twalthr
or @fhueske whether it already makes sense to include the Flink table example
programs in Flink's binary distribution.
I'm not entirely sure whether adding table API example programs would add
much additional value since in the end it is just another jar which you can
submit. I think the sql cli with which you can run SQL statements would serve
this purpose better.
---