[jira] [Created] (FLINK-2039) Streaming API's sum(String) does not work for Tuples

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

[jira] [Created] (FLINK-2039) Streaming API's sum(String) does not work for Tuples

Shang Yuanchun (Jira)
Timo Walther created FLINK-2039:
-----------------------------------

             Summary: Streaming API's sum(String) does not work for Tuples
                 Key: FLINK-2039
                 URL: https://issues.apache.org/jira/browse/FLINK-2039
             Project: Flink
          Issue Type: Bug
          Components: Streaming
            Reporter: Timo Walther
            Priority: Minor


It is confusing for the user if the following code works:

{code}
.window(...)
.every(...)
.groupBy("f0")
.sum(1)
{code}

but this does not work:

{code}
.window(...)
.every(...)
.groupBy("f0")
.sum("f1")
{code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)