[GitHub] flink pull request #3284: [FLINK-1526] [Gelly] Add Minimum Spanning Tree lib...

2017-04-24 Thread xccui
Github user xccui closed the pull request at: https://github.com/apache/flink/pull/3284 --- 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 #3768: [FLINK-6368][table] Grouping keys in stream aggreg...

2017-04-25 Thread xccui
GitHub user xccui opened a pull request: https://github.com/apache/flink/pull/3768 [FLINK-6368][table] Grouping keys in stream aggregations have wrong order ​FLINK-5768 removed the `AggregateUtil.createPrepareMapFunction` stage, who maps all grouping keys to the first n fields of

[GitHub] flink pull request #3284: [FLINK-1526] [Gelly] Add Minimum Spanning Tree lib...

2017-02-09 Thread xccui
Github user xccui commented on a diff in the pull request: https://github.com/apache/flink/pull/3284#discussion_r100455274 --- Diff: docs/dev/libs/gelly/library_methods.md --- @@ -242,6 +242,28 @@ The algorithm takes a directed, vertex (and possibly edge) attributed graph as i

[GitHub] flink issue #3284: [FLINK-1526] [Gelly] Add Minimum Spanning Tree library me...

2017-02-21 Thread xccui
Github user xccui commented on the issue: https://github.com/apache/flink/pull/3284 With the present situation (for gelly), shall I close this 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 #3284: [FLINK-1526] [Gelly] Add Minimum Spanning Tree lib...

2017-02-07 Thread xccui
GitHub user xccui opened a pull request: https://github.com/apache/flink/pull/3284 [FLINK-1526] [Gelly] Add Minimum Spanning Tree library method Thanks for contributing to Apache Flink. Before you open your pull request, please take the following check list into consideration

[GitHub] flink issue #4625: [FLINK-6233] [table] Support time-bounded stream inner jo...

2017-09-12 Thread xccui
Github user xccui commented on the issue: https://github.com/apache/flink/pull/4625 Hi @fhueske, the PR has been updated. However, there are still some unfinished tasks, e.g., optimise the data caching and cleaning up policies and distinguish the `<` and `<=`signs. I want to

[GitHub] flink pull request #4625: [FLINK-6233] [table] Support time-bounded stream i...

2017-09-18 Thread xccui
Github user xccui commented on a diff in the pull request: https://github.com/apache/flink/pull/4625#discussion_r139585456 --- Diff: flink-libraries/flink-table/src/main/scala/org/apache/flink/table/runtime/join/ProcTimeBoundedStreamInnerJoin.scala --- @@ -0,0 +1,74

[GitHub] flink pull request #4625: [FLINK-6233] [table] Support time-bounded stream i...

2017-09-18 Thread xccui
Github user xccui commented on a diff in the pull request: https://github.com/apache/flink/pull/4625#discussion_r139591493 --- Diff: flink-libraries/flink-table/src/main/scala/org/apache/flink/table/runtime/join/RowTimeBoundedStreamInnerJoin.scala --- @@ -0,0 +1,83

[GitHub] flink pull request #4625: [FLINK-6233] [table] Support time-bounded stream i...

2017-09-19 Thread xccui
Github user xccui commented on a diff in the pull request: https://github.com/apache/flink/pull/4625#discussion_r139611419 --- Diff: flink-libraries/flink-table/src/main/scala/org/apache/flink/table/runtime/join/TimeBoundedStreamInnerJoin.scala --- @@ -131,340 +116,308 @@ class

[GitHub] flink pull request #4625: [FLINK-6233] [table] Support time-bounded stream i...

2017-09-19 Thread xccui
Github user xccui commented on a diff in the pull request: https://github.com/apache/flink/pull/4625#discussion_r139628583 --- Diff: flink-libraries/flink-table/src/main/scala/org/apache/flink/table/runtime/join/TimeBoundedStreamInnerJoin.scala --- @@ -131,340 +116,308 @@ class

[GitHub] flink pull request #4625: [FLINK-6233] [table] Support time-bounded stream i...

2017-09-19 Thread xccui
Github user xccui commented on a diff in the pull request: https://github.com/apache/flink/pull/4625#discussion_r139631978 --- Diff: flink-libraries/flink-table/src/main/scala/org/apache/flink/table/runtime/join/RowTimeBoundedStreamInnerJoin.scala --- @@ -0,0 +1,83

[GitHub] flink pull request #4625: [FLINK-6233] [table] Support time-bounded stream i...

2017-09-19 Thread xccui
Github user xccui commented on a diff in the pull request: https://github.com/apache/flink/pull/4625#discussion_r139633281 --- Diff: flink-libraries/flink-table/src/main/scala/org/apache/flink/table/runtime/join/TimeBoundedStreamInnerJoin.scala --- @@ -131,340 +116,308 @@ class

[GitHub] flink pull request #4625: [FLINK-6233] [table] Support time-bounded stream i...

