[jira] [Commented] (FLINK-2207) Online documentation of Table API is out of date

2017-02-25 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-2207?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15884504#comment-15884504 ] ASF GitHub Bot commented on FLINK-2207: --- Github user coveralls commented on the issue:

[GitHub] flink issue #829: [FLINK-2207] Fix TableAPI conversion documenation and furt...

2017-02-25 Thread coveralls
Github user coveralls commented on the issue: https://github.com/apache/flink/pull/829 [![Coverage Status](https://coveralls.io/builds/10332565/badge)](https://coveralls.io/builds/10332565) Changes Unknown when pulling **e4b569505ba1c4169d39e24c9dc4ff0ca03bf992 on

[jira] [Created] (FLINK-5921) Adapt time mode indicator functions return custom data types

2017-02-25 Thread Fabian Hueske (JIRA)
Fabian Hueske created FLINK-5921: Summary: Adapt time mode indicator functions return custom data types Key: FLINK-5921 URL: https://issues.apache.org/jira/browse/FLINK-5921 Project: Flink

[jira] [Commented] (FLINK-1707) Add an Affinity Propagation Library Method

2017-02-25 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-1707?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15884314#comment-15884314 ] ASF GitHub Bot commented on FLINK-1707: --- Github user joseprupi commented on the issue:

[GitHub] flink issue #2885: [FLINK-1707] Affinity propagation

2017-02-25 Thread joseprupi
Github user joseprupi commented on the issue: https://github.com/apache/flink/pull/2885 Thanks for your comments Greg! I'll try to solve as much as possible during the weekend and commit what I've done --- If your project is set up for it, you can reply to this email and

[jira] [Commented] (FLINK-5776) Improve XXMapRunner support create instance by carrying constructor parameters

2017-02-25 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-5776?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15884288#comment-15884288 ] ASF GitHub Bot commented on FLINK-5776: --- GitHub user sunjincheng121 opened a pull request:

[GitHub] flink pull request #3418: [FLINK-5776][Table API & SQL]Improve XXMapRunner s...

2017-02-25 Thread sunjincheng121
GitHub user sunjincheng121 opened a pull request: https://github.com/apache/flink/pull/3418 [FLINK-5776][Table API & SQL]Improve XXMapRunner support create insta… …nce by carrying constructor parameters Thanks for contributing to Apache Flink. Before you open your pull

[jira] [Commented] (FLINK-5914) remove aggregateResultType from streaming.api.datastream.aggregate

2017-02-25 Thread Aljoscha Krettek (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-5914?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15884272#comment-15884272 ] Aljoscha Krettek commented on FLINK-5914: - The reason for the {{WindowFunction}} input type (which

[jira] [Updated] (FLINK-5914) remove aggregateResultType from streaming.api.datastream.aggregate

2017-02-25 Thread Aljoscha Krettek (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-5914?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Aljoscha Krettek updated FLINK-5914: Component/s: (was: Streaming) DataStream API > remove

[jira] [Commented] (FLINK-5564) User Defined Aggregates

2017-02-25 Thread Fabian Hueske (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-5564?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15884165#comment-15884165 ] Fabian Hueske commented on FLINK-5564: -- OK, I see. Then let's solve FLINK-5768 and FLINK-5769 at

[GitHub] flink pull request #3417: [FLINK-5907] [java api] Fix trailing empty fields ...

2017-02-25 Thread KurtYoung
GitHub user KurtYoung opened a pull request: https://github.com/apache/flink/pull/3417 [FLINK-5907] [java api] Fix trailing empty fields in CsvInputFormat If there are 3 fields with field delimiter ",", both these two line should be parsed successfully: aaa,bbb, aaa,bbb

[jira] [Commented] (FLINK-5907) RowCsvInputFormat bug on parsing tsv

2017-02-25 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-5907?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15884154#comment-15884154 ] ASF GitHub Bot commented on FLINK-5907: --- GitHub user KurtYoung opened a pull request:

[jira] [Commented] (FLINK-5907) RowCsvInputFormat bug on parsing tsv

2017-02-25 Thread Kurt Young (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-5907?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15884152#comment-15884152 ] Kurt Young commented on FLINK-5907: --- You can add one more '\t' at the end of each line to work around

[jira] [Commented] (FLINK-5918) port range support for config taskmanager.rpc.port

2017-02-25 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-5918?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15884151#comment-15884151 ] ASF GitHub Bot commented on FLINK-5918: --- GitHub user barcahead opened a pull request:

[GitHub] flink pull request #3416: [FLINK-5918] [runtime] port range support for conf...

2017-02-25 Thread barcahead
GitHub user barcahead opened a pull request: https://github.com/apache/flink/pull/3416 [FLINK-5918] [runtime] port range support for config taskmanager.rpc.port add port range support for config `taskmanager.rpc.port` using existing helper functions. The port range format follows