Akshay Shingote created FLINK-3915:
--------------------------------------
Summary: Updating a Dataset in Flink using Flink's Table API
Key: FLINK-3915
URL: https://issues.apache.org/jira/browse/FLINK-3915
Project: Flink
Issue Type: Wish
Components: Table API
Affects Versions: 1.0.1
Reporter: Akshay Shingote
I am using Flink Table API. I want to update the table in Flink through Pattern
Detection..I am using 3 fields : routeno,source,distance,category . Now I want
to update the category based on the value of distance for every routeno...For
ex : if routeno=1 and distance<=200 then category='daily' ..How can I update
this using Flink's Table API?? Can we update dataset or Table using Flink's
Table API ??
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)