2017-09-19 Thread xccui
Github user xccui commented on a diff in the pull request: https://github.com/apache/flink/pull/4625#discussion_r139849018 --- Diff: flink-libraries/flink-table/src/main/scala/org/apache/flink/table/runtime/join/RowTimeBoundedStreamInnerJoin.scala --- @@ -0,0 +1,83

[GitHub] flink pull request #4625: [FLINK-6233] [table] Support time-bounded stream i...

2017-09-20 Thread xccui
Github user xccui commented on a diff in the pull request: https://github.com/apache/flink/pull/4625#discussion_r139983961 --- Diff: flink-libraries/flink-table/src/main/scala/org/apache/flink/table/runtime/join/TimeBoundedStreamInnerJoin.scala --- @@ -131,340 +116,308 @@ class

[GitHub] flink pull request #4625: [FLINK-6233] [table] Support time-bounded stream i...

2017-09-20 Thread xccui
Github user xccui commented on a diff in the pull request: https://github.com/apache/flink/pull/4625#discussion_r139986193 --- Diff: flink-libraries/flink-table/src/test/scala/org/apache/flink/table/runtime/harness/JoinHarnessTest.scala --- @@ -383,13 +384,158 @@ class

[GitHub] flink pull request #4625: [FLINK-6233] [table] Support time-bounded stream i...

2017-09-21 Thread xccui
Github user xccui commented on a diff in the pull request: https://github.com/apache/flink/pull/4625#discussion_r140251765 --- Diff: flink-libraries/flink-table/src/main/scala/org/apache/flink/table/runtime/join/TimeBoundedStreamInnerJoin.scala --- @@ -131,340 +116,308 @@ class

[GitHub] flink pull request #4625: [FLINK-6233] [table] Support time-bounded stream i...

2017-09-21 Thread xccui
Github user xccui commented on a diff in the pull request: https://github.com/apache/flink/pull/4625#discussion_r140255052 --- Diff: flink-libraries/flink-table/src/main/scala/org/apache/flink/table/runtime/join/TimeBoundedStreamInnerJoin.scala --- @@ -0,0 +1,442

[GitHub] flink pull request #4625: [FLINK-6233] [table] Support time-bounded stream i...

2017-09-21 Thread xccui
Github user xccui commented on a diff in the pull request: https://github.com/apache/flink/pull/4625#discussion_r140266297 --- Diff: flink-libraries/flink-table/src/main/scala/org/apache/flink/table/runtime/join/TimeBoundedStreamInnerJoin.scala --- @@ -131,340 +116,308 @@ class

[GitHub] flink pull request #4625: [FLINK-6233] [table] Support time-bounded stream i...

2017-09-23 Thread xccui
Github user xccui commented on a diff in the pull request: https://github.com/apache/flink/pull/4625#discussion_r140645274 --- Diff: flink-libraries/flink-table/src/main/scala/org/apache/flink/table/runtime/join/TimeBoundedStreamInnerJoin.scala --- @@ -131,340 +116,308 @@ class

[GitHub] flink issue #4625: [FLINK-6233] [table] Support time-bounded stream inner jo...

2017-09-24 Thread xccui
Github user xccui commented on the issue: https://github.com/apache/flink/pull/4625 Hi @fhueske, the PR has been updated. Temporarily, I keep the logic for dealing with the late data, as well as the fine-grained cache. For the late data semantics problem, I think we need to

[GitHub] flink pull request #4625: [FLINK-6233] [table] Support time-bounded stream i...

2017-09-29 Thread xccui
Github user xccui commented on a diff in the pull request: https://github.com/apache/flink/pull/4625#discussion_r141993041 --- Diff: flink-libraries/flink-table/src/main/scala/org/apache/flink/table/runtime/join/TimeBoundedStreamInnerJoin.scala --- @@ -131,340 +116,308 @@ class

[GitHub] flink pull request #4625: [FLINK-6233] [table] Support time-bounded stream i...

2017-10-05 Thread xccui
Github user xccui commented on a diff in the pull request: https://github.com/apache/flink/pull/4625#discussion_r142891284 --- Diff: flink-libraries/flink-table/src/main/scala/org/apache/flink/table/runtime/join/TimeBoundedStreamInnerJoin.scala --- @@ -0,0 +1,410

[GitHub] flink pull request #4625: [FLINK-6233] [table] Support time-bounded stream i...

2017-10-06 Thread xccui
Github user xccui commented on a diff in the pull request: https://github.com/apache/flink/pull/4625#discussion_r143208392 --- Diff: flink-libraries/flink-table/src/main/scala/org/apache/flink/table/runtime/join/TimeBoundedStreamInnerJoin.scala --- @@ -0,0 +1,410

[GitHub] flink pull request #4625: [FLINK-6233] [table] Support time-bounded stream i...

2017-10-06 Thread xccui
Github user xccui commented on a diff in the pull request: https://github.com/apache/flink/pull/4625#discussion_r143211000 --- Diff: flink-libraries/flink-table/src/main/scala/org/apache/flink/table/runtime/join/TimeBoundedStreamInnerJoin.scala --- @@ -0,0 +1,410

[GitHub] flink pull request #4625: [FLINK-6233] [table] Support time-bounded stream i...

