[GitHub] flink issue #3461: [FLINK-5954] Always assign names to the window in the Str...

2017-03-02 Thread sunjincheng121
Github user sunjincheng121 commented on the issue: https://github.com/apache/flink/pull/3461 HI, @haohu thanks for your contribution! Can you tell me why we need this change? and can you add simple unit test ? Best, SunJincheng --- If your project is set up for it, yo

[jira] [Commented] (FLINK-5954) Always assign names to the window in the Stream SQL API

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

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

2017-03-02 Thread radu (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-5654?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15893873#comment-15893873 ] radu commented on FLINK-5654: - Thanks sunjincheng - I saw the message to late unfortunately. I

[jira] [Commented] (FLINK-5791) Resource should be strictly matched when allocating for yarn

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

[GitHub] flink issue #3304: [FLINK-5791] [runtime] [FLIP-6] Slots should be strictly ...

2017-03-02 Thread shuai-xu
Github user shuai-xu commented on the issue: https://github.com/apache/flink/pull/3304 The failed case pass in my local work copy, I think maybe it is due to the environment of travis. --- If your project is set up for it, you can reply to this email and have your reply appear on Git

[jira] [Commented] (FLINK-5927) Remove old Aggregate interface and built-in functions

2017-03-02 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-5927?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15893844#comment-15893844 ] ASF GitHub Bot commented on FLINK-5927: --- GitHub user shaoxuan-wang opened a pull req

[GitHub] flink pull request #3465: [FLINK-5927] [table] Remove old Aggregate interfac...

2017-03-02 Thread shaoxuan-wang
GitHub user shaoxuan-wang opened a pull request: https://github.com/apache/flink/pull/3465 [FLINK-5927] [table] Remove old Aggregate interface and built-in functions This PR deprecate and remove the old Aggregate interface, built-in functions, and associated Agg functions.

[jira] [Commented] (FLINK-5803) Add [partitioned] processing time OVER RANGE BETWEEN UNBOUNDED PRECEDING aggregation to SQL

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

[GitHub] flink issue #3397: [FLINK-5803][TableAPI&SQL] Add [partitioned] processing t...

2017-03-02 Thread sunjincheng121
Github user sunjincheng121 commented on the issue: https://github.com/apache/flink/pull/3397 Hi, @fhueske I have rebase the code on #3423 's commit, and updated the PR. I appreciate if you can have look at this PR again. Thanks, SunJincheng --- If your project is set up for i

[jira] [Commented] (FLINK-5929) Allow Access to Per-Window State in ProcessWindowFunction

2017-03-02 Thread Aljoscha Krettek (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-5929?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15893830#comment-15893830 ] Aljoscha Krettek commented on FLINK-5929: - Sorry, overlooked the other comment. Ye

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

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

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

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

[jira] [Commented] (FLINK-5955) Merging a list of buffered records will have problem when ObjectReuse is turned on

2017-03-02 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-5955?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15893780#comment-15893780 ] ASF GitHub Bot commented on FLINK-5955: --- GitHub user shaoxuan-wang opened a pull req

[GitHub] flink pull request #3464: [FLINK-5955] [table] Merging a list of buffered re...

2017-03-02 Thread shaoxuan-wang
GitHub user shaoxuan-wang opened a pull request: https://github.com/apache/flink/pull/3464 [FLINK-5955] [table] Merging a list of buffered records will have problem when ObjectReuse is turned on This PR changes the dataSet AGG merge to pair-merge. If we buffer the iterated

[jira] [Updated] (FLINK-5955) Merging a list of buffered records will have problem when ObjectReuse is turned on

2017-03-02 Thread Kurt Young (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-5955?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kurt Young updated FLINK-5955: -- Component/s: Table API & SQL > Merging a list of buffered records will have problem when ObjectReuse is

[jira] [Commented] (FLINK-5856) Need return redundant containers to yarn for yarn mode

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

[GitHub] flink issue #3398: [FLINK-5856] [FLIP-6] return redundant containers to yarn...

2017-03-02 Thread shuai-xu
Github user shuai-xu commented on the issue: https://github.com/apache/flink/pull/3398 The travis failure seems to have nothing with the change. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not ha

[jira] [Commented] (FLINK-5952) JobCancellationWithSavepointHandlersTest uses deprecated JsonNode#getValuesAsText

2017-03-02 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-5952?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15893743#comment-15893743 ] ASF GitHub Bot commented on FLINK-5952: --- Github user mtunique closed the pull reques

[GitHub] flink pull request #3463: [FLINK-5952] JobCancellationWithSavepointHandlersT...

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

[jira] [Commented] (FLINK-5952) JobCancellationWithSavepointHandlersTest uses deprecated JsonNode#getValuesAsText

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

[GitHub] flink pull request #3463: [FLINK-5952] JobCancellationWithSavepointHandlersT...

2017-03-02 Thread mtunique
GitHub user mtunique opened a pull request: https://github.com/apache/flink/pull/3463 [FLINK-5952] JobCancellationWithSavepointHandlersTest uses deprecated JsonNode#getValuesAsText Thanks for contributing to Apache Flink. Before you open your pull request, please take the following

[jira] [Commented] (FLINK-5584) Support Sliding-count row-window on streaming sql

2017-03-02 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-5584?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15893670#comment-15893670 ] ASF GitHub Bot commented on FLINK-5584: --- Github user hongyuhong closed the pull requ

[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

[jira] [Updated] (FLINK-5541) Missing null check for localJar in FlinkSubmitter#submitTopology()

2017-03-02 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-5541?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ted Yu updated FLINK-5541: -- Description: {code} if (localJar == null) { try { for (final URL url : ((ContextEnvironm

[jira] [Comment Edited] (FLINK-5629) Unclosed RandomAccessFile in StaticFileServerHandler#respondAsLeader()

2017-03-02 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-5629?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15854366#comment-15854366 ] Ted Yu edited comment on FLINK-5629 at 3/3/17 3:19 AM: --- RandomAccess

[jira] [Commented] (FLINK-5219) Add non-grouped session windows for batch tables

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

[GitHub] flink issue #3266: [FLINK-5219][TableAPI&SQL] Add non-grouped session window...

2017-03-02 Thread sunjincheng121
Github user sunjincheng121 commented on the issue: https://github.com/apache/flink/pull/3266 Hi, @fhueske I had rebase the code on PR [#3423|https://github.com/apache/flink/pull/3423]'s commit. --- If your project is set up for it, you can reply to this email and have your reply appe

[jira] [Created] (FLINK-5955) Merging a list of buffered records will have problem when ObjectReuse is turned on

2017-03-02 Thread Shaoxuan Wang (JIRA)
Shaoxuan Wang created FLINK-5955: Summary: Merging a list of buffered records will have problem when ObjectReuse is turned on Key: FLINK-5955 URL: https://issues.apache.org/jira/browse/FLINK-5955 Proj

[jira] [Commented] (FLINK-5917) Remove MapState.size()

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

[GitHub] flink pull request #3462: [FLINK-5917][state] Remove size() method from MapS...

2017-03-02 Thread shixiaogang
GitHub user shixiaogang opened a pull request: https://github.com/apache/flink/pull/3462 [FLINK-5917][state] Remove size() method from MapState The `size()` method is removed from `MapState` because its implementation is costly in the backends. You can merge this pull request into

[jira] [Commented] (FLINK-5586) Extend TableProgramsTestBase for object reuse modes

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

[GitHub] flink issue #3339: [FLINK-5586] [table] Extend TableProgramsClusterTestBase ...

2017-03-02 Thread KurtYoung
Github user KurtYoung commented on the issue: https://github.com/apache/flink/pull/3339 Seems like this will effect the new aggregate interface and make the tests failed, will wait for that fix first. --- If your project is set up for it, you can reply to this email and have your rep

[jira] [Commented] (FLINK-5954) Always assign names to the window in the Stream SQL API

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

[GitHub] flink pull request #3461: [FLINK-5954] Always assign names to the window in ...

2017-03-02 Thread haohui
GitHub user haohui opened a pull request: https://github.com/apache/flink/pull/3461 [FLINK-5954] Always assign names to the window in the Stream SQL API. Please see jira for more details. You can merge this pull request into a Git repository by running: $ git pull https://gith

[jira] [Updated] (FLINK-5954) Always assign names to the window in the Stream SQL API

2017-03-02 Thread Haohui Mai (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-5954?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Haohui Mai updated FLINK-5954: -- Summary: Always assign names to the window in the Stream SQL API (was: Always assign names to the windo

[jira] [Created] (FLINK-5954) Always assign names to the window in the Stream SQL APi

2017-03-02 Thread Haohui Mai (JIRA)
Haohui Mai created FLINK-5954: - Summary: Always assign names to the window in the Stream SQL APi Key: FLINK-5954 URL: https://issues.apache.org/jira/browse/FLINK-5954 Project: Flink Issue Type: I

[jira] [Commented] (FLINK-5918) port range support for config taskmanager.rpc.port

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

[GitHub] flink pull request #3416: [FLINK-5918] [runtime] port range support for conf...

2017-03-02 Thread barcahead
Github user barcahead commented on a diff in the pull request: https://github.com/apache/flink/pull/3416#discussion_r104065323 --- Diff: flink-core/pom.xml --- @@ -165,6 +165,7 @@ under the License. org.apache.flink.configurat

[jira] [Closed] (FLINK-5597) Improve the LocalClusteringCoefficient documentation

2017-03-02 Thread Greg Hogan (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-5597?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Greg Hogan closed FLINK-5597. - Resolution: Implemented Implemented in cb9e409b764f95e07441a0c8da6c24e21bc1564b > Improve the LocalCluste

[jira] [Closed] (FLINK-4896) PageRank algorithm for directed graphs

2017-03-02 Thread Greg Hogan (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4896?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Greg Hogan closed FLINK-4896. - Resolution: Implemented Implemented in ea14053fe32280ffc36e586b5d3712c751fa1f84 > PageRank algorithm for

[jira] [Commented] (FLINK-4896) PageRank algorithm for directed graphs

2017-03-02 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4896?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15893249#comment-15893249 ] ASF GitHub Bot commented on FLINK-4896: --- Github user asfgit closed the pull request

[jira] [Commented] (FLINK-5597) Improve the LocalClusteringCoefficient documentation

2017-03-02 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-5597?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15893250#comment-15893250 ] ASF GitHub Bot commented on FLINK-5597: --- Github user asfgit closed the pull request

[GitHub] flink pull request #2733: [FLINK-4896] [gelly] PageRank algorithm for direct...

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

[GitHub] flink pull request #3404: [FLINK-5597] [docs] Improve the LocalClusteringCoe...

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

[jira] [Commented] (FLINK-5414) Bump up Calcite version to 1.11

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

[GitHub] flink issue #3426: [FLINK-5414] [table] Bump up Calcite version to 1.11

2017-03-02 Thread haohui
Github user haohui commented on the issue: https://github.com/apache/flink/pull/3426 Fix the unit tests. There are two additional changes: 1. There are precision differences when converting `double` to `BigDecimal`. Fix the unit tests. 2. When registering UDFs Fli

[GitHub] flink issue #3356: [FLINK-5253] Remove special treatment of "dynamic propert...

2017-03-02 Thread mariusz89016
Github user mariusz89016 commented on the issue: https://github.com/apache/flink/pull/3356 Thanks for the review! Currently, dynamic properties are set by `GlobalConfiguration.dynamicProperties` instead of saving in cluster descriptor. --- If your project is set up for it, you c

[jira] [Commented] (FLINK-5253) Remove special treatment of "dynamic properties"

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

[jira] [Closed] (FLINK-5945) Close function in OuterJoinOperatorBase#executeOnCollections

2017-03-02 Thread Greg Hogan (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-5945?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Greg Hogan closed FLINK-5945. - Resolution: Fixed Fix Version/s: (was: 1.1.4) 1.1.5 1.3.0: 243ef69bf5233998d

[jira] [Updated] (FLINK-3679) Allow Kafka consumer to skip corrupted messages

2017-03-02 Thread Haohui Mai (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-3679?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Haohui Mai updated FLINK-3679: -- Summary: Allow Kafka consumer to skip corrupted messages (was: DeserializationSchema should handle zero

[jira] [Closed] (FLINK-5768) Apply new aggregation functions for datastream and dataset tables

2017-03-02 Thread Fabian Hueske (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-5768?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Fabian Hueske closed FLINK-5768. Resolution: Implemented Fix Version/s: 1.3.0 Implemented with 438276de8fab4f1a8f2b62b6452c2e5

[GitHub] flink pull request #3423: [FLINK-5768] [table] Apply new aggregation functio...

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

[jira] [Commented] (FLINK-5768) Apply new aggregation functions for datastream and dataset tables

2017-03-02 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-5768?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15892937#comment-15892937 ] ASF GitHub Bot commented on FLINK-5768: --- Github user asfgit closed the pull request

[jira] [Comment Edited] (FLINK-4949) Refactor Gelly driver inputs

2017-03-02 Thread Vasia Kalavri (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4949?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15892696#comment-15892696 ] Vasia Kalavri edited comment on FLINK-4949 at 3/2/17 6:05 PM: --

[jira] [Commented] (FLINK-4949) Refactor Gelly driver inputs

2017-03-02 Thread Vasia Kalavri (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4949?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15892696#comment-15892696 ] Vasia Kalavri commented on FLINK-4949: -- Thanks you [~greghogan]. I can review during

[jira] [Commented] (FLINK-1579) Create a Flink History Server

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

[GitHub] flink pull request #3460: [FLINK-1579] Implement History Server

2017-03-02 Thread zentol
GitHub user zentol opened a pull request: https://github.com/apache/flink/pull/3460 [FLINK-1579] Implement History Server This PR adds a slightly unpolished HistoryServer implementation. It is missing tests and some documentation, but is working. This PR builds on top of #3

[jira] [Commented] (FLINK-4565) Support for SQL IN operator

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

[GitHub] flink pull request #2870: [FLINK-4565] Support for SQL IN operator

2017-03-02 Thread DmytroShkvyra
Github user DmytroShkvyra commented on a diff in the pull request: https://github.com/apache/flink/pull/2870#discussion_r103987812 --- Diff: flink-libraries/flink-table/src/test/scala/org/apache/flink/api/table/expressions/ScalarFunctionsTest.scala --- @@ -1101,6 +1101,45 @@ class

[jira] [Updated] (FLINK-5953) Sample Kinesis Scala code doesn't work

2017-03-02 Thread Matthew Billson (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-5953?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matthew Billson updated FLINK-5953: --- Description: In the Scala Kinesis example here: https://ci.apache.org/projects/flink/flink-do

[jira] [Commented] (FLINK-5107) Job Manager goes out of memory from long history of prior execution attempts

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

[GitHub] flink pull request #2837: [FLINK-5107] Introduced limit for prior execution ...

2017-03-02 Thread zentol
Github user zentol commented on a diff in the pull request: https://github.com/apache/flink/pull/2837#discussion_r103984233 --- Diff: flink-runtime/src/main/java/org/apache/flink/runtime/jobmanager/JobManagerOptions.java --- @@ -0,0 +1,38 @@ +/* + * Licensed to the Apache

[jira] [Created] (FLINK-5953) Sample Kinesis Scala code doesn't work

2017-03-02 Thread Matthew Billson (JIRA)
Matthew Billson created FLINK-5953: -- Summary: Sample Kinesis Scala code doesn't work Key: FLINK-5953 URL: https://issues.apache.org/jira/browse/FLINK-5953 Project: Flink Issue Type: Bug

[GitHub] flink pull request #3444: [FLINK-5941] Integrate Archiver pattern into handl...

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

[jira] [Commented] (FLINK-5941) Let handlers take part in job archiving

2017-03-02 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-5941?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15892645#comment-15892645 ] ASF GitHub Bot commented on FLINK-5941: --- Github user asfgit closed the pull request

[jira] [Closed] (FLINK-5941) Let handlers take part in job archiving

2017-03-02 Thread Chesnay Schepler (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-5941?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chesnay Schepler closed FLINK-5941. --- Resolution: Fixed Implemented in 7fe0eb477df52cfd7254695a67d41f3cba34ef0a. > Let handlers tak

[jira] [Commented] (FLINK-5441) Directly allow SQL queries on a Table

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

[GitHub] flink issue #3107: [FLINK-5441] [table] Directly allow SQL queries on a Tabl...

2017-03-02 Thread fhueske
Github user fhueske commented on the issue: https://github.com/apache/flink/pull/3107 Yes, you are right. Forgot that we lazily translate the plans. :-/ Let's keep the tables then. --- If your project is set up for it, you can reply to this email and have your reply appear on GitH

[jira] [Closed] (FLINK-5769) Apply new aggregation functions for dataset tables

2017-03-02 Thread Fabian Hueske (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-5769?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Fabian Hueske closed FLINK-5769. Resolution: Duplicate Will be done as part of FLINK-5768. > Apply new aggregation functions for dat

[jira] [Commented] (FLINK-5768) Apply new aggregation functions for datastream and dataset tables

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

[GitHub] flink issue #3423: [FLINK-5768] [table] Apply new aggregation functions for ...

2017-03-02 Thread fhueske
Github user fhueske commented on the issue: https://github.com/apache/flink/pull/3423 thanks for the update @shaoxuan-wang. The PR looks good to merge. I do some final tests and run another build. Thanks, Fabian --- If your project is set up for it, you can reply to this

[jira] [Commented] (FLINK-4565) Support for SQL IN operator

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

[GitHub] flink pull request #2870: [FLINK-4565] Support for SQL IN operator

2017-03-02 Thread DmytroShkvyra
Github user DmytroShkvyra commented on a diff in the pull request: https://github.com/apache/flink/pull/2870#discussion_r103976547 --- Diff: flink-libraries/flink-table/src/main/scala/org/apache/flink/api/table/table.scala --- @@ -150,7 +150,35 @@ class Table( * }}}

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

2017-03-02 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-5654?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15892596#comment-15892596 ] ASF GitHub Bot commented on FLINK-5654: --- GitHub user huawei-flink opened a pull requ

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

2017-03-02 Thread huawei-flink
GitHub user huawei-flink opened a pull request: https://github.com/apache/flink/pull/3459 [FLINK-5654] Add processing time OVER RANGE BETWEEN x PRECEDING aggregation to SQL Thanks for contributing to Apache Flink. Before you open your pull request, please take the following check l

[GitHub] flink issue #3107: [FLINK-5441] [table] Directly allow SQL queries on a Tabl...

2017-03-02 Thread twalthr
Github user twalthr commented on the issue: https://github.com/apache/flink/pull/3107 I think the point is that we don't know if the table will ever be used again. If we unregister them after optimization, we can not have multiple `toDataStream()` calls for one table. --- If your pr

[jira] [Commented] (FLINK-5441) Directly allow SQL queries on a Table

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

[GitHub] flink pull request #2870: [FLINK-4565] Support for SQL IN operator

2017-03-02 Thread twalthr
Github user twalthr commented on a diff in the pull request: https://github.com/apache/flink/pull/2870#discussion_r103963098 --- Diff: flink-libraries/flink-table/src/main/scala/org/apache/flink/api/table/codegen/calls/ScalarOperators.scala --- @@ -79,6 +79,72 @@ object ScalarOper

[jira] [Commented] (FLINK-5441) Directly allow SQL queries on a Table

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

[jira] [Commented] (FLINK-4565) Support for SQL IN operator

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

[jira] [Commented] (FLINK-4565) Support for SQL IN operator

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

[GitHub] flink issue #2870: [FLINK-4565] Support for SQL IN operator

2017-03-02 Thread twalthr
Github user twalthr commented on the issue: https://github.com/apache/flink/pull/2870 Thanks for taking care of this PR @DmytroShkvyra. It would be great if we could use `SubQueryRemoveRule` rules together with the RexSubQuery.in() RexNode in order to reduce code complexity. --- If

[jira] [Commented] (FLINK-4565) Support for SQL IN operator

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

[GitHub] flink pull request #2870: [FLINK-4565] Support for SQL IN operator

2017-03-02 Thread twalthr
Github user twalthr commented on a diff in the pull request: https://github.com/apache/flink/pull/2870#discussion_r103963525 --- Diff: flink-libraries/flink-table/src/main/scala/org/apache/flink/api/table/codegen/calls/ScalarOperators.scala --- @@ -1002,12 +1068,17 @@ object Scala

[GitHub] flink issue #3107: [FLINK-5441] [table] Directly allow SQL queries on a Tabl...

2017-03-02 Thread fhueske
Github user fhueske commented on the issue: https://github.com/apache/flink/pull/3107 But what's the point of keeping tables that will never be used again? --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project d

[jira] [Commented] (FLINK-4565) Support for SQL IN operator

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

[GitHub] flink pull request #2870: [FLINK-4565] Support for SQL IN operator

2017-03-02 Thread twalthr
Github user twalthr commented on a diff in the pull request: https://github.com/apache/flink/pull/2870#discussion_r103962015 --- Diff: flink-libraries/flink-table/src/main/scala/org/apache/flink/api/table/table.scala --- @@ -150,7 +150,35 @@ class Table( * }}} */

[jira] [Commented] (FLINK-5698) Add NestedFieldsProjectableTableSource interface

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

[jira] [Commented] (FLINK-5698) Add NestedFieldsProjectableTableSource interface

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

[jira] [Commented] (FLINK-5698) Add NestedFieldsProjectableTableSource interface

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

[jira] [Commented] (FLINK-5698) Add NestedFieldsProjectableTableSource interface

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

[jira] [Commented] (FLINK-5698) Add NestedFieldsProjectableTableSource interface

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

[jira] [Commented] (FLINK-5698) Add NestedFieldsProjectableTableSource interface

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

[jira] [Commented] (FLINK-3695) ValueArray types

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

[jira] [Commented] (FLINK-5698) Add NestedFieldsProjectableTableSource interface

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

[GitHub] flink issue #3382: [FLINK-3695] [gelly] ValueArray types

2017-03-02 Thread greghogan
Github user greghogan commented on the issue: https://github.com/apache/flink/pull/3382 @vasia, if you are available to review, I think the easiest way to do so is to first review the classes for `LongValue` then compare the diff for `IntValue` and `StringValue`. I think we are forced

[GitHub] flink pull request #3269: [FLINK-5698] Add NestedFieldsProjectableTableSourc...

2017-03-02 Thread fhueske
Github user fhueske commented on a diff in the pull request: https://github.com/apache/flink/pull/3269#discussion_r103913118 --- Diff: flink-libraries/flink-table/src/main/scala/org/apache/flink/table/sources/NestedFieldsProjectableTableSource.scala --- @@ -0,0 +1,55 @@ +/*

[GitHub] flink pull request #3269: [FLINK-5698] Add NestedFieldsProjectableTableSourc...

2017-03-02 Thread fhueske
Github user fhueske commented on a diff in the pull request: https://github.com/apache/flink/pull/3269#discussion_r103918266 --- Diff: flink-libraries/flink-table/src/main/scala/org/apache/flink/table/plan/rules/util/RexProgramProjectExtractor.scala --- @@ -84,6 +108,49 @@ object

[GitHub] flink pull request #3269: [FLINK-5698] Add NestedFieldsProjectableTableSourc...

2017-03-02 Thread fhueske
Github user fhueske commented on a diff in the pull request: https://github.com/apache/flink/pull/3269#discussion_r103958236 --- Diff: flink-libraries/flink-table/src/main/scala/org/apache/flink/table/sources/NestedFieldsProjectableTableSource.scala --- @@ -0,0 +1,55 @@ +/*

[GitHub] flink pull request #3269: [FLINK-5698] Add NestedFieldsProjectableTableSourc...

2017-03-02 Thread fhueske
Github user fhueske commented on a diff in the pull request: https://github.com/apache/flink/pull/3269#discussion_r103960833 --- Diff: flink-libraries/flink-table/src/test/scala/org/apache/flink/table/plan/rules/util/RexProgramProjectExtractorTest.scala --- @@ -55,6 +56,34 @@ clas

  1   2   3   4   >