Hi Sourav,
Flink does not support to execute SQL queries on DataSets, yet.
We just started an effort to change that. See the discussion on the dev
mailing list [1] and the corresponding design document [2].
For simple relational queries, you can use the Table API [3].
Best,
Fabian
[1]
https://m
Hi,
Just wanted to check whether one can directly run SQL queries on Flink.
For example whether one can define a table on a dataset and then run
queries like dataset.sql ("select column1, column2 from mytable").
I used to think that this is possible right now in 0.10.1. But when I
checked the bl