2017-10-06 Thread xccui
Github user xccui commented on a diff in the pull request: https://github.com/apache/flink/pull/4625#discussion_r143222605 --- Diff: flink-libraries/flink-table/src/main/scala/org/apache/flink/table/plan/nodes/datastream/DataStreamWindowJoin.scala --- @@ -184,4 +229,50 @@ class

[GitHub] flink pull request #4625: [FLINK-6233] [table] Support time-bounded stream i...

2017-10-06 Thread xccui
Github user xccui commented on a diff in the pull request: https://github.com/apache/flink/pull/4625#discussion_r143231150 --- Diff: flink-libraries/flink-table/src/test/scala/org/apache/flink/table/runtime/stream/sql/JoinITCase.scala --- @@ -102,5 +117,154 @@ class JoinITCase

[GitHub] flink pull request #4625: [FLINK-6233] [table] Support time-bounded stream i...

2017-10-08 Thread xccui
Github user xccui commented on a diff in the pull request: https://github.com/apache/flink/pull/4625#discussion_r143357544 --- Diff: flink-libraries/flink-table/src/test/scala/org/apache/flink/table/runtime/stream/sql/JoinITCase.scala --- @@ -102,5 +117,154 @@ class JoinITCase

[GitHub] flink pull request #4625: [FLINK-6233] [table] Support time-bounded stream i...

2017-10-09 Thread xccui
Github user xccui commented on a diff in the pull request: https://github.com/apache/flink/pull/4625#discussion_r143412087 --- Diff: flink-libraries/flink-table/src/main/scala/org/apache/flink/table/runtime/join/TimeBoundedStreamInnerJoin.scala --- @@ -0,0 +1,410

[GitHub] flink pull request #4625: [FLINK-6233] [table] Support time-bounded stream i...

2017-10-09 Thread xccui
Github user xccui commented on a diff in the pull request: https://github.com/apache/flink/pull/4625#discussion_r143445293 --- Diff: flink-libraries/flink-table/src/main/scala/org/apache/flink/table/runtime/join/TimeBoundedStreamInnerJoin.scala --- @@ -0,0 +1,410

[GitHub] flink pull request #4625: [FLINK-6233] [table] Support time-bounded stream i...

2017-10-09 Thread xccui
Github user xccui commented on a diff in the pull request: https://github.com/apache/flink/pull/4625#discussion_r143448956 --- Diff: flink-libraries/flink-table/src/main/scala/org/apache/flink/table/runtime/join/TimeBoundedStreamInnerJoin.scala --- @@ -0,0 +1,410

[GitHub] flink pull request #4625: [FLINK-6233] [table] Support time-bounded stream i...

2017-10-09 Thread xccui
Github user xccui commented on a diff in the pull request: https://github.com/apache/flink/pull/4625#discussion_r143487841 --- Diff: flink-libraries/flink-table/src/main/scala/org/apache/flink/table/runtime/join/TimeBoundedStreamInnerJoin.scala --- @@ -0,0 +1,410

[GitHub] flink issue #4625: [FLINK-6233] [table] Support time-bounded stream inner jo...

2017-10-10 Thread xccui
Github user xccui commented on the issue: https://github.com/apache/flink/pull/4625 Hi @fhueske, I really appreciate for your guidance with great care. Hopefully this prolonged work do not affect the schedule. I'll keep working on the follow-up issues. ---

[GitHub] flink pull request #4790: [FLINK-7764] [kafka] Enable the operator settings ...

2017-10-10 Thread xccui
GitHub user xccui opened a pull request: https://github.com/apache/flink/pull/4790 [FLINK-7764] [kafka] Enable the operator settings for FlinkKafkaProducer010 ## What is the purpose of the change This PR fixes the operator setting (name, uid, parallelism, etc.) problem of

[GitHub] flink issue #4790: [FLINK-7764] [kafka] Enable the operator settings for Fli...

2017-10-11 Thread xccui
Github user xccui commented on the issue: https://github.com/apache/flink/pull/4790 Thanks for the review @StephanEwen and @aljoscha. I'd like to fix this thoroughly. However, I don't have much experience working on other branches. Shall I checkout the `release-1.3` branc

[GitHub] flink pull request #4804: [hotfix] [kafka] Fix the config parameter names in...

2017-10-11 Thread xccui
GitHub user xccui opened a pull request: https://github.com/apache/flink/pull/4804 [hotfix] [kafka] Fix the config parameter names in KafkaTestBase ## What is the purpose of the change Fix the erroneous config parameter names in KafkaTestBase. ## Brief change

[GitHub] flink pull request #4804: [hotfix] [kafka] Fix the config parameter names in...

2017-10-12 Thread xccui
Github user xccui closed the pull request at: https://github.com/apache/flink/pull/4804 ---

[GitHub] flink pull request #4819: [FLINK-7764] [kafka] Fix the operator setting prob...

