[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 *

[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

[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=15944889#comment-15944889 ] Fabian Hueske commented on FLINK-6203: -- Can you provide a more detailed description of the problem?

[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

[jira] [Commented] (FLINK-6192) reuse zookeeer client created by CuratorFramework

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

[GitHub] flink issue #3607: [FLINK-5654] - Add processing time OVER RANGE BETWEEN x P...

2017-03-28 Thread sunjincheng121
Github user sunjincheng121 commented on the issue: https://github.com/apache/flink/pull/3607 Hi @rtudoran I am a bit confused that why do we need to change so many files? Best, SunJincheng --- If your project is set up for it, you can reply to this email and have

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

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

[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

[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

[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=15944832#comment-15944832 ] ASF GitHub Bot commented on FLINK-6197: --- Github user kl0u commented on the issue:

[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

[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-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=15944847#comment-15944847 ] ASF GitHub Bot commented on FLINK-6197: --- Github user dawidwys commented on a diff in the pull

[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

[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 @@

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

2017-03-28 Thread Fabian Hueske (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-6204?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15945019#comment-15945019 ] Fabian Hueske commented on FLINK-6204: -- That's a good point @hongyuhong. AFAIK, timers are always

[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

[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=15945004#comment-15945004 ] ASF GitHub Bot commented on FLINK-5653: --- Github user stefanobortoli commented on a diff in the pull

[GitHub] flink issue #3574: [FLINK-5653] Add processing time OVER ROWS BETWEEN x PREC...

2017-03-28 Thread stefanobortoli
Github user stefanobortoli commented on the issue: https://github.com/apache/flink/pull/3574 @fhueske @sunjincheng121 @rtudoran I have just completed the implementation with the MapState, please have a look. --- If your project is set up for it, you can reply to this email and have

[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=15945013#comment-15945013 ] ASF GitHub Bot commented on FLINK-5653: --- Github user stefanobortoli commented on the issue:

[jira] [Commented] (FLINK-5982) Refactor AbstractInvokable and StatefulTask

2017-03-28 Thread Till Rohrmann (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-5982?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15945074#comment-15945074 ] Till Rohrmann commented on FLINK-5982: -- Alright, this sounds good to me :-) > Refactor

[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

[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=15944893#comment-15944893 ] ASF GitHub Bot commented on FLINK-6201: --- Github user shijinkui commented on the issue:

[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=15944909#comment-15944909 ] ASF GitHub Bot commented on FLINK-6157: --- Github user zentol commented on the issue:

[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=15944944#comment-15944944 ] ASF GitHub Bot commented on FLINK-6034: --- Github user shixiaogang 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

[jira] [Created] (FLINK-6205) Put late elements in side output.

2017-03-28 Thread Kostas Kloudas (JIRA)
Kostas Kloudas created FLINK-6205: - Summary: Put late elements in side output. Key: FLINK-6205 URL: https://issues.apache.org/jira/browse/FLINK-6205 Project: Flink Issue Type: Bug

[jira] [Updated] (FLINK-6205) Put late elements in side output.

2017-03-28 Thread Kostas Kloudas (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-6205?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kostas Kloudas updated FLINK-6205: -- Description: Currently the CEP library had a somehow fuzzy way to handle late events.

[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=15944863#comment-15944863 ] ASF GitHub Bot commented on FLINK-5998: --- Github user rmetzger commented on the issue:

[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

[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=15944892#comment-15944892 ] Kostas Kloudas commented on FLINK-4395: --- Hi [~ivan.mushketyk]! How are you? I think this issue is

[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

[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,

[GitHub] flink issue #3617: [FLINK-6192]reuse zookeeper client created by CuratorFram...

2017-03-28 Thread WangTaoTheTonic
Github user WangTaoTheTonic commented on the issue: https://github.com/apache/flink/pull/3617 Can you please review https://github.com/apache/flink/pull/3408, by the way? @tillrohrmann --- If your project is set up for it, you can reply to this email and have your reply appear on

[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=15944856#comment-15944856 ] Kostas Kloudas commented on FLINK-6069: --- Hi [~patricklx] , Currently the CEP library had a somehow

[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

[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=15944870#comment-15944870 ] Fabian Hueske commented on FLINK-6073: -- Hi [~rtudoran], the model stream/batch consistency model

[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=15944880#comment-15944880 ] ASF GitHub Bot commented on FLINK-5653: --- Github user fhueske commented on a diff in the pull

[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

[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

[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=15944908#comment-15944908 ] ASF GitHub Bot commented on FLINK-6204: --- GitHub user sunjincheng121 opened a pull request:

[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=15944911#comment-15944911 ] ASF GitHub Bot commented on FLINK-6201: --- Github user zentol commented on the issue:

[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=15944957#comment-15944957 ] radu commented on FLINK-6082: - Hi [~fhueske] thanks for the review. I agree with the modification proposal to

[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

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

2017-03-28 Thread Fabian Hueske (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-6082?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15945036#comment-15945036 ] Fabian Hueske commented on FLINK-6082: -- I think time-based local predicates (i.e., checking against a

[jira] [Commented] (FLINK-6192) reuse zookeeer client created by CuratorFramework

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

[GitHub] flink issue #3617: [FLINK-6192]reuse zookeeper client created by CuratorFram...

2017-03-28 Thread tillrohrmann
Github user tillrohrmann commented on the issue: https://github.com/apache/flink/pull/3617 Thanks @WangTaoTheTonic. --- 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

[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`

[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=15944998#comment-15944998 ] hongyuhong commented on FLINK-6204: --- I think the memory of 'sortedTimestamps' is the same as the memory

[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

[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=15944775#comment-15944775 ] ASF GitHub Bot commented on FLINK-6197: --- Github user kl0u commented on a diff in the pull request:

[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=15944776#comment-15944776 ] Xiaogang Shi commented on FLINK-6178: - [~tzulitai] Thanks a lot for your quick response. The changes

[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=15944805#comment-15944805 ] ASF GitHub Bot commented on FLINK-6197: --- Github user dawidwys commented on a diff in the pull

[jira] [Created] (FLINK-6202) YarnSessionCli couldn't submit jobs when using -z option

2017-03-28 Thread Syinchwun Leo (JIRA)
Syinchwun Leo created FLINK-6202: Summary: YarnSessionCli couldn't submit jobs when using -z option Key: FLINK-6202 URL: https://issues.apache.org/jira/browse/FLINK-6202 Project: Flink Issue

[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 @@

[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=15944702#comment-15944702 ] Anna Beer commented on FLINK-5785: -- 1: Thanks I added it to all 4 files 2: Thank you, didn't know that 3:

[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=15944703#comment-15944703 ] ASF GitHub Bot commented on FLINK-5658: --- Github user fhueske commented on a diff in the pull

[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 @@ +/* + *

[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

[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=15944735#comment-15944735 ] ASF GitHub Bot commented on FLINK-6197: --- Github user dawidwys commented on a diff in the pull

[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=15944738#comment-15944738 ] ASF GitHub Bot commented on FLINK-6197: --- Github user dawidwys commented on a diff in the pull

[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=15944734#comment-15944734 ] ASF GitHub Bot commented on FLINK-6197: --- Github user dawidwys commented on a diff in the pull

[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=15944737#comment-15944737 ] ASF GitHub Bot commented on FLINK-6197: --- Github user dawidwys commented on a diff in the pull

[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

[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

[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=15944736#comment-15944736 ] ASF GitHub Bot commented on FLINK-6197: --- Github user dawidwys commented on a diff in the pull

[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 <:

[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

[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

[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 <:

[GitHub] flink issue #3607: [FLINK-5654] - Add processing time OVER RANGE BETWEEN x P...

2017-03-28 Thread rtudoran
Github user rtudoran commented on the issue: https://github.com/apache/flink/pull/3607 @sunjincheng121 - Apperently there were many conflicts...most of them were stupid conflicts when git was trying to do the automatic merging. At least in 2 classes the methods you added and the

[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=15944645#comment-15944645 ] ASF GitHub Bot commented on FLINK-5998: --- Github user haohui commented on the issue:

[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

[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=15944673#comment-15944673 ] ASF GitHub Bot commented on FLINK-5655: --- GitHub user sunjincheng121 opened a pull request:

[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] [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=15944770#comment-15944770 ] ASF GitHub Bot commented on FLINK-6197: --- Github user kl0u commented on a diff in the pull request:

[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=15944816#comment-15944816 ] ASF GitHub Bot commented on FLINK-3871: --- Github user twalthr commented on the issue:

[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=15944817#comment-15944817 ] Chesnay Schepler commented on FLINK-5785: - Please remove all files that shouldn't be part of the

[GitHub] flink issue #3595: [FLINK-6162]Fix bug in ByteArrayOutputStreamWithPos#setPo...

2017-03-28 Thread wenlong88
Github user wenlong88 commented on the issue: https://github.com/apache/flink/pull/3595 hi, @StefanRRichter , I have add check in setPosition in ByteArrayInputSteamWithPos, there is no dependency on this method too, so I rename the method from setPos to setPosition for unifying.

[jira] [Commented] (FLINK-6162) Fix bug in ByteArrayOutputStreamWithPos#setPosition

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

[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=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

[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

[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=15944783#comment-15944783 ] ASF GitHub Bot commented on FLINK-6197: --- Github user kl0u commented on a diff in the pull request:

[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=15944781#comment-15944781 ] ASF GitHub Bot commented on FLINK-6197: --- Github user dawidwys commented on a diff in the pull

[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

[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 @@

[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=15944643#comment-15944643 ] ASF GitHub Bot commented on FLINK-6201: --- GitHub user shijinkui opened a pull request:

[GitHub] flink pull request #3628: [FLINK-6201][example] move python example files fr...

2017-03-28 Thread shijinkui
GitHub user shijinkui opened a pull request: https://github.com/apache/flink/pull/3628 [FLINK-6201][example] move python example files from resources to the examples Python example in the resource dir is not suitable. Move them to the examples/python dir. - [X] General

[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=15944671#comment-15944671 ] radu commented on FLINK-6073: - Hi [~fhueske], Thanks for the review. I agree that we should support the

[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

[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=15944785#comment-15944785 ] ASF GitHub Bot commented on FLINK-6197: --- Github user kl0u commented on a diff in the pull request:

[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=15944797#comment-15944797 ] ASF GitHub Bot commented on FLINK-6117: --- Github user gaqzcb commented on the issue:

[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

[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 --- @@

[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=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,

[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=15944850#comment-15944850 ] ASF GitHub Bot commented on FLINK-5653: --- Github user stefanobortoli commented on a diff in the pull

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

2017-03-28 Thread haohui
Github user haohui commented on the issue: https://github.com/apache/flink/pull/3604 @rmetzger -- thanks for the clarification. Do you think that it is sufficient to mark the dependency of `flink-shaded-hadoop2` as provided and produces a dedicated jar for it? --- If your project

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

  1   2   3   >