[jira] [Commented] (FLINK-6073) Support for SQL inner queries for proctime

2017-03-28 Thread radu (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-6073?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15944671#comment-15944671 ] radu commented on FLINK-6073: - Hi [~fhueske], Thanks for the review. I agree that we should s

[GitHub] flink pull request #3629: [FLINK-5655][table]Add event time OVER RANGE BETWE...

2017-03-28 Thread sunjincheng121
GitHub user sunjincheng121 opened a pull request: https://github.com/apache/flink/pull/3629 [FLINK-5655][table]Add event time OVER RANGE BETWEEN x PRECEDING aggr… …egation to SQL Thanks for contributing to Apache Flink. Before you open your pull request, please take the

[jira] [Commented] (FLINK-5655) Add event time OVER RANGE BETWEEN x PRECEDING aggregation to SQL

2017-03-28 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-5655?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15944673#comment-15944673 ] ASF GitHub Bot commented on FLINK-5655: --- GitHub user sunjincheng121 opened a pull re

[jira] [Reopened] (FLINK-5658) Add event time OVER RANGE BETWEEN UNBOUNDED PRECEDING aggregation to SQL

2017-03-28 Thread Fabian Hueske (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-5658?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Fabian Hueske reopened FLINK-5658: -- > Add event time OVER RANGE BETWEEN UNBOUNDED PRECEDING aggregation to SQL > ---

[GitHub] flink pull request #3386: [FLINK-5658][table] support unbounded eventtime ov...

2017-03-28 Thread fhueske
Github user fhueske commented on a diff in the pull request: https://github.com/apache/flink/pull/3386#discussion_r108352300 --- Diff: flink-libraries/flink-table/src/main/scala/org/apache/flink/table/plan/nodes/datastream/DataStreamOverAggregate.scala --- @@ -112,7 +113,12 @@ cla

[jira] [Commented] (FLINK-5785) Add an Imputer for preparing data

2017-03-28 Thread Anna Beer (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-5785?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15944702#comment-15944702 ] Anna Beer commented on FLINK-5785: -- 1: Thanks I added it to all 4 files 2: Thank you, did

[jira] [Commented] (FLINK-5658) Add event time OVER RANGE BETWEEN UNBOUNDED PRECEDING aggregation to SQL

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

[jira] [Updated] (FLINK-5658) Add event time OVER ROWS BETWEEN UNBOUNDED PRECEDING aggregation to SQL

2017-03-28 Thread Fabian Hueske (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-5658?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Fabian Hueske updated FLINK-5658: - Summary: Add event time OVER ROWS BETWEEN UNBOUNDED PRECEDING aggregation to SQL (was: Add event

[jira] [Updated] (FLINK-5658) Add event time OVER ROWS BETWEEN UNBOUNDED PRECEDING aggregation to SQL

2017-03-28 Thread Fabian Hueske (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-5658?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Fabian Hueske updated FLINK-5658: - Description: The goal of this issue is to add support for OVER RANGE aggregations on event time s

[GitHub] flink pull request #3386: [FLINK-5658][table] support unbounded eventtime ov...

2017-03-28 Thread fhueske
Github user fhueske commented on a diff in the pull request: https://github.com/apache/flink/pull/3386#discussion_r108352888 --- Diff: flink-libraries/flink-table/src/main/scala/org/apache/flink/table/plan/nodes/datastream/DataStreamOverAggregate.scala --- @@ -112,7 +113,12 @@ cla

[jira] [Closed] (FLINK-5658) Add event time OVER ROWS BETWEEN UNBOUNDED PRECEDING aggregation to SQL

2017-03-28 Thread Fabian Hueske (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-5658?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Fabian Hueske closed FLINK-5658. Resolution: Fixed > Add event time OVER ROWS BETWEEN UNBOUNDED PRECEDING aggregation to SQL > --

[jira] [Commented] (FLINK-5658) Add event time OVER ROWS BETWEEN UNBOUNDED PRECEDING aggregation to SQL

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

[jira] [Commented] (FLINK-5829) Bump Calcite version to 1.12 once available

2017-03-28 Thread Timo Walther (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-5829?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15944729#comment-15944729 ] Timo Walther commented on FLINK-5829: - If it is too complicated to implement, we can d

[GitHub] flink issue #3613: [FLINK-5829] Bump Calcite version to 1.12 once available.

2017-03-28 Thread twalthr
Github user twalthr commented on the issue: https://github.com/apache/flink/pull/3613 Thanks @haohui for looking into this. I think you forgot to include the modified pom.xml. Can you remove all "unregisterTable" code instead of throwing an exception? It would be great if you could ha

[jira] [Commented] (FLINK-5829) Bump Calcite version to 1.12 once available

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

[GitHub] flink pull request #3624: [FLINK-6197] [cep] Add support for iterative condi...

2017-03-28 Thread dawidwys
Github user dawidwys commented on a diff in the pull request: https://github.com/apache/flink/pull/3624#discussion_r108358091 --- Diff: flink-libraries/flink-cep-scala/src/main/scala/org/apache/flink/cep/scala/pattern/Pattern.scala --- @@ -138,7 +139,7 @@ class Pattern[T , F <: T]

[GitHub] flink pull request #3624: [FLINK-6197] [cep] Add support for iterative condi...

2017-03-28 Thread dawidwys
Github user dawidwys commented on a diff in the pull request: https://github.com/apache/flink/pull/3624#discussion_r108232033 --- Diff: flink-libraries/flink-cep/src/main/java/org/apache/flink/cep/pattern/conditions/IterativeCondition.java --- @@ -0,0 +1,98 @@ +/* + * Lice

[GitHub] flink pull request #3624: [FLINK-6197] [cep] Add support for iterative condi...

2017-03-28 Thread dawidwys
Github user dawidwys commented on a diff in the pull request: https://github.com/apache/flink/pull/3624#discussion_r108352961 --- Diff: docs/dev/libs/cep.md --- @@ -124,13 +124,70 @@ val start : Pattern[Event, _] = Pattern.begin("start") -Each state must have a

[jira] [Commented] (FLINK-6197) Add support for iterative conditions.

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

[jira] [Commented] (FLINK-6197) Add support for iterative conditions.

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

[jira] [Commented] (FLINK-6197) Add support for iterative conditions.

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

[jira] [Commented] (FLINK-6197) Add support for iterative conditions.

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

[GitHub] flink pull request #3624: [FLINK-6197] [cep] Add support for iterative condi...

2017-03-28 Thread dawidwys
Github user dawidwys commented on a diff in the pull request: https://github.com/apache/flink/pull/3624#discussion_r108355802 --- Diff: flink-libraries/flink-cep/src/main/java/org/apache/flink/cep/nfa/NFA.java --- @@ -553,9 +559,38 @@ private int calculateIncreasingSelfState(int i

[GitHub] flink pull request #3624: [FLINK-6197] [cep] Add support for iterative condi...

2017-03-28 Thread dawidwys
Github user dawidwys commented on a diff in the pull request: https://github.com/apache/flink/pull/3624#discussion_r108355851 --- Diff: flink-libraries/flink-cep/src/main/java/org/apache/flink/cep/nfa/NFA.java --- @@ -573,6 +608,9 @@ private boolean checkFilterCondition(FilterFunct

[jira] [Commented] (FLINK-6197) Add support for iterative conditions.

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

[jira] [Commented] (FLINK-6178) Allow upgrades to state serializers

2017-03-28 Thread Xiaogang Shi (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-6178?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15944743#comment-15944743 ] Xiaogang Shi commented on FLINK-6178: - The idea that allowing the upgrades to state se

[jira] [Commented] (FLINK-6178) Allow upgrades to state serializers

2017-03-28 Thread Tzu-Li (Gordon) Tai (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-6178?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15944762#comment-15944762 ] Tzu-Li (Gordon) Tai commented on FLINK-6178: Hi [~xiaogang.sxg]! You're absol

[jira] [Comment Edited] (FLINK-6178) Allow upgrades to state serializers

2017-03-28 Thread Tzu-Li (Gordon) Tai (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-6178?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15944762#comment-15944762 ] Tzu-Li (Gordon) Tai edited comment on FLINK-6178 at 3/28/17 8:30 AM: ---

[jira] [Updated] (FLINK-6178) Allow upgrades to state serializers

2017-03-28 Thread Tzu-Li (Gordon) Tai (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-6178?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tzu-Li (Gordon) Tai updated FLINK-6178: --- Description: Currently, users are locked in with the serializer implementation used to

[jira] [Updated] (FLINK-6178) Allow upgrades to state serializers

2017-03-28 Thread Tzu-Li (Gordon) Tai (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-6178?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tzu-Li (Gordon) Tai updated FLINK-6178: --- Description: Currently, users are locked in with the serializer implementation used to

[jira] [Comment Edited] (FLINK-6178) Allow upgrades to state serializers

2017-03-28 Thread Tzu-Li (Gordon) Tai (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-6178?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15944762#comment-15944762 ] Tzu-Li (Gordon) Tai edited comment on FLINK-6178 at 3/28/17 8:35 AM: ---

[GitHub] flink pull request #3624: [FLINK-6197] [cep] Add support for iterative condi...

2017-03-28 Thread kl0u
Github user kl0u commented on a diff in the pull request: https://github.com/apache/flink/pull/3624#discussion_r108362971 --- Diff: docs/dev/libs/cep.md --- @@ -124,13 +124,70 @@ val start : Pattern[Event, _] = Pattern.begin("start") -Each state must have an un

[jira] [Commented] (FLINK-6197) Add support for iterative conditions.

2017-03-28 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-6197?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15944770#comment-15944770 ] ASF GitHub Bot commented on FLINK-6197: --- Github user kl0u commented on a diff in the

[GitHub] flink pull request #3624: [FLINK-6197] [cep] Add support for iterative condi...

2017-03-28 Thread kl0u
Github user kl0u commented on a diff in the pull request: https://github.com/apache/flink/pull/3624#discussion_r108363416 --- Diff: docs/dev/libs/cep.md --- @@ -124,13 +124,70 @@ val start : Pattern[Event, _] = Pattern.begin("start") -Each state must have an un

[jira] [Commented] (FLINK-6197) Add support for iterative conditions.

2017-03-28 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-6197?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15944775#comment-15944775 ] ASF GitHub Bot commented on FLINK-6197: --- Github user kl0u commented on a diff in the

[jira] [Commented] (FLINK-6178) Allow upgrades to state serializers

2017-03-28 Thread Xiaogang Shi (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-6178?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15944776#comment-15944776 ] Xiaogang Shi commented on FLINK-6178: - [~tzulitai] Thanks a lot for your quick respons

[GitHub] flink pull request #3624: [FLINK-6197] [cep] Add support for iterative condi...

2017-03-28 Thread dawidwys
Github user dawidwys commented on a diff in the pull request: https://github.com/apache/flink/pull/3624#discussion_r108364477 --- Diff: docs/dev/libs/cep.md --- @@ -124,13 +124,70 @@ val start : Pattern[Event, _] = Pattern.begin("start") -Each state must have a

[jira] [Commented] (FLINK-6197) Add support for iterative conditions.

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

[GitHub] flink pull request #3624: [FLINK-6197] [cep] Add support for iterative condi...

2017-03-28 Thread kl0u
Github user kl0u commented on a diff in the pull request: https://github.com/apache/flink/pull/3624#discussion_r108364748 --- Diff: docs/dev/libs/cep.md --- @@ -124,13 +124,70 @@ val start : Pattern[Event, _] = Pattern.begin("start") -Each state must have an un

[jira] [Commented] (FLINK-6197) Add support for iterative conditions.

2017-03-28 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-6197?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15944783#comment-15944783 ] ASF GitHub Bot commented on FLINK-6197: --- Github user kl0u commented on a diff in the

[GitHub] flink pull request #3624: [FLINK-6197] [cep] Add support for iterative condi...

2017-03-28 Thread kl0u
Github user kl0u commented on a diff in the pull request: https://github.com/apache/flink/pull/3624#discussion_r108365413 --- Diff: flink-libraries/flink-cep-scala/src/main/scala/org/apache/flink/cep/scala/pattern/Pattern.scala --- @@ -138,7 +139,7 @@ class Pattern[T , F <: T](jPa

[jira] [Commented] (FLINK-6197) Add support for iterative conditions.

2017-03-28 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-6197?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15944785#comment-15944785 ] ASF GitHub Bot commented on FLINK-6197: --- Github user kl0u commented on a diff in the

[jira] [Commented] (FLINK-6197) Add support for iterative conditions.

2017-03-28 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-6197?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15944791#comment-15944791 ] ASF GitHub Bot commented on FLINK-6197: --- Github user kl0u commented on a diff in the

[GitHub] flink pull request #3624: [FLINK-6197] [cep] Add support for iterative condi...

2017-03-28 Thread kl0u
Github user kl0u commented on a diff in the pull request: https://github.com/apache/flink/pull/3624#discussion_r108366616 --- Diff: docs/dev/libs/cep.md --- @@ -124,13 +124,70 @@ val start : Pattern[Event, _] = Pattern.begin("start") -Each state must have an un

[GitHub] flink issue #3600: [FLINK-6117]Make setting of 'zookeeper.sasl.disable' work...

2017-03-28 Thread gaqzcb
Github user gaqzcb commented on the issue: https://github.com/apache/flink/pull/3600 @EronWright @vijikarthi If you find the time, pls review this patch. --- 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 doe

[jira] [Commented] (FLINK-6117) 'zookeeper.sasl.disable' not takes effet when starting CuratorFramework

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

[GitHub] flink pull request #3624: [FLINK-6197] [cep] Add support for iterative condi...

2017-03-28 Thread dawidwys
Github user dawidwys commented on a diff in the pull request: https://github.com/apache/flink/pull/3624#discussion_r108367951 --- Diff: docs/dev/libs/cep.md --- @@ -124,13 +124,70 @@ val start : Pattern[Event, _] = Pattern.begin("start") -Each state must have a

[jira] [Commented] (FLINK-6197) Add support for iterative conditions.

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

[GitHub] flink pull request #3624: [FLINK-6197] [cep] Add support for iterative condi...

2017-03-28 Thread kl0u
Github user kl0u commented on a diff in the pull request: https://github.com/apache/flink/pull/3624#discussion_r108368612 --- Diff: docs/dev/libs/cep.md --- @@ -124,13 +124,70 @@ val start : Pattern[Event, _] = Pattern.begin("start") -Each state must have an un

[jira] [Commented] (FLINK-6197) Add support for iterative conditions.

2017-03-28 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-6197?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15944815#comment-15944815 ] ASF GitHub Bot commented on FLINK-6197: --- Github user kl0u commented on a diff in the

[GitHub] flink issue #2762: [FLINK-3871] Add Kafka TableSource with Avro serializatio...

2017-03-28 Thread twalthr
Github user twalthr commented on the issue: https://github.com/apache/flink/pull/2762 @mushketyk if you don't mind, I would continue working on this issue. --- 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 d

[jira] [Commented] (FLINK-5785) Add an Imputer for preparing data

2017-03-28 Thread Chesnay Schepler (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-5785?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15944817#comment-15944817 ] Chesnay Schepler commented on FLINK-5785: - Please remove all files that shouldn't

[jira] [Commented] (FLINK-3871) Add Kafka TableSource with Avro serialization

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

[GitHub] flink pull request #3574: [FLINK-5653] Add processing time OVER ROWS BETWEEN...

2017-03-28 Thread stefanobortoli
Github user stefanobortoli commented on a diff in the pull request: https://github.com/apache/flink/pull/3574#discussion_r108369391 --- Diff: flink-libraries/flink-table/src/main/scala/org/apache/flink/table/runtime/aggregate/IncrementalAggregateOverWindowFunction.scala --- @@ -0,

[jira] [Commented] (FLINK-5653) Add processing time OVER ROWS BETWEEN x PRECEDING aggregation to SQL

2017-03-28 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-5653?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15944821#comment-15944821 ] ASF GitHub Bot commented on FLINK-5653: --- Github user stefanobortoli commented on a d

[GitHub] flink pull request #3624: [FLINK-6197] [cep] Add support for iterative condi...

2017-03-28 Thread kl0u
Github user kl0u commented on a diff in the pull request: https://github.com/apache/flink/pull/3624#discussion_r108369790 --- Diff: flink-libraries/flink-cep/src/main/java/org/apache/flink/cep/nfa/NFA.java --- @@ -553,9 +559,38 @@ private int calculateIncreasingSelfState(int ignor

[jira] [Commented] (FLINK-6197) Add support for iterative conditions.

2017-03-28 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-6197?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15944826#comment-15944826 ] ASF GitHub Bot commented on FLINK-6197: --- Github user kl0u commented on a diff in the

[jira] [Commented] (FLINK-6197) Add support for iterative conditions.

2017-03-28 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-6197?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15944824#comment-15944824 ] ASF GitHub Bot commented on FLINK-6197: --- Github user kl0u commented on a diff in the

[GitHub] flink pull request #3624: [FLINK-6197] [cep] Add support for iterative condi...

2017-03-28 Thread kl0u
Github user kl0u commented on a diff in the pull request: https://github.com/apache/flink/pull/3624#discussion_r108369832 --- Diff: flink-libraries/flink-cep/src/main/java/org/apache/flink/cep/nfa/NFA.java --- @@ -573,6 +608,9 @@ private boolean checkFilterCondition(FilterFunction

[GitHub] flink issue #3624: [FLINK-6197] [cep] Add support for iterative conditions.

2017-03-28 Thread kl0u
Github user kl0u commented on the issue: https://github.com/apache/flink/pull/3624 Thanks for the review @dawidwys ! I integrated the comments. I will wait for travis and then merge. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHu

[jira] [Commented] (FLINK-6197) Add support for iterative conditions.

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

[GitHub] flink issue #3628: [FLINK-6201][example] move python example files from reso...

2017-03-28 Thread zentol
Github user zentol commented on the issue: https://github.com/apache/flink/pull/3628 -1. This moves the Flink's entire python library into the examples folder, breaking basically everything. You will have to move the configured directory to /resources and exclude the example

[jira] [Commented] (FLINK-6201) move python example files from resources to the examples

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

[GitHub] flink issue #3627: Release 0.4 alpha.0

2017-03-28 Thread zentol
Github user zentol commented on the issue: https://github.com/apache/flink/pull/3627 What is this PR for? --- 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] [Assigned] (FLINK-6069) Add documentation CEP - Watermarks

2017-03-28 Thread Kostas Kloudas (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-6069?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kostas Kloudas reassigned FLINK-6069: - Assignee: Kostas Kloudas > Add documentation CEP - Watermarks > -

[GitHub] flink pull request #3624: [FLINK-6197] [cep] Add support for iterative condi...

2017-03-28 Thread dawidwys
Github user dawidwys commented on a diff in the pull request: https://github.com/apache/flink/pull/3624#discussion_r108372187 --- Diff: docs/dev/libs/cep.md --- @@ -124,13 +124,70 @@ val start : Pattern[Event, _] = Pattern.begin("start") -Each state must have a

[jira] [Commented] (FLINK-6197) Add support for iterative conditions.

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

[jira] [Updated] (FLINK-6198) Update the documentation of the CEP library to include all the new features.

2017-03-28 Thread Kostas Kloudas (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-6198?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kostas Kloudas updated FLINK-6198: -- Description: New features to include: * Iterative Functions * Quantifiers * Time handling > Upd

[GitHub] flink pull request #3574: [FLINK-5653] Add processing time OVER ROWS BETWEEN...

2017-03-28 Thread stefanobortoli
Github user stefanobortoli commented on a diff in the pull request: https://github.com/apache/flink/pull/3574#discussion_r108372957 --- Diff: flink-libraries/flink-table/src/test/scala/org/apache/flink/table/api/scala/stream/sql/WindowAggregateTest.scala --- @@ -239,4 +239,61 @@ c

[jira] [Commented] (FLINK-5653) Add processing time OVER ROWS BETWEEN x PRECEDING aggregation to SQL

2017-03-28 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-5653?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15944850#comment-15944850 ] ASF GitHub Bot commented on FLINK-5653: --- Github user stefanobortoli commented on a d

[jira] [Commented] (FLINK-5785) Add an Imputer for preparing data

2017-03-28 Thread Stavros Kontopoulos (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-5785?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15944851#comment-15944851 ] Stavros Kontopoulos commented on FLINK-5785: [~beera]Thnx I will have a look A

[jira] [Commented] (FLINK-6069) Add documentation CEP - Watermarks

2017-03-28 Thread Kostas Kloudas (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-6069?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15944856#comment-15944856 ] Kostas Kloudas commented on FLINK-6069: --- Hi [~patricklx] , Currently the CEP librar

[GitHub] flink issue #3604: [FLINK-5998] Un-fat Hadoop from Flink fat jar

2017-03-28 Thread rmetzger
Github user rmetzger commented on the issue: https://github.com/apache/flink/pull/3604 Mh, not sure. What I would try is updating the assembly descriptor(s) in the flink-dist project, so that it creates two assemblies. Afaik you need to define all dependencies as regular deps i

[jira] [Created] (FLINK-6203) DataSet Transformations

2017-03-28 Thread JIRA
苏拓 created FLINK-6203: - Summary: DataSet Transformations Key: FLINK-6203 URL: https://issues.apache.org/jira/browse/FLINK-6203 Project: Flink Issue Type: Bug Components: DataSet API Affects

[jira] [Commented] (FLINK-5998) Un-fat Hadoop from Flink fat jar

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

[jira] [Updated] (FLINK-6198) Update the documentation of the CEP library to include all the new features.

2017-03-28 Thread Kostas Kloudas (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-6198?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kostas Kloudas updated FLINK-6198: -- Description: New features to include: * Iterative Functions * Quantifiers * Time handling * Migr

[jira] [Commented] (FLINK-6073) Support for SQL inner queries for proctime

2017-03-28 Thread Fabian Hueske (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-6073?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15944870#comment-15944870 ] Fabian Hueske commented on FLINK-6073: -- Hi [~rtudoran], the model stream/batch consi

[GitHub] flink pull request #3574: [FLINK-5653] Add processing time OVER ROWS BETWEEN...

2017-03-28 Thread fhueske
Github user fhueske commented on a diff in the pull request: https://github.com/apache/flink/pull/3574#discussion_r108378237 --- Diff: flink-libraries/flink-table/src/test/scala/org/apache/flink/table/api/scala/stream/sql/WindowAggregateTest.scala --- @@ -239,4 +239,61 @@ class Wi

[jira] [Commented] (FLINK-5653) Add processing time OVER ROWS BETWEEN x PRECEDING aggregation to SQL

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

[jira] [Commented] (FLINK-6203) DataSet Transformations

2017-03-28 Thread Fabian Hueske (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-6203?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15944889#comment-15944889 ] Fabian Hueske commented on FLINK-6203: -- Can you provide a more detailed description o

[jira] [Commented] (FLINK-4395) Eager processing of late arrivals in CEP operator

2017-03-28 Thread Kostas Kloudas (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4395?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15944892#comment-15944892 ] Kostas Kloudas commented on FLINK-4395: --- Hi [~ivan.mushketyk]! How are you? I thin

[GitHub] flink issue #3628: [FLINK-6201][example] move python example files from reso...

2017-03-28 Thread shijinkui
Github user shijinkui commented on the issue: https://github.com/apache/flink/pull/3628 > I would also suggest to run an example at least once to make sure you don't break anything. You are right. Only move the example files --- If your project is set up for it, you can rep

[jira] [Commented] (FLINK-6201) move python example files from resources to the examples

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

[jira] [Updated] (FLINK-6203) DataSet Transformations

2017-03-28 Thread Chesnay Schepler (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-6203?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chesnay Schepler updated FLINK-6203: Description: the example of GroupReduce on sorted groups can't remove duplicate Strings in a

[jira] [Updated] (FLINK-6203) DataSet Transformations

2017-03-28 Thread Chesnay Schepler (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-6203?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chesnay Schepler updated FLINK-6203: Description: the example of GroupReduce on sorted groups can't remove duplicate Strings in a

[jira] [Created] (FLINK-6204) Improve Event-Time OVER ROWS BETWEEN UNBOUNDED PRECEDING aggregation to SQL

2017-03-28 Thread sunjincheng (JIRA)
sunjincheng created FLINK-6204: -- Summary: Improve Event-Time OVER ROWS BETWEEN UNBOUNDED PRECEDING aggregation to SQL Key: FLINK-6204 URL: https://issues.apache.org/jira/browse/FLINK-6204 Project: Flink

[jira] [Updated] (FLINK-6204) Improve Event-Time OVER ROWS BETWEEN UNBOUNDED PRECEDING aggregation to SQL

2017-03-28 Thread sunjincheng (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-6204?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] sunjincheng updated FLINK-6204: --- Description: Currently `event time OVER ROWS BETWEEN UNBOUNDED PRECEDING aggregation to SQL` impleme

[GitHub] flink pull request #3630: [FLINK-6204][table]Improve Event-Time OVER ROWS BE...

2017-03-28 Thread sunjincheng121
GitHub user sunjincheng121 opened a pull request: https://github.com/apache/flink/pull/3630 [FLINK-6204][table]Improve Event-Time OVER ROWS BETWEEN UNBOUNDED PRE… …CEDING aggregation to SQL Thanks for contributing to Apache Flink. Before you open your pull request, plea

[jira] [Commented] (FLINK-6204) Improve Event-Time OVER ROWS BETWEEN UNBOUNDED PRECEDING aggregation to SQL

2017-03-28 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-6204?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15944908#comment-15944908 ] ASF GitHub Bot commented on FLINK-6204: --- GitHub user sunjincheng121 opened a pull re

[GitHub] flink issue #3619: [FLINK-6157] [core] Make TypeInformation fully serializab...

2017-03-28 Thread zentol
Github user zentol commented on the issue: https://github.com/apache/flink/pull/3619 Related test failure on travis: ``` [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.1:testCompile (default-testCompile) on project flink-core: Compilation failu

[jira] [Commented] (FLINK-6157) Make TypeInformation fully serializable

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

[GitHub] flink issue #3628: [FLINK-6201][example] move python example files from reso...

2017-03-28 Thread zentol
Github user zentol commented on the issue: https://github.com/apache/flink/pull/3628 Thank you for fixing this so quickly. +1 to merge. --- 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 fe

[jira] [Commented] (FLINK-6201) move python example files from resources to the examples

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

[GitHub] flink issue #3531: [FLINK-6034][checkpoint] Add KeyedStateHandle for the sna...

2017-03-28 Thread shixiaogang
Github user shixiaogang commented on the issue: https://github.com/apache/flink/pull/3531 @StefanRRichter I updated the PR as suggested. Very appreciated for your hard work. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well

[jira] [Commented] (FLINK-6034) Add KeyedStateHandle for the snapshots in keyed streams

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

[jira] [Commented] (FLINK-6082) Support window definition for SQL Queries based on WHERE clause with time condition

2017-03-28 Thread radu (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-6082?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15944957#comment-15944957 ] radu commented on FLINK-6082: - Hi [~fhueske] thanks for the review. I agree with the modificat

[jira] [Commented] (FLINK-6204) Improve Event-Time OVER ROWS BETWEEN UNBOUNDED PRECEDING aggregation to SQL

2017-03-28 Thread hongyuhong (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-6204?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15944998#comment-15944998 ] hongyuhong commented on FLINK-6204: --- I think the memory of 'sortedTimestamps' is the sam

[GitHub] flink pull request #3574: [FLINK-5653] Add processing time OVER ROWS BETWEEN...

2017-03-28 Thread stefanobortoli
Github user stefanobortoli commented on a diff in the pull request: https://github.com/apache/flink/pull/3574#discussion_r108398986 --- Diff: flink-libraries/flink-table/src/test/scala/org/apache/flink/table/api/scala/stream/sql/WindowAggregateTest.scala --- @@ -239,4 +239,61 @@ c

[jira] [Commented] (FLINK-5653) Add processing time OVER ROWS BETWEEN x PRECEDING aggregation to SQL

2017-03-28 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-5653?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15945004#comment-15945004 ] ASF GitHub Bot commented on FLINK-5653: --- Github user stefanobortoli commented on a d

[GitHub] flink pull request #3631: Imputer

2017-03-28 Thread p4nna
GitHub user p4nna opened a pull request: https://github.com/apache/flink/pull/3631 Imputer Provides an imputer method which adds missing values to a sparse DataSet of vectors. Those can be filled with the mean, the median or the most frequent value of each row or optionally column

  1   2   3   >