2017-10-12 Thread xccui
GitHub user xccui opened a pull request: https://github.com/apache/flink/pull/4819 [FLINK-7764] [kafka] Fix the operator setting problem of FlinkKafkaProducer010(1.3) ## What is the purpose of the change This PR fixes the operator setting (name, uid, parallelism, etc

[GitHub] flink issue #4790: [FLINK-7764] [kafka] Enable the operator settings for Fli...

2017-10-12 Thread xccui
Github user xccui commented on the issue: https://github.com/apache/flink/pull/4790 Hi @aljoscha, I've created another PR #4819 for the `release-1.3` branch. ---

[GitHub] flink pull request #4825: [FLINK-7798] [table] Add support for stream window...

2017-10-13 Thread xccui
GitHub user xccui opened a pull request: https://github.com/apache/flink/pull/4825 [FLINK-7798] [table] Add support for stream windowed inner joins to Table API ## What is the purpose of the change The PR enables the time-windowed inner join for

[GitHub] flink pull request #4825: [FLINK-7798] [table] Add support for stream window...

2017-10-14 Thread xccui
Github user xccui commented on a diff in the pull request: https://github.com/apache/flink/pull/4825#discussion_r144688279 --- Diff: flink-libraries/flink-table/src/test/scala/org/apache/flink/table/runtime/stream/table/JoinITCase.scala --- @@ -0,0 +1,114

[GitHub] flink pull request #4825: [FLINK-7798] [table] Add support for stream window...

2017-10-14 Thread xccui
Github user xccui commented on a diff in the pull request: https://github.com/apache/flink/pull/4825#discussion_r144688874 --- Diff: docs/dev/table/tableApi.md --- @@ -498,6 +499,23 @@ Table left = tableEnv.fromDataSet(ds1, "a, b, c"); Table right = tableEnv.fromD

[GitHub] flink pull request #4830: [FLINK-7730] [table] Restrict the predicates of ta...

2017-10-16 Thread xccui
GitHub user xccui opened a pull request: https://github.com/apache/flink/pull/4830 [FLINK-7730] [table] Restrict the predicates of table function left outer join ## What is the purpose of the change The PR aims to temporarily cover up the table function left outer join

[GitHub] flink pull request #4830: [FLINK-7730] [table] Restrict the predicates of ta...

2017-10-16 Thread xccui
Github user xccui commented on a diff in the pull request: https://github.com/apache/flink/pull/4830#discussion_r144815350 --- Diff: flink-libraries/flink-table/src/test/scala/org/apache/flink/table/api/batch/table/CorrelateTest.scala --- @@ -98,4 +103,17 @@ class CorrelateTest

[GitHub] flink pull request #4830: [FLINK-7730] [table] Restrict the predicates of ta...

2017-10-16 Thread xccui
Github user xccui closed the pull request at: https://github.com/apache/flink/pull/4830 ---

[GitHub] flink issue #4830: [FLINK-7730] [table] Restrict the predicates of table fun...

2017-10-16 Thread xccui
Github user xccui commented on the issue: https://github.com/apache/flink/pull/4830 @fhueske, I'll separate this PR into sub ones. ---

[GitHub] flink pull request #4842: [FLINK-7853] [table] Reject table function outer j...

2017-10-16 Thread xccui
GitHub user xccui opened a pull request: https://github.com/apache/flink/pull/4842 [FLINK-7853] [table] Reject table function outer joins with predicates in table API # What is the purpose of the change Due to CALCITE-2004, this PR aims to temporarily restrict the

[GitHub] flink pull request #4846: [FLINK-7854] [table] Reject lateral table outer jo...

2017-10-17 Thread xccui
GitHub user xccui opened a pull request: https://github.com/apache/flink/pull/4846 [FLINK-7854] [table] Reject lateral table outer joins with predicates in SQL ## What is the purpose of the change Due to CALCITE-2004, this PR aims to temporarily restrict the predicates for

[GitHub] flink pull request #4842: [FLINK-7853] [table] Reject table function outer j...

2017-10-17 Thread xccui
Github user xccui commented on a diff in the pull request: https://github.com/apache/flink/pull/4842#discussion_r145298482 --- Diff: flink-libraries/flink-table/src/test/scala/org/apache/flink/table/runtime/batch/table/CorrelateITCase.scala --- @@ -82,6 +82,42 @@ class

[GitHub] flink pull request #4842: [FLINK-7853] [table] Reject table function outer j...

2017-10-17 Thread xccui
Github user xccui commented on a diff in the pull request: https://github.com/apache/flink/pull/4842#discussion_r145299001 --- Diff: flink-libraries/flink-table/src/test/scala/org/apache/flink/table/runtime/stream/table/CorrelateITCase.scala --- @@ -82,6 +82,45 @@ class

[GitHub] flink issue #4842: [FLINK-7853] [table] Reject table function outer joins wi...

2017-10-18 Thread xccui
Github user xccui commented on the issue: https://github.com/apache/flink/pull/4842 Thanks for the review, @fhueske. I've updated the code and create a JIRA FLINK-7865 to track the resolving process of CALCITE-2004. ---

[GitHub] flink issue #4846: [FLINK-7854] [table] Reject lateral table outer joins wit...

2017-10-19 Thread xccui
Github user xccui commented on the issue: https://github.com/apache/flink/pull/4846 Hi @fhueske. I am working on it now. ---

[GitHub] flink pull request #4846: [FLINK-7854] [table] Reject lateral table outer jo...

2017-10-19 Thread xccui
Github user xccui commented on a diff in the pull request: https://github.com/apache/flink/pull/4846#discussion_r145650965 --- Diff: flink-libraries/flink-table/src/main/scala/org/apache/flink/table/calcite/FlinkCalciteSqlValidator.scala --- @@ -48,4 +49,19 @@ class

[GitHub] flink issue #4846: [FLINK-7854] [table] Reject lateral table outer joins wit...

2017-10-19 Thread xccui
Github user xccui commented on the issue: https://github.com/apache/flink/pull/4846 Hi @fhueske, the PR has been updated. ---

[GitHub] flink pull request #4858: [FLINK-7755] [table] Fix NULL handling in batch jo...

2017-10-20 Thread xccui
Github user xccui commented on a diff in the pull request: https://github.com/apache/flink/pull/4858#discussion_r145863708 --- Diff: flink-libraries/flink-table/src/main/scala/org/apache/flink/table/plan/rules/dataSet/DataSetJoinRule.scala --- @@ -41,8 +41,7 @@ class

[GitHub] flink pull request #4858: [FLINK-7755] [table] Fix NULL handling in batch jo...

2017-10-20 Thread xccui
Github user xccui commented on a diff in the pull request: https://github.com/apache/flink/pull/4858#discussion_r145938918 --- Diff: flink-libraries/flink-table/src/main/scala/org/apache/flink/table/plan/nodes/dataset/DataSetJoin.scala --- @@ -156,65 +163,394 @@ class DataSetJoin

[GitHub] flink pull request #4858: [FLINK-7755] [table] Fix NULL handling in batch jo...

2017-10-20 Thread xccui
Github user xccui commented on a diff in the pull request: https://github.com/apache/flink/pull/4858#discussion_r145938669 --- Diff: flink-libraries/flink-table/src/main/scala/org/apache/flink/table/plan/nodes/dataset/DataSetJoin.scala --- @@ -156,65 +163,394 @@ class DataSetJoin

[GitHub] flink pull request #4858: [FLINK-7755] [table] Fix NULL handling in batch jo...

2017-10-20 Thread xccui
Github user xccui commented on a diff in the pull request: https://github.com/apache/flink/pull/4858#discussion_r145863086 --- Diff: flink-libraries/flink-table/src/main/scala/org/apache/flink/table/plan/nodes/logical/FlinkLogicalJoin.scala --- @@ -97,8 +97,7 @@ private class

[GitHub] flink pull request #4874: [hotfix] [docs] Update the description of time-win...

2017-10-20 Thread xccui
GitHub user xccui opened a pull request: https://github.com/apache/flink/pull/4874 [hotfix] [docs] Update the description of time-windowed join for SQL doc ## What is the purpose of the change This PR updates the description of time-windowed join in the SQL doc page

[GitHub] flink issue #4874: [hotfix] [docs] Update the description of time-windowed j...

2017-10-20 Thread xccui
Github user xccui commented on the issue: https://github.com/apache/flink/pull/4874 Thanks for reviewing this @fhueske. I've updated the doc. Thanks, Xingcan ---

[GitHub] flink pull request #4471: [FLINK-6094] [table] Implement stream-stream proct...

2017-10-21 Thread xccui
Github user xccui commented on a diff in the pull request: https://github.com/apache/flink/pull/4471#discussion_r146104726 --- Diff: flink-libraries/flink-table/src/main/scala/org/apache/flink/table/plan/util/UpdatingPlanChecker.scala --- @@ -56,16 +58,20 @@ object

[GitHub] flink pull request #4471: [FLINK-6094] [table] Implement stream-stream proct...

2017-10-21 Thread xccui
Github user xccui commented on a diff in the pull request: https://github.com/apache/flink/pull/4471#discussion_r146104539 --- Diff: flink-libraries/flink-table/src/main/scala/org/apache/flink/table/plan/rules/datastream/DataStreamJoinRule.scala --- @@ -0,0 +1,112

[GitHub] flink pull request #4530: [FLINK-7245] [stream] Support holding back waterma...

2017-08-11 Thread xccui
GitHub user xccui opened a pull request: https://github.com/apache/flink/pull/4530 [FLINK-7245] [stream] Support holding back watermarks with static delays ## What is the purpose of the change *This pull request aims to allow the operators to support holding back

[GitHub] flink pull request #4532: [FLINK-7337] [table] Refactor internal handling of...

2017-08-12 Thread xccui
Github user xccui commented on a diff in the pull request: https://github.com/apache/flink/pull/4532#discussion_r132817252 --- Diff: flink-libraries/flink-table/src/main/scala/org/apache/flink/table/api/StreamTableEnvironment.scala --- @@ -667,30 +719,62 @@ abstract class

[GitHub] flink pull request #4532: [FLINK-7337] [table] Refactor internal handling of...

2017-08-12 Thread xccui
Github user xccui commented on a diff in the pull request: https://github.com/apache/flink/pull/4532#discussion_r132820853 --- Diff: flink-libraries/flink-table/src/main/scala/org/apache/flink/table/api/StreamTableEnvironment.scala --- @@ -667,30 +719,62 @@ abstract class

[GitHub] flink pull request #4532: [FLINK-7337] [table] Refactor internal handling of...

2017-08-12 Thread xccui
Github user xccui commented on a diff in the pull request: https://github.com/apache/flink/pull/4532#discussion_r132833668 --- Diff: flink-libraries/flink-table/src/main/scala/org/apache/flink/table/runtime/OutputRowtimeProcessFunction.scala --- @@ -0,0 +1,62

[GitHub] flink pull request #4532: [FLINK-7337] [table] Refactor internal handling of...

2017-08-13 Thread xccui
Github user xccui commented on a diff in the pull request: https://github.com/apache/flink/pull/4532#discussion_r132842811 --- Diff: flink-libraries/flink-table/src/main/scala/org/apache/flink/table/api/TableEnvironment.scala --- @@ -719,33 +715,47 @@ abstract class

[GitHub] flink issue #4530: [FLINK-7245] [stream] Support holding back watermarks wit...

2017-08-14 Thread xccui
Github user xccui commented on the issue: https://github.com/apache/flink/pull/4530 Thanks for the suggestion, @aljoscha. Do you think it's appropriate to add a new package `org.apache.flink.table.runtime.operator`? --- If your project is set up for it, you can reply to this

[GitHub] flink issue #4530: [FLINK-7245] [stream] Support holding back watermarks wit...

2017-08-14 Thread xccui
Github user xccui commented on the issue: https://github.com/apache/flink/pull/4530 @fhueske Yes, the plural is better. I should have noticed that before. This PR is updated with the new package name and an extra delay parameter added to the co-operator. --- If your project is

[GitHub] flink issue #4530: [FLINK-7245] [stream] Support holding back watermarks wit...

2017-08-17 Thread xccui
Github user xccui commented on the issue: https://github.com/apache/flink/pull/4530 Thanks for the comments @fhueske. I will pay more attention to the coding style. Actually, there are many ways to implement this feature. At first, I planed to override the `processWatermark

[GitHub] flink issue #4530: [FLINK-7245] [stream] Support holding back watermarks wit...

2017-08-18 Thread xccui
Github user xccui commented on the issue: https://github.com/apache/flink/pull/4530 Thanks for the comment, @aljoscha. IMO, making the `timeServiceManager` protected indeed will minimise the impact on `AbstractStreamOperator`, while that may introduce duplicated codes in the

[GitHub] flink issue #4530: [FLINK-7245] [stream] Support holding back watermarks wit...

2017-08-29 Thread xccui
Github user xccui commented on the issue: https://github.com/apache/flink/pull/4530 I totally understand the choice, @fhueske 😄 Thanks for the refactoring. --- 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

[GitHub] flink pull request #4625: [FLINK-6233] [table] Support time-bounded stream i...

2017-08-30 Thread xccui
GitHub user xccui opened a pull request: https://github.com/apache/flink/pull/4625 [FLINK-6233] [table] Support time-bounded stream inner join in the SQL API ## What is the purpose of the change This PR aims add an implementation of the time-bounded stream inner join for

[GitHub] flink pull request #4633: [FLINK-7564] [table] Fix Watermark semantics in Ro...

2017-09-01 Thread xccui
GitHub user xccui opened a pull request: https://github.com/apache/flink/pull/4633 [FLINK-7564] [table] Fix Watermark semantics in RowTimeUnboundedOver ## What is the purpose of the change This PR aims to fix the watermark boundary check problem (mentioned in [this thread

[GitHub] flink issue #4633: [FLINK-7564] [table] Fix Watermark semantics in RowTimeUn...

2017-09-05 Thread xccui
Github user xccui commented on the issue: https://github.com/apache/flink/pull/4633 Thanks for the review, @fhueske. I tried to consolidate the logics for proctime and rowtime watermark processing, but failed. That's because when using proctime, the "watermark" (n

[GitHub] flink issue #4633: [FLINK-7564] [table] Fix Watermark semantics in RowTimeUn...

2017-09-05 Thread xccui
Github user xccui commented on the issue: https://github.com/apache/flink/pull/4633 I see. Thanks :-) ---

[GitHub] flink issue #4625: [FLINK-6233] [table] Support time-bounded stream inner jo...

2017-09-05 Thread xccui
Github user xccui commented on the issue: https://github.com/apache/flink/pull/4625 Thanks for the review, @fhueske. This PR is a little rough when I committed. I'll address your comments and submit a refined version as soon as possible. Best, Xingcan ---

[GitHub] flink pull request #4625: [FLINK-6233] [table] Support time-bounded stream i...

