[jira] [Commented] (FLINK-3950) Add Meter Metric Type

2016-08-03 Thread Ivan Mushketyk (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-3950?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15405483#comment-15405483 ] Ivan Mushketyk commented on FLINK-3950: --- If no one is working on it, I would like to

[GitHub] flink pull request #2282: [FLINK-3940] [table] Add support for ORDER BY OFFS...

2016-08-03 Thread twalthr
Github user twalthr commented on a diff in the pull request: https://github.com/apache/flink/pull/2282#discussion_r73290760 --- Diff: flink-libraries/flink-table/src/main/scala/org/apache/flink/api/table/plan/nodes/dataset/DataSetSort.scala --- @@ -71,11 +78,57 @@ class DataSetSor

[jira] [Commented] (FLINK-4256) Fine-grained recovery

2016-08-03 Thread Zhijiang Wang (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4256?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15405484#comment-15405484 ] Zhijiang Wang commented on FLINK-4256: -- In further improvement, if task c failed, the

[jira] [Commented] (FLINK-3940) Add support for ORDER BY OFFSET FETCH

2016-08-03 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-3940?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15405482#comment-15405482 ] ASF GitHub Bot commented on FLINK-3940: --- Github user twalthr commented on a diff in

[jira] [Commented] (FLINK-3940) Add support for ORDER BY OFFSET FETCH

2016-08-03 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-3940?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15405488#comment-15405488 ] ASF GitHub Bot commented on FLINK-3940: --- Github user twalthr commented on a diff in

[GitHub] flink pull request #2282: [FLINK-3940] [table] Add support for ORDER BY OFFS...

2016-08-03 Thread twalthr
Github user twalthr commented on a diff in the pull request: https://github.com/apache/flink/pull/2282#discussion_r73291620 --- Diff: docs/apis/table.md --- @@ -606,6 +606,28 @@ Table result = in.orderBy("a.asc"); + + Offset +

[GitHub] flink pull request #2282: [FLINK-3940] [table] Add support for ORDER BY OFFS...

2016-08-03 Thread wuchong
Github user wuchong commented on a diff in the pull request: https://github.com/apache/flink/pull/2282#discussion_r73292974 --- Diff: docs/apis/table.md --- @@ -606,6 +606,28 @@ Table result = in.orderBy("a.asc"); + + Offset +

[jira] [Commented] (FLINK-3940) Add support for ORDER BY OFFSET FETCH

2016-08-03 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-3940?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15405511#comment-15405511 ] ASF GitHub Bot commented on FLINK-3940: --- Github user wuchong commented on a diff in

[GitHub] flink pull request #2328: [hotfix] Fix TypeExtractor.

2016-08-03 Thread chermenin
GitHub user chermenin opened a pull request: https://github.com/apache/flink/pull/2328 [hotfix] Fix TypeExtractor. When function is a method reference to an instance method of an arbitrary object of a particular type it hasn't any parameters and getting of input type throws excepti

[GitHub] flink issue #2328: [hotfix] Fix TypeExtractor.

2016-08-03 Thread twalthr
Github user twalthr commented on the issue: https://github.com/apache/flink/pull/2328 Thanks for your PR. I will review it shortly. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this featur

[GitHub] flink issue #2298: [FLINK-4247] [table] CsvTableSource.getDataSet() expects ...

2016-08-03 Thread twalthr
Github user twalthr commented on the issue: https://github.com/apache/flink/pull/2298 @StephanEwen A user can also call `CsvInputFormat.nextRecord()` because it is public, but this was never a problem. If we want to restrict visibility of `TableSource` interface methods, we have to co

[jira] [Commented] (FLINK-4247) CsvTableSource.getDataSet() expects Java ExecutionEnvironment

2016-08-03 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4247?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15405553#comment-15405553 ] ASF GitHub Bot commented on FLINK-4247: --- Github user twalthr commented on the issue:

[jira] [Commented] (FLINK-4262) Consider null handling during sorting

2016-08-03 Thread Timo Walther (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4262?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15405572#comment-15405572 ] Timo Walther commented on FLINK-4262: - I think this issue is bit tricky as the positio

[jira] [Commented] (FLINK-4271) There is no way to set parallelism of operators produced by CoGroupedStreams

2016-08-03 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4271?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15405623#comment-15405623 ] ASF GitHub Bot commented on FLINK-4271: --- Github user StephanEwen commented on the is

[GitHub] flink issue #2305: [FLINK-4271] [DataStreamAPI] Enable CoGroupedStreams and ...

2016-08-03 Thread StephanEwen
Github user StephanEwen commented on the issue: https://github.com/apache/flink/pull/2305 We should not change the checker sensitivity. It is very important that it checks for binary compatibility - that was the promise of Flink 1.0. If we want to break compatibility, we can d

[GitHub] flink issue #2305: [FLINK-4271] [DataStreamAPI] Enable CoGroupedStreams and ...

2016-08-03 Thread wuchong
Github user wuchong commented on the issue: https://github.com/apache/flink/pull/2305 I think, specify parallelism between `window(...)` and `apply(...)` is not nice. We not just need `setParallelism` function but also `name`, `uid`, `slotSharingGroup` and many other functions in `Sin

[jira] [Commented] (FLINK-4271) There is no way to set parallelism of operators produced by CoGroupedStreams

2016-08-03 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4271?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15405657#comment-15405657 ] ASF GitHub Bot commented on FLINK-4271: --- Github user wuchong commented on the issue:

[jira] [Commented] (FLINK-3703) Add sequence matching semantics to discard matched events

2016-08-03 Thread Till Rohrmann (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-3703?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15405660#comment-15405660 ] Till Rohrmann commented on FLINK-3703: -- Hi [~ivan.mushketyk], I think this feature s

[jira] [Commented] (FLINK-3318) Add support for quantifiers to CEP's pattern API

2016-08-03 Thread Till Rohrmann (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-3318?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15405664#comment-15405664 ] Till Rohrmann commented on FLINK-3318: -- Hi [~ivan.mushketyk], yes I think we need so

[GitHub] flink issue #2328: [hotfix] Fix TypeExtractor.

2016-08-03 Thread twalthr
Github user twalthr commented on the issue: https://github.com/apache/flink/pull/2328 Your fix skips basically the input validation, I think we should still add some additional checks and some additional tests. I will open a PR for it. You can close this PR. --- If your project is s

[GitHub] flink issue #2305: [FLINK-4271] [DataStreamAPI] Enable CoGroupedStreams and ...

2016-08-03 Thread StephanEwen
Github user StephanEwen commented on the issue: https://github.com/apache/flink/pull/2305 True, this may warrant a case of breaking APIs. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this

[jira] [Commented] (FLINK-4271) There is no way to set parallelism of operators produced by CoGroupedStreams

2016-08-03 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4271?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15405827#comment-15405827 ] ASF GitHub Bot commented on FLINK-4271: --- Github user StephanEwen commented on the is

[jira] [Created] (FLINK-4310) Move BinaryCompatibility Check plugin to relevant projects

2016-08-03 Thread Stephan Ewen (JIRA)
Stephan Ewen created FLINK-4310: --- Summary: Move BinaryCompatibility Check plugin to relevant projects Key: FLINK-4310 URL: https://issues.apache.org/jira/browse/FLINK-4310 Project: Flink Issue

[jira] [Commented] (FLINK-4094) Off heap memory deallocation might not properly work

2016-08-03 Thread Stephan Ewen (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4094?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15405836#comment-15405836 ] Stephan Ewen commented on FLINK-4094: - If a task requests more memory than the system

[jira] [Created] (FLINK-4311) TableInputFormat fails when reused on next split

2016-08-03 Thread Niels Basjes (JIRA)
Niels Basjes created FLINK-4311: --- Summary: TableInputFormat fails when reused on next split Key: FLINK-4311 URL: https://issues.apache.org/jira/browse/FLINK-4311 Project: Flink Issue Type: Bug

[GitHub] flink pull request #2328: [hotfix] Fix TypeExtractor.

2016-08-03 Thread chermenin
Github user chermenin closed the pull request at: https://github.com/apache/flink/pull/2328 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is e

[jira] [Commented] (FLINK-3138) Method References are not supported as lambda expressions

2016-08-03 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-3138?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15405865#comment-15405865 ] ASF GitHub Bot commented on FLINK-3138: --- GitHub user twalthr opened a pull request:

[GitHub] flink pull request #2329: [FLINK-3138] [types] Method References are not sup...

2016-08-03 Thread twalthr
GitHub user twalthr opened a pull request: https://github.com/apache/flink/pull/2329 [FLINK-3138] [types] Method References are not supported as lambda expressions Thanks for contributing to Apache Flink. Before you open your pull request, please take the following check list into

[jira] [Assigned] (FLINK-3042) Define a way to let types create their own TypeInformation

2016-08-03 Thread Timo Walther (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-3042?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Timo Walther reassigned FLINK-3042: --- Assignee: Timo Walther > Define a way to let types create their own TypeInformation > ---

[GitHub] flink pull request #2320: [FLINK-4297][yarn] decode URL encoded fat jar path

2016-08-03 Thread StephanEwen
Github user StephanEwen commented on a diff in the pull request: https://github.com/apache/flink/pull/2320#discussion_r7859 --- Diff: flink-yarn/src/main/java/org/apache/flink/yarn/cli/FlinkYarnSessionCli.java --- @@ -260,8 +263,15 @@ public AbstractYarnClusterDescriptor creat

[jira] [Commented] (FLINK-4297) Yarn client can't determine fat jar location if path contains spaces

2016-08-03 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4297?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15405886#comment-15405886 ] ASF GitHub Bot commented on FLINK-4297: --- Github user StephanEwen commented on a diff

[jira] [Commented] (FLINK-4297) Yarn client can't determine fat jar location if path contains spaces

2016-08-03 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4297?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15405888#comment-15405888 ] ASF GitHub Bot commented on FLINK-4297: --- Github user StephanEwen commented on the is

[GitHub] flink issue #2320: [FLINK-4297][yarn] decode URL encoded fat jar path

2016-08-03 Thread StephanEwen
Github user StephanEwen commented on the issue: https://github.com/apache/flink/pull/2320 One comment inline, otherwise looks good. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this featur

[GitHub] flink issue #2327: [FLINK-4304] [runtime-web] Jar names that contain whitesp...

2016-08-03 Thread StephanEwen
Github user StephanEwen commented on the issue: https://github.com/apache/flink/pull/2327 +1 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feat

[jira] [Commented] (FLINK-4304) Jar names that contain whitespace cause problems in web client

2016-08-03 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4304?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15405889#comment-15405889 ] ASF GitHub Bot commented on FLINK-4304: --- Github user StephanEwen commented on the is

[jira] [Commented] (FLINK-4311) TableInputFormat fails when reused on next split

2016-08-03 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4311?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15405893#comment-15405893 ] ASF GitHub Bot commented on FLINK-4311: --- GitHub user nielsbasjes opened a pull reque

[GitHub] flink pull request #2330: FLINK-4311 Fixed several problems in TableInputFor...

2016-08-03 Thread nielsbasjes
GitHub user nielsbasjes opened a pull request: https://github.com/apache/flink/pull/2330 FLINK-4311 Fixed several problems in TableInputFormat Question: Do you guys want a unit test for this? In HBase itself I have done this in the past yet this required a large chunk of additio

[GitHub] flink issue #2324: Bump version to 1.2-SNAPSHOT

2016-08-03 Thread StephanEwen
Github user StephanEwen commented on the issue: https://github.com/apache/flink/pull/2324 I actually need to bump my version, so will merge this and adjust the references in docs --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as

[GitHub] flink issue #2330: FLINK-4311 Fixed several problems in TableInputFormat

2016-08-03 Thread nielsbasjes
Github user nielsbasjes commented on the issue: https://github.com/apache/flink/pull/2330 Oh damn, I just noticed a major issue in this: In order to create the input splits the table needs to be available "before" the call to the 'open' method. --- If your project is set u

[jira] [Commented] (FLINK-4311) TableInputFormat fails when reused on next split

2016-08-03 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4311?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15405896#comment-15405896 ] ASF GitHub Bot commented on FLINK-4311: --- Github user nielsbasjes commented on the is

[GitHub] flink issue #2309: [FLINK-4161] Add Quickstart exclusion for flink-dist depe...

2016-08-03 Thread StephanEwen
Github user StephanEwen commented on the issue: https://github.com/apache/flink/pull/2309 Merging this... --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, o

[jira] [Commented] (FLINK-4161) Quickstarts can exclude more flink-dist dependencies

2016-08-03 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4161?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15405908#comment-15405908 ] ASF GitHub Bot commented on FLINK-4161: --- Github user StephanEwen commented on the is

[GitHub] flink issue #2297: [FLINK-4081] [core] [table] FieldParsers should support e...

2016-08-03 Thread StephanEwen
Github user StephanEwen commented on the issue: https://github.com/apache/flink/pull/2297 I am confused here, the return value is not the parsed value, but the length that got parsed. --- If your project is set up for it, you can reply to this email and have your reply appear on GitH

[jira] [Commented] (FLINK-4081) FieldParsers should support empty strings

2016-08-03 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4081?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15405909#comment-15405909 ] ASF GitHub Bot commented on FLINK-4081: --- Github user StephanEwen commented on the is

[GitHub] flink issue #2290: [FLINK-4242] [table] Improve validation exception message...

2016-08-03 Thread StephanEwen
Github user StephanEwen commented on the issue: https://github.com/apache/flink/pull/2290 @twalthr @fhueske Can you take a look at this? --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this f

[jira] [Commented] (FLINK-4242) Improve validation exception messages

2016-08-03 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4242?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15405910#comment-15405910 ] ASF GitHub Bot commented on FLINK-4242: --- Github user StephanEwen commented on the is

[GitHub] flink issue #2330: FLINK-4311 Fixed several problems in TableInputFormat

2016-08-03 Thread zentol
Github user zentol commented on the issue: https://github.com/apache/flink/pull/2330 maybe you can move the table initialization into `openInputFormat()` (called once before all splits) and close it in `closeInputFormat()` (called once after all splits). --- If your project is set u

[jira] [Commented] (FLINK-4311) TableInputFormat fails when reused on next split

2016-08-03 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4311?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15405912#comment-15405912 ] ASF GitHub Bot commented on FLINK-4311: --- Github user zentol commented on the issue:

[GitHub] flink issue #2330: FLINK-4311 Fixed several problems in TableInputFormat

2016-08-03 Thread nielsbasjes
Github user nielsbasjes commented on the issue: https://github.com/apache/flink/pull/2330 Yes, that is indeed the right place to do this. Bummer this method does not allow throwing exceptions. --- If your project is set up for it, you can reply to this email and have your reply a

[jira] [Commented] (FLINK-4311) TableInputFormat fails when reused on next split

2016-08-03 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4311?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15405918#comment-15405918 ] ASF GitHub Bot commented on FLINK-4311: --- Github user nielsbasjes commented on the is

[jira] [Commented] (FLINK-4311) TableInputFormat fails when reused on next split

2016-08-03 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4311?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15405928#comment-15405928 ] ASF GitHub Bot commented on FLINK-4311: --- Github user nielsbasjes commented on the is

[GitHub] flink issue #2330: FLINK-4311 Fixed several problems in TableInputFormat

2016-08-03 Thread zentol
Github user zentol commented on the issue: https://github.com/apache/flink/pull/2330 I would say yes, since `open()` and `close()` can also throw an `IOException`. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your

[jira] [Commented] (FLINK-4311) TableInputFormat fails when reused on next split

2016-08-03 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4311?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15405932#comment-15405932 ] ASF GitHub Bot commented on FLINK-4311: --- Github user zentol commented on the issue:

[GitHub] flink issue #2330: FLINK-4311 Fixed several problems in TableInputFormat

2016-08-03 Thread nielsbasjes
Github user nielsbasjes commented on the issue: https://github.com/apache/flink/pull/2330 Now I see why I missed these two; They are newer than the 1.0.3 I was working with. Is it a good idea to add ' throws IOException' to these two in RichInputFormat ? --- If your project is s

[jira] [Commented] (FLINK-3318) Add support for quantifiers to CEP's pattern API

2016-08-03 Thread Ivan Mushketyk (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-3318?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15405945#comment-15405945 ] Ivan Mushketyk commented on FLINK-3318: --- Hi [~till.rohrmann], Thank you for your co

[GitHub] flink pull request #2282: [FLINK-3940] [table] Add support for ORDER BY OFFS...

2016-08-03 Thread aljoscha
Github user aljoscha commented on a diff in the pull request: https://github.com/apache/flink/pull/2282#discussion_r73349912 --- Diff: docs/apis/table.md --- @@ -606,6 +606,28 @@ Table result = in.orderBy("a.asc"); + + Offset +

[jira] [Commented] (FLINK-3940) Add support for ORDER BY OFFSET FETCH

2016-08-03 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-3940?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15406004#comment-15406004 ] ASF GitHub Bot commented on FLINK-3940: --- Github user aljoscha commented on a diff in

[GitHub] flink issue #2330: FLINK-4311 Fixed several problems in TableInputFormat

2016-08-03 Thread nielsbasjes
Github user nielsbasjes commented on the issue: https://github.com/apache/flink/pull/2330 Note that this version still assumes that the single instance will only see multiple splits for the same table. Is that a safe assumption? --- If your project is set up for it, you can reply to

[jira] [Commented] (FLINK-4311) TableInputFormat fails when reused on next split

2016-08-03 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4311?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15406043#comment-15406043 ] ASF GitHub Bot commented on FLINK-4311: --- Github user nielsbasjes commented on the is

[GitHub] flink issue #2324: Bump version to 1.2-SNAPSHOT

2016-08-03 Thread mbalassi
Github user mbalassi commented on the issue: https://github.com/apache/flink/pull/2324 We also need to bump the version in the metrics imls. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have th

[GitHub] flink pull request #2331: [FLINK-4282] [streaming] Added an offset parameter...

2016-08-03 Thread aditivin
GitHub user aditivin opened a pull request: https://github.com/apache/flink/pull/2331 [FLINK-4282] [streaming] Added an offset parameter for processing time window ass… Added offset parameter for the processing time window assigners: - ProcessingTimeSessionWindows - Slidin

[jira] [Commented] (FLINK-4282) Add Offset Parameter to WindowAssigners

2016-08-03 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4282?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15406108#comment-15406108 ] ASF GitHub Bot commented on FLINK-4282: --- GitHub user aditivin opened a pull request:

[GitHub] flink issue #2331: [FLINK-4282] [streaming] Added an offset parameter for pr...

2016-08-03 Thread aljoscha
Github user aljoscha commented on the issue: https://github.com/apache/flink/pull/2331 Your commit contains a lot of unrelated changes. This is probably caused by the fact that your changes are not rebased on top of the current master branch. Could you please do that. --- If your p

[jira] [Commented] (FLINK-4282) Add Offset Parameter to WindowAssigners

2016-08-03 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4282?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15406146#comment-15406146 ] ASF GitHub Bot commented on FLINK-4282: --- Github user aljoscha commented on the issue

[GitHub] flink pull request #2330: FLINK-4311 Fixed several problems in TableInputFor...

2016-08-03 Thread zentol
Github user zentol commented on a diff in the pull request: https://github.com/apache/flink/pull/2330#discussion_r73381826 --- Diff: flink-streaming-java/src/main/java/org/apache/flink/streaming/api/functions/source/ContinuousFileReaderOperator.java --- @@ -328,7 +328,11 @@ public

[jira] [Commented] (FLINK-4311) TableInputFormat fails when reused on next split

2016-08-03 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4311?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15406281#comment-15406281 ] ASF GitHub Bot commented on FLINK-4311: --- Github user zentol commented on a diff in t

[jira] [Commented] (FLINK-4311) TableInputFormat fails when reused on next split

2016-08-03 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4311?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15406284#comment-15406284 ] ASF GitHub Bot commented on FLINK-4311: --- Github user zentol commented on a diff in t

[GitHub] flink pull request #2330: FLINK-4311 Fixed several problems in TableInputFor...

2016-08-03 Thread zentol
Github user zentol commented on a diff in the pull request: https://github.com/apache/flink/pull/2330#discussion_r73382033 --- Diff: flink-batch-connectors/flink-hbase/src/main/java/org/apache/flink/addons/hbase/TableInputFormat.java --- @@ -237,7 +244,7 @@ private void logSplitIn

[jira] [Commented] (FLINK-4311) TableInputFormat fails when reused on next split

2016-08-03 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4311?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15406293#comment-15406293 ] ASF GitHub Bot commented on FLINK-4311: --- Github user zentol commented on the issue:

[GitHub] flink issue #2330: FLINK-4311 Fixed several problems in TableInputFormat

2016-08-03 Thread zentol
Github user zentol commented on the issue: https://github.com/apache/flink/pull/2330 I don't know, and it seems the InputFormat itself doesn't know either. If we go by the previous implementation then yes, there will only be one table. However, based on the comments on Line 64: `// ab

[GitHub] flink issue #2324: Bump version to 1.2-SNAPSHOT

2016-08-03 Thread StephanEwen
Github user StephanEwen commented on the issue: https://github.com/apache/flink/pull/2324 What do you mean by "the metrics imls"? --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature

[jira] [Commented] (FLINK-4308) Allow uploaded jar directory to be configurable

2016-08-03 Thread Stephan Ewen (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4308?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15406318#comment-15406318 ] Stephan Ewen commented on FLINK-4308: - I think this sounds good, would be happy to get

[jira] [Commented] (FLINK-3899) Document window processing with Reduce/FoldFunction + WindowFunction

2016-08-03 Thread Daniel Blazevski (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-3899?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15406319#comment-15406319 ] Daniel Blazevski commented on FLINK-3899: - [~fhueske] I'm happy to take this one

[jira] [Comment Edited] (FLINK-3899) Document window processing with Reduce/FoldFunction + WindowFunction

2016-08-03 Thread Daniel Blazevski (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-3899?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15406319#comment-15406319 ] Daniel Blazevski edited comment on FLINK-3899 at 8/3/16 6:04 PM: ---

[GitHub] flink issue #2324: Bump version to 1.2-SNAPSHOT

2016-08-03 Thread mbalassi
Github user mbalassi commented on the issue: https://github.com/apache/flink/pull/2324 ~~~ mbalassi$ grep 1.1-SNAPSHOT -R . ./docs/_config.yml:version: "1.1-SNAPSHOT" ./flink-metric-reporters/flink-metrics-dropwizard/flink-metrics-dropwizard.iml: ./flink-metric-rep

[GitHub] flink issue #2324: Bump version to 1.2-SNAPSHOT

2016-08-03 Thread mbalassi
Github user mbalassi commented on the issue: https://github.com/apache/flink/pull/2324 If it can wait until tomorrow morning CEST I will add these to the change version scripts in tools. If it is urgent go ahead. --- If your project is set up for it, you can reply to this email and h

[GitHub] flink issue #2324: Bump version to 1.2-SNAPSHOT

2016-08-03 Thread mbalassi
Github user mbalassi commented on the issue: https://github.com/apache/flink/pull/2324 Oh, my bad - those are just IntelliJ files left over on my machine. Adding the doc update to the tools script and quickly rebasing this commit. Sorry for the fuss. --- If your project is set up fo

[jira] [Comment Edited] (FLINK-3899) Document window processing with Reduce/FoldFunction + WindowFunction

2016-08-03 Thread Daniel Blazevski (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-3899?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15406319#comment-15406319 ] Daniel Blazevski edited comment on FLINK-3899 at 8/3/16 6:50 PM: ---

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

2016-08-03 Thread JIRA
[ https://issues.apache.org/jira/browse/FLINK-1707?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Josep Rubió updated FLINK-1707: --- Description: This issue proposes adding the an implementation of the Affinity Propagation algorithm a

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

2016-08-03 Thread JIRA
[ https://issues.apache.org/jira/browse/FLINK-1707?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15406651#comment-15406651 ] Josep Rubió commented on FLINK-1707: Hi all, Sorry for my late response but I did not

[GitHub] flink issue #2324: Bump version to 1.2-SNAPSHOT

2016-08-03 Thread mbalassi
Github user mbalassi commented on the issue: https://github.com/apache/flink/pull/2324 Did the update, please use this version of the commit. Thanks. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does no

[jira] [Commented] (FLINK-3677) FileInputFormat: Allow to specify include/exclude file name patterns

2016-08-03 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-3677?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15406736#comment-15406736 ] ASF GitHub Bot commented on FLINK-3677: --- Github user mushketyk commented on the issu

[GitHub] flink issue #2109: [FLINK-3677] FileInputFormat: Allow to specify include/ex...

2016-08-03 Thread mushketyk
Github user mushketyk commented on the issue: https://github.com/apache/flink/pull/2109 @mxm I've updated the PR according to your comments. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have th

[jira] [Commented] (FLINK-3899) Document window processing with Reduce/FoldFunction + WindowFunction

2016-08-03 Thread Aljoscha Krettek (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-3899?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15406889#comment-15406889 ] Aljoscha Krettek commented on FLINK-3899: - [~danielblazevski] this is meant to add

[GitHub] flink pull request #2282: [FLINK-3940] [table] Add support for ORDER BY OFFS...

2016-08-03 Thread gallenvara
Github user gallenvara commented on a diff in the pull request: https://github.com/apache/flink/pull/2282#discussion_r73452976 --- Diff: docs/apis/table.md --- @@ -606,6 +606,28 @@ Table result = in.orderBy("a.asc"); + + Offset +

[jira] [Commented] (FLINK-3940) Add support for ORDER BY OFFSET FETCH

2016-08-03 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-3940?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15406992#comment-15406992 ] ASF GitHub Bot commented on FLINK-3940: --- Github user gallenvara commented on a diff

[jira] [Commented] (FLINK-4288) Make it possible to unregister tables

2016-08-03 Thread Jark Wu (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4288?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15407083#comment-15407083 ] Jark Wu commented on FLINK-4288: Because {{SchemaPlus}} has no {{remove}} function, we can

[GitHub] flink issue #2305: [FLINK-4271] [DataStreamAPI] Enable CoGroupedStreams and ...

2016-08-03 Thread wuchong
Github user wuchong commented on the issue: https://github.com/apache/flink/pull/2305 Hi @aljoscha @tillrohrmann , what do you think about this? --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not ha

[jira] [Commented] (FLINK-4271) There is no way to set parallelism of operators produced by CoGroupedStreams

2016-08-03 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4271?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15407086#comment-15407086 ] ASF GitHub Bot commented on FLINK-4271: --- Github user wuchong commented on the issue: