[jira] [Commented] (FLINK-6233) Support rowtime inner equi-join between two streams in the SQL API

2017-07-18 Thread hongyuhong (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-6233?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16092438#comment-16092438 ] hongyuhong commented on FLINK-6233: --- Hi [~fhueske], [~xccui] is now working on

[jira] [Assigned] (FLINK-6233) Support rowtime inner equi-join between two streams in the SQL API

2017-07-18 Thread hongyuhong (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-6233?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] hongyuhong reassigned FLINK-6233: - Assignee: Xingcan Cui (was: hongyuhong) > Support rowtime inner equi-join between two stre

[GitHub] flink issue #4324: [FLINK-6232] [table] Add processing time window inner joi...

2017-07-16 Thread hongyuhong
Github user hongyuhong commented on the issue: https://github.com/apache/flink/pull/4324 Hi @fhueske, sorry for the late feedback. The refactoring looks pretty great to me, i think it's good to be merged. The only thing i worry about is that there is no enough message for the us

[GitHub] flink pull request #4266: [FLINK-6232][Table&Sql] support proctime inner win...

2017-07-13 Thread hongyuhong
Github user hongyuhong closed the pull request at: https://github.com/apache/flink/pull/4266 --- 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

[GitHub] flink pull request #3715: [FLINK-6232][Table&SQL]Support proctime inner equi...

2017-07-13 Thread hongyuhong
Github user hongyuhong closed the pull request at: https://github.com/apache/flink/pull/3715 --- 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

[GitHub] flink pull request #3715: [FLINK-6232][Table&SQL]Support proctime inner equi...

2017-07-05 Thread hongyuhong
Github user hongyuhong commented on a diff in the pull request: https://github.com/apache/flink/pull/3715#discussion_r125807639 --- Diff: flink-libraries/flink-table/src/main/scala/org/apache/flink/table/plan/rules/datastream/DataStreamWindowJoinRule.scala --- @@ -20,28 +20,60

[GitHub] flink issue #3715: [FLINK-6232][Table&SQL]Support proctime inner equi-join b...

2017-07-05 Thread hongyuhong
Github user hongyuhong commented on the issue: https://github.com/apache/flink/pull/3715 Hi @fhueske, thanks for the reviewing, i have update the pr here for reviewing, and also create a new pr https://github.com/apache/flink/issues/4266 to merge the commit, once you finish reviewing

[GitHub] flink issue #4266: [FLINK-6232][Table&Sql] support proctime inner windowed s...

2017-07-05 Thread hongyuhong
Github user hongyuhong commented on the issue: https://github.com/apache/flink/pull/4266 Hi @wuchong, thanks for the reminding. There still have some modify in the new commit, so i want to reserve the older commit for easy reviewing, after the reviewing finish, i will close the pr

[GitHub] flink pull request #4266: [FLINK-6232][Table&Sql] support proctime inner win...

2017-07-05 Thread hongyuhong
GitHub user hongyuhong opened a pull request: https://github.com/apache/flink/pull/4266 [FLINK-6232][Table&Sql] support proctime inner windowed stream join Thanks for contributing to Apache Flink. Before you open your pull request, please take the following check list

[GitHub] flink issue #3715: [FLINK-6232][Table&SQL]Support proctime inner equi-join b...

2017-07-02 Thread hongyuhong
Github user hongyuhong commented on the issue: https://github.com/apache/flink/pull/3715 Hi @fhueske, sorry for late reply, i have update the pr. --- 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

[GitHub] flink pull request #3715: [FLINK-6232][Table&SQL]Support proctime inner equi...

2017-07-02 Thread hongyuhong
Github user hongyuhong commented on a diff in the pull request: https://github.com/apache/flink/pull/3715#discussion_r125205215 --- Diff: flink-libraries/flink-table/src/main/scala/org/apache/flink/table/runtime/join/JoinUtil.scala --- @@ -0,0 +1,385 @@ +/* + * Licensed

[GitHub] flink pull request #3715: [FLINK-6232][Table&SQL]Support proctime inner equi...

2017-07-02 Thread hongyuhong
Github user hongyuhong commented on a diff in the pull request: https://github.com/apache/flink/pull/3715#discussion_r125203460 --- Diff: flink-libraries/flink-table/src/test/scala/org/apache/flink/table/api/scala/stream/sql/JoinTest.scala --- @@ -0,0 +1,149

[GitHub] flink pull request #3715: [FLINK-6232][Table&SQL]Support proctime inner equi...

2017-07-02 Thread hongyuhong
Github user hongyuhong commented on a diff in the pull request: https://github.com/apache/flink/pull/3715#discussion_r125203253 --- Diff: flink-libraries/flink-table/src/main/scala/org/apache/flink/table/runtime/join/ProcTimeInnerJoin.scala --- @@ -0,0 +1,316

[GitHub] flink pull request #3715: [FLINK-6232][Table&SQL]Support proctime inner equi...

2017-07-02 Thread hongyuhong
Github user hongyuhong commented on a diff in the pull request: https://github.com/apache/flink/pull/3715#discussion_r125203271 --- Diff: flink-libraries/flink-table/src/main/scala/org/apache/flink/table/runtime/join/ProcTimeInnerJoin.scala --- @@ -0,0 +1,316

[GitHub] flink pull request #3715: [FLINK-6232][Table&SQL]Support proctime inner equi...

2017-07-02 Thread hongyuhong
Github user hongyuhong commented on a diff in the pull request: https://github.com/apache/flink/pull/3715#discussion_r125202985 --- Diff: flink-libraries/flink-table/src/main/scala/org/apache/flink/table/runtime/join/JoinUtil.scala --- @@ -0,0 +1,385 @@ +/* + * Licensed

[GitHub] flink pull request #3715: [FLINK-6232][Table&SQL]Support proctime inner equi...

2017-07-02 Thread hongyuhong
Github user hongyuhong commented on a diff in the pull request: https://github.com/apache/flink/pull/3715#discussion_r125202807 --- Diff: flink-libraries/flink-table/src/main/scala/org/apache/flink/table/runtime/join/JoinUtil.scala --- @@ -0,0 +1,385 @@ +/* + * Licensed

[jira] [Commented] (FLINK-6858) Unbounded event time Over Window emits incorrect timestamps

2017-06-06 Thread hongyuhong (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-6858?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16039959#comment-16039959 ] hongyuhong commented on FLINK-6858: --- Hi [~fhueske], the implemention of unbounded e

[GitHub] flink issue #3715: [FLINK-6232][Table&SQL]Support proctime inner equi-join b...

2017-06-01 Thread hongyuhong
Github user hongyuhong commented on the issue: https://github.com/apache/flink/pull/3715 Hi @rtudoran @fhueske, i have update the pr with the latest interface, thanks for the reviewing. Thanks very much. Yuhong --- If your project is set up for it, you can reply to this

[GitHub] flink issue #3715: [FLINK-6232][Table&SQL]Support proctime inner equi-join b...

2017-05-20 Thread hongyuhong
Github user hongyuhong commented on the issue: https://github.com/apache/flink/pull/3715 Hi @fhueske , i have update a version :). 1. As for how to specify the join case is a stream and stream join, currently i check through there exist time indicator but not exist such as tumble

[GitHub] flink pull request #3715: [FLINK-6232][Table&SQL]Support proctime inner equi...

2017-05-18 Thread hongyuhong
Github user hongyuhong commented on a diff in the pull request: https://github.com/apache/flink/pull/3715#discussion_r117176330 --- Diff: flink-libraries/flink-table/src/main/scala/org/apache/flink/table/plan/rules/datastream/DataStreamJoinRule.scala --- @@ -0,0 +1,69

[GitHub] flink pull request #3715: [FLINK-6232][Table&SQL]Support proctime inner equi...

2017-05-17 Thread hongyuhong
Github user hongyuhong commented on a diff in the pull request: https://github.com/apache/flink/pull/3715#discussion_r117170779 --- Diff: flink-libraries/flink-table/src/main/scala/org/apache/flink/table/runtime/join/JoinUtil.scala --- @@ -0,0 +1,488 @@ +/* + * Licensed

[GitHub] flink issue #3715: [FLINK-6232][Table&SQL]Support proctime inner equi-join b...

2017-05-15 Thread hongyuhong
Github user hongyuhong commented on the issue: https://github.com/apache/flink/pull/3715 Hi @fhueske, Thanks for your reminding, i'm sorry that i forgot to ping you. I thought a PR could have only one commit, so i squash them to one, i will notice that. Thanks very

[GitHub] flink pull request #3715: [FLINK-6232][Table&SQL]Support proctime inner equi...

2017-05-14 Thread hongyuhong
Github user hongyuhong commented on a diff in the pull request: https://github.com/apache/flink/pull/3715#discussion_r116416819 --- Diff: flink-libraries/flink-table/src/main/scala/org/apache/flink/table/runtime/join/ProcTimeInnerJoin.scala --- @@ -0,0 +1,323

[GitHub] flink issue #3715: [FLINK-6232][Table&SQL]Support proctime inner equi-join b...

2017-05-11 Thread hongyuhong
Github user hongyuhong commented on the issue: https://github.com/apache/flink/pull/3715 Hi @fhueske , Thanks very much for the review! I have update the pr use JoinFunction instead of FilterFunction, and i will add more test later. Thanks very much. Yuhong --- If your

[GitHub] flink pull request #3715: [FLINK-6232][Table&SQL]Support proctime inner equi...

2017-05-11 Thread hongyuhong
Github user hongyuhong commented on a diff in the pull request: https://github.com/apache/flink/pull/3715#discussion_r115919578 --- Diff: flink-libraries/flink-table/src/main/scala/org/apache/flink/table/runtime/join/ProcTimeInnerJoin.scala --- @@ -0,0 +1,323

[GitHub] flink pull request #3715: [FLINK-6232][Table&SQL]Support proctime inner equi...

2017-05-11 Thread hongyuhong
Github user hongyuhong commented on a diff in the pull request: https://github.com/apache/flink/pull/3715#discussion_r115919570 --- Diff: flink-libraries/flink-table/src/main/scala/org/apache/flink/table/runtime/join/ProcTimeInnerJoin.scala --- @@ -0,0 +1,323

[GitHub] flink pull request #3715: [FLINK-6232][Table&SQL]Support proctime inner equi...

2017-05-11 Thread hongyuhong
Github user hongyuhong commented on a diff in the pull request: https://github.com/apache/flink/pull/3715#discussion_r115919604 --- Diff: flink-libraries/flink-table/src/main/scala/org/apache/flink/table/runtime/join/ProcTimeInnerJoin.scala --- @@ -0,0 +1,323

[jira] [Commented] (FLINK-6232) Support proctime inner equi-join between two streams in the SQL API

2017-05-09 Thread hongyuhong (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-6232?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16003957#comment-16003957 ] hongyuhong commented on FLINK-6232: --- Hi [~fhueske], I have merge the flink-5884

[jira] [Commented] (FLINK-6232) Support proctime inner equi-join between two streams in the SQL API

2017-04-18 Thread hongyuhong (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-6232?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15973982#comment-15973982 ] hongyuhong commented on FLINK-6232: --- Hi [~fhueske] i have implement it use no

[GitHub] flink pull request #3732: [FLINK-6250] Distinct procTime with Rows boundarie...

2017-04-18 Thread hongyuhong
Github user hongyuhong commented on a diff in the pull request: https://github.com/apache/flink/pull/3732#discussion_r112103318 --- Diff: flink-libraries/flink-table/src/main/scala/org/apache/flink/table/runtime/aggregate/ProcTimeBoundedDistinctRowsOver.scala --- @@ -0,0 +1,238

[GitHub] flink pull request #3732: [FLINK-6250] Distinct procTime with Rows boundarie...

2017-04-18 Thread hongyuhong
Github user hongyuhong commented on a diff in the pull request: https://github.com/apache/flink/pull/3732#discussion_r112105029 --- Diff: flink-libraries/flink-table/src/main/scala/org/apache/flink/table/runtime/aggregate/ProcTimeBoundedDistinctRowsOver.scala --- @@ -0,0 +1,238

[GitHub] flink pull request #3732: [FLINK-6250] Distinct procTime with Rows boundarie...

2017-04-18 Thread hongyuhong
Github user hongyuhong commented on a diff in the pull request: https://github.com/apache/flink/pull/3732#discussion_r112105763 --- Diff: flink-libraries/flink-table/src/test/scala/org/apache/flink/table/api/scala/stream/sql/SqlITCase.scala --- @@ -1140,6 +1140,202 @@ class

[GitHub] flink pull request #3732: [FLINK-6250] Distinct procTime with Rows boundarie...

2017-04-18 Thread hongyuhong
Github user hongyuhong commented on a diff in the pull request: https://github.com/apache/flink/pull/3732#discussion_r112105507 --- Diff: flink-libraries/flink-table/src/main/scala/org/apache/flink/table/runtime/aggregate/ProcTimeBoundedDistinctRowsOver.scala --- @@ -0,0 +1,238

[GitHub] flink pull request #3715: [FLINK-6232][Table&SQL]Support proctime inner equi...

2017-04-12 Thread hongyuhong
GitHub user hongyuhong opened a pull request: https://github.com/apache/flink/pull/3715 [FLINK-6232][Table&SQL]Support proctime inner equi-join between two s… …treams in sql api Thanks for contributing to Apache Flink. Before you open your pull request, please take

[jira] [Commented] (FLINK-6232) Support proctime inner equi-join between two streams in the SQL API

2017-04-10 Thread hongyuhong (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-6232?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15962727#comment-15962727 ] hongyuhong commented on FLINK-6232: --- Hi [~fhueske], I have made a prelimi

[jira] [Commented] (FLINK-6233) Support rowtime inner equi-join between two streams in the SQL API

2017-04-07 Thread hongyuhong (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-6233?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15960505#comment-15960505 ] hongyuhong commented on FLINK-6233: --- Hi [~fhueske], the reason i think we need to

[jira] [Commented] (FLINK-6233) Support rowtime inner equi-join between two streams in the SQL API

2017-04-06 Thread hongyuhong (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-6233?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15960223#comment-15960223 ] hongyuhong commented on FLINK-6233: --- Hi [~fhueske], i would deal with the out-of-o

[jira] [Created] (FLINK-6233) Support rowtime inner equi-join between two streams in the SQL API

2017-03-31 Thread hongyuhong (JIRA)
hongyuhong created FLINK-6233: - Summary: Support rowtime inner equi-join between two streams in the SQL API Key: FLINK-6233 URL: https://issues.apache.org/jira/browse/FLINK-6233 Project: Flink

[jira] [Created] (FLINK-6232) Support proctime inner equi-join between two streams in the SQL API

2017-03-31 Thread hongyuhong (JIRA)
hongyuhong created FLINK-6232: - Summary: Support proctime inner equi-join between two streams in the SQL API Key: FLINK-6232 URL: https://issues.apache.org/jira/browse/FLINK-6232 Project: Flink

[jira] [Commented] (FLINK-5725) Support JOIN between two streams in the SQL API

2017-03-31 Thread hongyuhong (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-5725?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15950486#comment-15950486 ] hongyuhong commented on FLINK-5725: --- Hi [~fhueske], thanks for your feedback. I a

[GitHub] flink pull request #3649: [FLINK-6200][SQL] support unbounded event time ran...

2017-03-30 Thread hongyuhong
Github user hongyuhong commented on a diff in the pull request: https://github.com/apache/flink/pull/3649#discussion_r109072158 --- Diff: flink-libraries/flink-table/src/main/scala/org/apache/flink/table/runtime/aggregate/UnboundedEventTimeOverProcessFunction.scala --- @@ -204,21

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

2017-03-30 Thread hongyuhong (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-6200?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15948826#comment-15948826 ] hongyuhong commented on FLINK-6200: --- Hi [~sunjincheng121] thanks very much

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

2017-03-30 Thread hongyuhong (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-6204?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15948628#comment-15948628 ] hongyuhong commented on FLINK-6204: --- Hi [~fhueske], agree +1 > Improve Event-Ti

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

2017-03-30 Thread hongyuhong (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-6204?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15948570#comment-15948570 ] hongyuhong commented on FLINK-6204: --- Hi [~sunjincheng121], i agree with you tha

[GitHub] flink pull request #3649: [FLINK-6200][SQL] support unbounded event time ran...

2017-03-29 Thread hongyuhong
GitHub user hongyuhong opened a pull request: https://github.com/apache/flink/pull/3649 [FLINK-6200][SQL] support unbounded event time range window Thanks for contributing to Apache Flink. Before you open your pull request, please take the following check list into consideration

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

2017-03-29 Thread hongyuhong (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-6200?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15948273#comment-15948273 ] hongyuhong commented on FLINK-6200: --- Hi [~sunjincheng121] i have implemented it b

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

2017-03-28 Thread hongyuhong (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-6082?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15946417#comment-15946417 ] hongyuhong commented on FLINK-6082: --- Hi [~fhueske], i think what radu means about u

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

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

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

[GitHub] flink issue #3386: [FLINK-5658][table] support unbounded eventtime over wind...

2017-03-23 Thread hongyuhong
Github user hongyuhong commented on the issue: https://github.com/apache/flink/pull/3386 Thanks, @fhueske, i have fixed it. --- 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

[GitHub] flink issue #3386: [FLINK-5658][table] support unbounded eventtime over wind...

2017-03-23 Thread hongyuhong
Github user hongyuhong commented on the issue: https://github.com/apache/flink/pull/3386 Hi, @fhueske , i have updated the pr. Thanks very much. --- 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

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

2017-03-22 Thread hongyuhong
Github user hongyuhong commented on a diff in the pull request: https://github.com/apache/flink/pull/3386#discussion_r107597005 --- Diff: flink-libraries/flink-table/src/main/scala/org/apache/flink/table/runtime/aggregate/UnboundedEventTimeOverProcessFunction.scala --- @@ -0,0

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

2017-03-22 Thread hongyuhong
Github user hongyuhong commented on a diff in the pull request: https://github.com/apache/flink/pull/3386#discussion_r107584162 --- Diff: flink-libraries/flink-table/src/main/scala/org/apache/flink/table/runtime/aggregate/UnboundedEventTimeOverProcessFunction.scala --- @@ -0,0

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

2017-03-22 Thread hongyuhong
Github user hongyuhong commented on a diff in the pull request: https://github.com/apache/flink/pull/3386#discussion_r107583714 --- Diff: flink-libraries/flink-table/src/test/scala/org/apache/flink/table/api/scala/stream/sql/SqlITCase.scala --- @@ -317,4 +320,193 @@ class

[GitHub] flink issue #3386: [FLINK-5658][table] support unbounded eventtime over wind...

2017-03-21 Thread hongyuhong
Github user hongyuhong commented on the issue: https://github.com/apache/flink/pull/3386 Hi @fhueske , @shijinkui & @sunjincheng121 , i have updated the pr according to your advices. Thanks very much. --- If your project is set up for it, you can reply to this email and have

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

2017-03-17 Thread hongyuhong
Github user hongyuhong commented on a diff in the pull request: https://github.com/apache/flink/pull/3386#discussion_r106774581 --- Diff: flink-libraries/flink-table/src/main/scala/org/apache/flink/table/runtime/aggregate/UnboundedEventTimeOverProcessFunction.scala --- @@ -0,0

[GitHub] flink issue #3386: [FLINK-5658][table] support unbounded eventtime over wind...

2017-03-16 Thread hongyuhong
Github user hongyuhong commented on the issue: https://github.com/apache/flink/pull/3386 Hi @fhueske @sunjincheng121 @rtudoran @shijinkui , i have update the pr, hope you can take a look. Thanks advance. --- If your project is set up for it, you can reply to this email and have your

[GitHub] flink pull request #3550: [FLINK-5654] - Add processing time OVER RANGE BETW...

2017-03-16 Thread hongyuhong
Github user hongyuhong commented on a diff in the pull request: https://github.com/apache/flink/pull/3550#discussion_r106396314 --- Diff: flink-libraries/flink-table/src/main/scala/org/apache/flink/table/runtime/aggregate/DataStreamProcTimeAggregateGlobalWindowFunction.scala

[GitHub] flink pull request #3550: [FLINK-5654] - Add processing time OVER RANGE BETW...

2017-03-16 Thread hongyuhong
Github user hongyuhong commented on a diff in the pull request: https://github.com/apache/flink/pull/3550#discussion_r106395452 --- Diff: flink-libraries/flink-table/src/main/scala/org/apache/flink/table/plan/nodes/datastream/DataStreamOverAggregate.scala --- @@ -119,6 +154,64

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

2017-03-16 Thread hongyuhong
Github user hongyuhong commented on a diff in the pull request: https://github.com/apache/flink/pull/3386#discussion_r106373065 --- Diff: flink-libraries/flink-table/src/main/scala/org/apache/flink/table/runtime/aggregate/UnboundedEventTimeOverProcessFunction.scala --- @@ -0,0

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

2017-03-15 Thread hongyuhong
Github user hongyuhong commented on a diff in the pull request: https://github.com/apache/flink/pull/3386#discussion_r106324953 --- Diff: flink-libraries/flink-table/src/main/scala/org/apache/flink/table/runtime/aggregate/UnboundedEventTimeOverProcessFunction.scala --- @@ -0,0

[GitHub] flink issue #3386: [FLINK-5658][table] support unbounded eventtime over wind...

2017-03-12 Thread hongyuhong
Github user hongyuhong commented on the issue: https://github.com/apache/flink/pull/3386 Hi @sunjincheng121, thanks very much for your suggestion, i have update the pr. Best, Hongyuhong --- If your project is set up for it, you can reply to this email and have your

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

2017-03-09 Thread hongyuhong
Github user hongyuhong commented on a diff in the pull request: https://github.com/apache/flink/pull/3386#discussion_r105337481 --- Diff: flink-libraries/flink-table/src/main/scala/org/apache/flink/table/runtime/aggregate/UnboundedEventtimeOverProcessFunction.scala --- @@ -0,0

[GitHub] flink issue #3386: [FLINK-5658][table] support unbounded eventtime over wind...

2017-03-09 Thread hongyuhong
Github user hongyuhong commented on the issue: https://github.com/apache/flink/pull/3386 I have rebase and update the pr, appreciate if you can have a look. --- 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 #3175: [FLINK-5584]support sliding-count row-window on st...

2017-03-02 Thread hongyuhong
Github user hongyuhong closed the pull request at: https://github.com/apache/flink/pull/3175 --- 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

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

2017-03-01 Thread hongyuhong
Github user hongyuhong commented on a diff in the pull request: https://github.com/apache/flink/pull/3443#discussion_r103835080 --- Diff: flink-libraries/flink-table/src/main/java/org/apache/flink/table/plan/nodes/datastream/DataStreamProcTimeRowAggregate.java --- @@ -0,0 +1,160

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

2017-03-01 Thread hongyuhong
Github user hongyuhong commented on a diff in the pull request: https://github.com/apache/flink/pull/3443#discussion_r103835059 --- Diff: flink-libraries/flink-table/src/main/java/org/apache/flink/table/plan/logical/rel/util/WindowAggregateUtil.java --- @@ -0,0 +1,103

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

2017-03-01 Thread hongyuhong
Github user hongyuhong commented on a diff in the pull request: https://github.com/apache/flink/pull/3443#discussion_r103835113 --- Diff: flink-libraries/flink-table/src/test/java/org/apache/flink/table/api/java/stream/sql/ProcTimeRowStreamAggregationSqlITCase.java --- @@ -0,0

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

2017-03-01 Thread hongyuhong
Github user hongyuhong commented on a diff in the pull request: https://github.com/apache/flink/pull/3443#discussion_r103835088 --- Diff: flink-libraries/flink-table/src/main/java/org/apache/flink/table/plan/nodes/datastream/aggs/DoubleSummaryAggregation.java --- @@ -0,0 +1,214

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

2017-02-26 Thread hongyuhong
Github user hongyuhong commented on a diff in the pull request: https://github.com/apache/flink/pull/3386#discussion_r103125615 --- Diff: flink-libraries/flink-table/src/main/scala/org/apache/flink/table/plan/nodes/datastream/DataStreamSlideEventTimeRowAgg.scala --- @@ -0,0

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

2017-02-22 Thread hongyuhong
Github user hongyuhong commented on a diff in the pull request: https://github.com/apache/flink/pull/3386#discussion_r102652877 --- Diff: flink-libraries/flink-table/src/main/scala/org/apache/flink/table/runtime/aggregate/IncrementalAggregateReduceFunction.scala --- @@ -52,9

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

2017-02-22 Thread hongyuhong
Github user hongyuhong commented on a diff in the pull request: https://github.com/apache/flink/pull/3386#discussion_r102652936 --- Diff: flink-streaming-java/src/main/java/org/apache/flink/streaming/api/windowing/assigners/GlobalEventTimeRowWindowAssigner.java --- @@ -0,0 +1,113

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

2017-02-22 Thread hongyuhong
Github user hongyuhong commented on a diff in the pull request: https://github.com/apache/flink/pull/3386#discussion_r102652926 --- Diff: flink-libraries/flink-table/src/test/scala/org/apache/flink/table/api/scala/stream/sql/SqlITCase.scala --- @@ -171,4 +175,98 @@ class

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

2017-02-22 Thread hongyuhong
Github user hongyuhong commented on a diff in the pull request: https://github.com/apache/flink/pull/3386#discussion_r102652914 --- Diff: flink-libraries/flink-table/src/test/scala/org/apache/flink/table/api/scala/stream/sql/SqlITCase.scala --- @@ -171,4 +175,98 @@ class

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

2017-02-22 Thread hongyuhong
Github user hongyuhong commented on a diff in the pull request: https://github.com/apache/flink/pull/3386#discussion_r102650085 --- Diff: flink-libraries/flink-table/src/main/scala/org/apache/flink/table/plan/nodes/datastream/DataStreamSlideEventTimeRowAgg.scala --- @@ -0,0

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

2017-02-22 Thread hongyuhong
Github user hongyuhong commented on a diff in the pull request: https://github.com/apache/flink/pull/3386#discussion_r102649307 --- Diff: flink-libraries/flink-table/src/main/scala/org/apache/flink/table/plan/nodes/datastream/DataStreamSlideEventTimeRowAgg.scala --- @@ -0,0

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

2017-02-22 Thread hongyuhong
GitHub user hongyuhong opened a pull request: https://github.com/apache/flink/pull/3386 [FLINK-5658][table] support unbounded eventtime over window 1. Add LogicalOverWindow extends calcite Window with attribute isEventtime 2. Add LogicalWindowRule to convert calcite

[GitHub] flink issue #3175: [FLINK-5584]support sliding-count row-window on streaming...

2017-01-20 Thread hongyuhong
Github user hongyuhong commented on the issue: https://github.com/apache/flink/pull/3175 Hi, @wuchong, @sunjincheng121 , Thank you very much for correcting my mistake!I will study deeply and modify the code. The pr temporarily only consider the processing-time and preceding

[GitHub] flink pull request #3175: [FLINK-5584]support sliding-count row-window on st...

2017-01-19 Thread hongyuhong
GitHub user hongyuhong opened a pull request: https://github.com/apache/flink/pull/3175 [FLINK-5584]support sliding-count row-window on streaming sql Calcite has already support sliding-count row-window, the grammar look like: select sum(amount) over (rows 10 preceding) from