2017-09-05 Thread xccui
Github user xccui commented on a diff in the pull request: https://github.com/apache/flink/pull/4625#discussion_r137137915 --- Diff: flink-libraries/flink-table/src/main/scala/org/apache/flink/table/plan/rules/datastream/DataStreamWindowJoinRule.scala --- @@ -55,8 +55,10 @@ class

[GitHub] flink pull request #4625: [FLINK-6233] [table] Support time-bounded stream i...

2017-09-05 Thread xccui
Github user xccui commented on a diff in the pull request: https://github.com/apache/flink/pull/4625#discussion_r137144634 --- Diff: flink-libraries/flink-table/src/main/scala/org/apache/flink/table/plan/nodes/datastream/DataStreamWindowJoin.scala --- @@ -184,4 +195,54 @@ class

[GitHub] flink pull request #4625: [FLINK-6233] [table] Support time-bounded stream i...

2017-09-05 Thread xccui
Github user xccui commented on a diff in the pull request: https://github.com/apache/flink/pull/4625#discussion_r137146303 --- Diff: flink-libraries/flink-table/src/main/scala/org/apache/flink/table/plan/nodes/datastream/DataStreamWindowJoin.scala --- @@ -184,4 +195,54 @@ class

[GitHub] flink pull request #4625: [FLINK-6233] [table] Support time-bounded stream i...

2017-09-05 Thread xccui
Github user xccui commented on a diff in the pull request: https://github.com/apache/flink/pull/4625#discussion_r137150128 --- Diff: flink-libraries/flink-table/src/main/scala/org/apache/flink/table/runtime/join/WindowJoinUtil.scala --- @@ -115,10 +118,15 @@ object WindowJoinUtil

[GitHub] flink pull request #4625: [FLINK-6233] [table] Support time-bounded stream i...

2017-09-05 Thread xccui
Github user xccui commented on a diff in the pull request: https://github.com/apache/flink/pull/4625#discussion_r137158818 --- Diff: flink-libraries/flink-table/src/main/scala/org/apache/flink/table/runtime/join/TimeBoundedStreamInnerJoin.scala --- @@ -0,0 +1,533

[GitHub] flink pull request #4625: [FLINK-6233] [table] Support time-bounded stream i...

2017-09-05 Thread xccui
Github user xccui commented on a diff in the pull request: https://github.com/apache/flink/pull/4625#discussion_r137163327 --- Diff: flink-libraries/flink-table/src/main/scala/org/apache/flink/table/runtime/join/TimeBoundedStreamInnerJoin.scala --- @@ -0,0 +1,533

[GitHub] flink pull request #4625: [FLINK-6233] [table] Support time-bounded stream i...

2017-09-05 Thread xccui
Github user xccui commented on a diff in the pull request: https://github.com/apache/flink/pull/4625#discussion_r137168799 --- Diff: flink-libraries/flink-table/src/main/scala/org/apache/flink/table/runtime/join/TimeBoundedStreamInnerJoin.scala --- @@ -0,0 +1,533

[GitHub] flink pull request #4625: [FLINK-6233] [table] Support time-bounded stream i...

2017-09-06 Thread xccui
Github user xccui commented on a diff in the pull request: https://github.com/apache/flink/pull/4625#discussion_r137201317 --- Diff: flink-libraries/flink-table/src/main/scala/org/apache/flink/table/runtime/join/TimeBoundedStreamInnerJoin.scala --- @@ -0,0 +1,533

[GitHub] flink pull request #4625: [FLINK-6233] [table] Support time-bounded stream i...

2017-09-06 Thread xccui
Github user xccui commented on a diff in the pull request: https://github.com/apache/flink/pull/4625#discussion_r137205581 --- Diff: flink-libraries/flink-table/src/main/scala/org/apache/flink/table/runtime/join/TimeBoundedStreamInnerJoin.scala --- @@ -0,0 +1,533

[GitHub] flink pull request #4625: [FLINK-6233] [table] Support time-bounded stream i...

2017-09-06 Thread xccui
Github user xccui commented on a diff in the pull request: https://github.com/apache/flink/pull/4625#discussion_r137272749 --- Diff: flink-libraries/flink-table/src/main/scala/org/apache/flink/table/runtime/join/TimeBoundedStreamInnerJoin.scala --- @@ -0,0 +1,533

[GitHub] flink pull request #4471: [FLINK-6094] [table] Implement stream-stream proct...

2017-10-21 Thread xccui
Github user xccui commented on a diff in the pull request: https://github.com/apache/flink/pull/4471#discussion_r146105104 --- Diff: flink-libraries/flink-table/src/main/scala/org/apache/flink/table/runtime/join/DataStreamInnerJoin.scala --- @@ -0,0 +1,287

[GitHub] flink pull request #4471: [FLINK-6094] [table] Implement stream-stream proct...

2017-10-21 Thread xccui
Github user xccui commented on a diff in the pull request: https://github.com/apache/flink/pull/4471#discussion_r146105359 --- Diff: flink-libraries/flink-table/src/main/scala/org/apache/flink/table/runtime/join/DataStreamInnerJoin.scala --- @@ -0,0 +1,287

[GitHub] flink pull request #4471: [FLINK-6094] [table] Implement stream-stream proct...

2017-10-21 Thread xccui
Github user xccui commented on a diff in the pull request: https://github.com/apache/flink/pull/4471#discussion_r146105512 --- Diff: flink-libraries/flink-table/src/main/scala/org/apache/flink/table/runtime/join/DataStreamInnerJoin.scala --- @@ -0,0 +1,287

[GitHub] flink pull request #4471: [FLINK-6094] [table] Implement stream-stream proct...

2017-10-21 Thread xccui
Github user xccui commented on a diff in the pull request: https://github.com/apache/flink/pull/4471#discussion_r146104323 --- Diff: flink-libraries/flink-table/src/main/scala/org/apache/flink/table/plan/nodes/datastream/DataStreamJoin.scala --- @@ -0,0 +1,211

[GitHub] flink pull request #4471: [FLINK-6094] [table] Implement stream-stream proct...

2017-10-21 Thread xccui
Github user xccui commented on a diff in the pull request: https://github.com/apache/flink/pull/4471#discussion_r146104452 --- Diff: flink-libraries/flink-table/src/main/scala/org/apache/flink/table/plan/nodes/datastream/DataStreamJoin.scala --- @@ -0,0 +1,211

[GitHub] flink pull request #4471: [FLINK-6094] [table] Implement stream-stream proct...

2017-10-21 Thread xccui
Github user xccui commented on a diff in the pull request: https://github.com/apache/flink/pull/4471#discussion_r146105266 --- Diff: flink-libraries/flink-table/src/main/scala/org/apache/flink/table/runtime/join/DataStreamInnerJoin.scala --- @@ -0,0 +1,287

[GitHub] flink pull request #4471: [FLINK-6094] [table] Implement stream-stream proct...

2017-10-21 Thread xccui
Github user xccui commented on a diff in the pull request: https://github.com/apache/flink/pull/4471#discussion_r146105057 --- Diff: flink-libraries/flink-table/src/main/scala/org/apache/flink/table/runtime/CRowWrappingMultiOuputCollector.scala --- @@ -0,0 +1,48

[GitHub] flink pull request #4471: [FLINK-6094] [table] Implement stream-stream proct...

2017-10-21 Thread xccui
Github user xccui commented on a diff in the pull request: https://github.com/apache/flink/pull/4471#discussion_r146104524 --- Diff: flink-libraries/flink-table/src/main/scala/org/apache/flink/table/plan/rules/datastream/DataStreamJoinRule.scala --- @@ -0,0 +1,112

[GitHub] flink pull request #4813: [FLINK-7821] [table] Deprecate Table.limit() and r...

2017-10-23 Thread xccui
Github user xccui commented on a diff in the pull request: https://github.com/apache/flink/pull/4813#discussion_r146424180 --- Diff: flink-libraries/flink-table/src/main/scala/org/apache/flink/table/api/table.scala --- @@ -745,12 +748,65 @@ class Table

[GitHub] flink pull request #4813: [FLINK-7821] [table] Deprecate Table.limit() and r...

2017-10-23 Thread xccui
Github user xccui commented on a diff in the pull request: https://github.com/apache/flink/pull/4813#discussion_r146423916 --- Diff: flink-libraries/flink-table/src/main/scala/org/apache/flink/table/api/table.scala --- @@ -745,12 +748,65 @@ class Table

[GitHub] flink pull request #4813: [FLINK-7821] [table] Deprecate Table.limit() and r...

2017-10-23 Thread xccui
Github user xccui commented on a diff in the pull request: https://github.com/apache/flink/pull/4813#discussion_r146423953 --- Diff: flink-libraries/flink-table/src/main/scala/org/apache/flink/table/api/table.scala --- @@ -745,12 +748,65 @@ class Table

[GitHub] flink pull request #4813: [FLINK-7821] [table] Deprecate Table.limit() and r...

2017-10-23 Thread xccui
Github user xccui commented on a diff in the pull request: https://github.com/apache/flink/pull/4813#discussion_r146423134 --- Diff: docs/dev/table/tableApi.md --- @@ -1031,19 +1034,22 @@ val result = in.orderBy('a.asc); -

[GitHub] flink pull request #4813: [FLINK-7821] [table] Deprecate Table.limit() and r...

2017-10-23 Thread xccui
Github user xccui commented on a diff in the pull request: https://github.com/apache/flink/pull/4813#discussion_r146423039 --- Diff: docs/dev/table/tableApi.md --- @@ -985,19 +985,22 @@ Table result = in.orderBy("a.asc"); -

[GitHub] flink pull request #4813: [FLINK-7821] [table] Deprecate Table.limit() and r...

2017-10-23 Thread xccui
Github user xccui commented on a diff in the pull request: https://github.com/apache/flink/pull/4813#discussion_r146426403 --- Diff: flink-libraries/flink-table/src/main/scala/org/apache/flink/table/api/table.scala --- @@ -745,12 +748,65 @@ class Table

  1   2   3   >