[ 
https://issues.apache.org/jira/browse/FLINK-3915?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15286627#comment-15286627
 ] 

Akshay Shingote commented on FLINK-3915:
----------------------------------------

Ok..I am not able to copy jar using this dependency :
<dependency>
  <groupId>org.apache.flink</groupId>
  <artifactId>flink-table_2.10</artifactId>
  <version>1.1-SNAPSHOT</version>
</dependency>

Can you please help me out in getting Flink 1.1-SNAPSHOT jar ??

> 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)

Reply via email to