[GitHub] flink pull request #2440: [FLINK-3755] Introduce key groups for key-value st...

2016-09-08 Thread tillrohrmann
Github user tillrohrmann commented on a diff in the pull request: https://github.com/apache/flink/pull/2440#discussion_r77956781 --- Diff: flink-runtime/src/main/java/org/apache/flink/runtime/state/KeyGroupRangeAssignment.java --- @@ -0,0 +1,97 @@ +/* + * Licensed to the A

[jira] [Commented] (FLINK-3755) Introduce key groups for key-value state to support dynamic scaling

2016-09-08 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-3755?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15473074#comment-15473074 ] ASF GitHub Bot commented on FLINK-3755: --- Github user tillrohrmann commented on a dif

[jira] [Commented] (FLINK-4597) Improve Scalar Function section in Table API documentation

2016-09-08 Thread Timo Walther (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4597?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15473128#comment-15473128 ] Timo Walther commented on FLINK-4597: - I thought the same. I'm currently reworking the

[jira] [Commented] (FLINK-4598) Support NULLIF in Table API

2016-09-08 Thread Timo Walther (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4598?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15473139#comment-15473139 ] Timo Walther commented on FLINK-4598: - I wonder if we have to support all functions in

[jira] [Created] (FLINK-4599) Add 'explain()' also to StreamTableEnvironment

2016-09-08 Thread Timo Walther (JIRA)
Timo Walther created FLINK-4599: --- Summary: Add 'explain()' also to StreamTableEnvironment Key: FLINK-4599 URL: https://issues.apache.org/jira/browse/FLINK-4599 Project: Flink Issue Type: Improv

[jira] [Commented] (FLINK-4597) Improve Scalar Function section in Table API documentation

2016-09-08 Thread Jark Wu (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4597?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15473160#comment-15473160 ] Jark Wu commented on FLINK-4597: I have a look at Calcite documentation [1] , this syntax

[jira] [Commented] (FLINK-616) Change of java version without effect.

2016-09-08 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-616?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15473165#comment-15473165 ] ASF GitHub Bot commented on FLINK-616: -- Github user aljoscha closed the pull request a

[jira] [Closed] (FLINK-4597) Improve Scalar Function section in Table API documentation

2016-09-08 Thread Jark Wu (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4597?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jark Wu closed FLINK-4597. -- Resolution: Duplicate > Improve Scalar Function section in Table API documentation > ---

[GitHub] flink issue #2450: [FLINK-4458] Replace ForkableFlinkMiniCluster by LocalFli...

2016-09-08 Thread tillrohrmann
Github user tillrohrmann commented on the issue: https://github.com/apache/flink/pull/2450 Rebasing on the latest master and letting Travis run. If it gives green light, I will merge the PR. --- If your project is set up for it, you can reply to this email and have your reply appear

[jira] [Commented] (FLINK-4458) Remove ForkableFlinkMiniCluster

2016-09-08 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4458?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15473197#comment-15473197 ] ASF GitHub Bot commented on FLINK-4458: --- Github user tillrohrmann commented on the i

[jira] [Commented] (FLINK-4598) Support NULLIF in Table API

2016-09-08 Thread Jark Wu (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4598?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15473200#comment-15473200 ] Jark Wu commented on FLINK-4598: You are right. We should evaluate what functions should b

[jira] [Commented] (FLINK-4456) Replace ActorGateway in Task by interface

2016-09-08 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4456?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15473234#comment-15473234 ] ASF GitHub Bot commented on FLINK-4456: --- Github user tillrohrmann commented on the i

[GitHub] flink issue #2456: [FLINK-4456] Replace ActorGateway in Task and RuntimeEnvi...

2016-09-08 Thread tillrohrmann
Github user tillrohrmann commented on the issue: https://github.com/apache/flink/pull/2456 I will rebase the PR on the latest master and if Travis gives green light, I'd like to merge it. --- If your project is set up for it, you can reply to this email and have your reply appear on

[jira] [Assigned] (FLINK-4442) Implement Standalone ResourceManager

2016-09-08 Thread Maximilian Michels (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4442?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Maximilian Michels reassigned FLINK-4442: - Assignee: Maximilian Michels > Implement Standalone ResourceManager > --

[GitHub] flink issue #2102: [FLINK-4068] [tableAPI] Move constant computations out of...

2016-09-08 Thread wuchong
Github user wuchong commented on the issue: https://github.com/apache/flink/pull/2102 As I mentioned above, the `cannot translate call AS($t0, $t1)` error because of a Calcite bug. The [CALCITE-1297](https://issues.apache.org/jira/browse/CALCITE-1297) fixed it , but not yet released.

[jira] [Commented] (FLINK-4068) Move constant computations out of code-generated `flatMap` functions.

2016-09-08 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4068?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15473300#comment-15473300 ] ASF GitHub Bot commented on FLINK-4068: --- Github user wuchong commented on the issue:

[GitHub] flink pull request #2472: [FLINK-4361] Introduce Flink's own future abstract...

2016-09-08 Thread KurtYoung
Github user KurtYoung commented on a diff in the pull request: https://github.com/apache/flink/pull/2472#discussion_r77970498 --- Diff: flink-runtime/src/main/java/org/apache/flink/runtime/concurrent/impl/FlinkCompletableFuture.java --- @@ -0,0 +1,65 @@ +/* + * Licensed to

[jira] [Commented] (FLINK-4361) Introduce Flink's own future abstraction

2016-09-08 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4361?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15473318#comment-15473318 ] ASF GitHub Bot commented on FLINK-4361: --- Github user KurtYoung commented on a diff i

[GitHub] flink pull request #2463: [FLINK-4538][FLINK-4348] ResourceManager slot allo...

2016-09-08 Thread mxm
Github user mxm commented on a diff in the pull request: https://github.com/apache/flink/pull/2463#discussion_r77970827 --- Diff: flink-runtime/src/main/java/org/apache/flink/runtime/resourcemanager/ResourceManager.java --- @@ -52,15 +58,28 @@ * */ public class R

[jira] [Commented] (FLINK-4538) Implement slot allocation protocol with JobMaster

2016-09-08 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4538?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15473326#comment-15473326 ] ASF GitHub Bot commented on FLINK-4538: --- Github user mxm commented on a diff in the

[GitHub] flink pull request #2472: [FLINK-4361] Introduce Flink's own future abstract...

2016-09-08 Thread KurtYoung
Github user KurtYoung commented on a diff in the pull request: https://github.com/apache/flink/pull/2472#discussion_r77971053 --- Diff: flink-runtime/src/main/java/org/apache/flink/runtime/concurrent/impl/FlinkCompletableFuture.java --- @@ -0,0 +1,65 @@ +/* + * Licensed to

[jira] [Commented] (FLINK-4361) Introduce Flink's own future abstraction

2016-09-08 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4361?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15473330#comment-15473330 ] ASF GitHub Bot commented on FLINK-4361: --- Github user KurtYoung commented on a diff i

[GitHub] flink issue #2363: [FLINK-4389] Expose metrics to WebFrontend

2016-09-08 Thread zentol
Github user zentol commented on the issue: https://github.com/apache/flink/pull/2363 I'll address the checkNotNull/comment formatting while merging, which I'm doing now. Thank you for looking over it again @tillrohrmann . --- If your project is set up for it, you can reply to this em

[jira] [Commented] (FLINK-4389) Expose metrics to Webfrontend

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

[jira] [Created] (FLINK-4600) Support min/max aggregations for Date/Time/Timestamp/Intervals

2016-09-08 Thread Timo Walther (JIRA)
Timo Walther created FLINK-4600: --- Summary: Support min/max aggregations for Date/Time/Timestamp/Intervals Key: FLINK-4600 URL: https://issues.apache.org/jira/browse/FLINK-4600 Project: Flink I

[GitHub] flink issue #2478: [FLINK-4595] Close FileOutputStream in ParameterTool

2016-09-08 Thread zentol
Github user zentol commented on the issue: https://github.com/apache/flink/pull/2478 +1, will merge it later on. --- 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 wishe

[jira] [Commented] (FLINK-4595) Close FileOutputStream in ParameterTool

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

[jira] [Assigned] (FLINK-4600) Support min/max aggregations for Date/Time/Timestamp/Intervals

2016-09-08 Thread miaoever (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4600?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] miaoever reassigned FLINK-4600: --- Assignee: miaoever > Support min/max aggregations for Date/Time/Timestamp/Intervals > ---

[jira] [Commented] (FLINK-4600) Support min/max aggregations for Date/Time/Timestamp/Intervals

2016-09-08 Thread miaoever (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4600?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15473407#comment-15473407 ] miaoever commented on FLINK-4600: - May I have a try? (and any advise cuz I am new to Flink

[jira] [Commented] (FLINK-4260) Allow SQL's LIKE ESCAPE

2016-09-08 Thread Leo Deng (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4260?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15473414#comment-15473414 ] Leo Deng commented on FLINK-4260: - Yeah, I am working on this now (sorry for some delay si

[jira] [Comment Edited] (FLINK-4260) Allow SQL's LIKE ESCAPE

2016-09-08 Thread Leo Deng (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4260?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15473414#comment-15473414 ] Leo Deng edited comment on FLINK-4260 at 9/8/16 9:52 AM: - [~twalth

[GitHub] flink issue #2402: [FLINK-4436] Unclosed DataOutputBuffer in Utils#setTokens...

2016-09-08 Thread zentol
Github user zentol commented on the issue: https://github.com/apache/flink/pull/2402 merging --- 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 feat

[jira] [Commented] (FLINK-4436) Unclosed DataOutputBuffer in Utils#setTokensFor()

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

[jira] [Commented] (FLINK-4600) Support min/max aggregations for Date/Time/Timestamp/Intervals

2016-09-08 Thread Timo Walther (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4600?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15473447#comment-15473447 ] Timo Walther commented on FLINK-4600: - Go for it :) This issue requires some changes

[GitHub] flink pull request #2402: [FLINK-4436] Unclosed DataOutputBuffer in Utils#se...

2016-09-08 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/flink/pull/2402 --- 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 #2478: [FLINK-4595] Close FileOutputStream in ParameterTo...

2016-09-08 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/flink/pull/2478 --- 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] [Closed] (FLINK-4595) Close FileOutputStream in ParameterTool

2016-09-08 Thread Chesnay Schepler (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4595?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chesnay Schepler closed FLINK-4595. --- Resolution: Fixed Fixed in 920cda408f61a27f0b1731325b62bf141dd4b530 > Close FileOutputStream

[jira] [Closed] (FLINK-4436) Unclosed DataOutputBuffer in Utils#setTokensFor()

2016-09-08 Thread Chesnay Schepler (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4436?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chesnay Schepler closed FLINK-4436. --- Resolution: Fixed Fix Version/s: 1.2.0 Fixed in 7e07bde8c5b33e9985260416fdf75e15df102ef

[jira] [Commented] (FLINK-4595) Close FileOutputStream in ParameterTool

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

[jira] [Commented] (FLINK-4436) Unclosed DataOutputBuffer in Utils#setTokensFor()

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

[GitHub] flink pull request #2337: [FLINK-3042] [FLINK-3060] [types] Define a way to ...

2016-09-08 Thread twalthr
Github user twalthr commented on a diff in the pull request: https://github.com/apache/flink/pull/2337#discussion_r77981435 --- Diff: flink-core/src/main/java/org/apache/flink/api/common/typeinfo/TypeInfoFactory.java --- @@ -0,0 +1,55 @@ +/* + * Licensed to the Apache Soft

[jira] [Commented] (FLINK-3042) Define a way to let types create their own TypeInformation

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

[jira] [Commented] (FLINK-2662) CompilerException: "Bug: Plan generation for Unions picked a ship strategy between binary plan operators."

2016-09-08 Thread JIRA
[ https://issues.apache.org/jira/browse/FLINK-2662?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15473506#comment-15473506 ] Lorenz Bühmann commented on FLINK-2662: --- No problem, just let me know if you need so

[GitHub] flink pull request #2211: [WIP][FLINK-3599] Code generation for PojoSerializ...

2016-09-08 Thread ggevay
Github user ggevay commented on a diff in the pull request: https://github.com/apache/flink/pull/2211#discussion_r77983346 --- Diff: flink-core/src/main/java/org/apache/flink/api/common/ExecutionConfig.java --- @@ -455,6 +459,33 @@ public boolean isForceAvroEnabled() {

[jira] [Commented] (FLINK-3599) GSoC: Code Generation in Serializers

2016-09-08 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-3599?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15473528#comment-15473528 ] ASF GitHub Bot commented on FLINK-3599: --- Github user ggevay commented on a diff in t

[GitHub] flink pull request #2337: [FLINK-3042] [FLINK-3060] [types] Define a way to ...

2016-09-08 Thread twalthr
Github user twalthr commented on a diff in the pull request: https://github.com/apache/flink/pull/2337#discussion_r77984002 --- Diff: flink-core/src/main/java/org/apache/flink/api/java/typeutils/TypeExtractor.java --- @@ -792,12 +832,40 @@ else if (t instanceof Class) {

[jira] [Commented] (FLINK-3042) Define a way to let types create their own TypeInformation

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

[GitHub] flink pull request #2211: [WIP][FLINK-3599] Code generation for PojoSerializ...

2016-09-08 Thread ggevay
Github user ggevay commented on a diff in the pull request: https://github.com/apache/flink/pull/2211#discussion_r77984130 --- Diff: flink-core/src/main/java/org/apache/flink/api/common/ExecutionConfig.java --- @@ -455,6 +459,33 @@ public boolean isForceAvroEnabled() {

[jira] [Commented] (FLINK-3599) GSoC: Code Generation in Serializers

2016-09-08 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-3599?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15473537#comment-15473537 ] ASF GitHub Bot commented on FLINK-3599: --- Github user ggevay commented on a diff in t

[GitHub] flink pull request #2211: [WIP][FLINK-3599] Code generation for PojoSerializ...

2016-09-08 Thread ggevay
Github user ggevay commented on a diff in the pull request: https://github.com/apache/flink/pull/2211#discussion_r77986502 --- Diff: flink-core/src/main/java/org/apache/flink/api/java/typeutils/PojoTypeInfo.java --- @@ -70,10 +77,41 @@ private static final Pattern PATTERN_

[jira] [Commented] (FLINK-3599) GSoC: Code Generation in Serializers

2016-09-08 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-3599?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15473565#comment-15473565 ] ASF GitHub Bot commented on FLINK-3599: --- Github user ggevay commented on a diff in t

[GitHub] flink pull request #2211: [WIP][FLINK-3599] Code generation for PojoSerializ...

2016-09-08 Thread ggevay
Github user ggevay commented on a diff in the pull request: https://github.com/apache/flink/pull/2211#discussion_r77986671 --- Diff: flink-core/src/main/java/org/apache/flink/api/java/typeutils/PojoTypeInfo.java --- @@ -70,10 +77,41 @@ private static final Pattern PATTERN_

[jira] [Commented] (FLINK-3599) GSoC: Code Generation in Serializers

2016-09-08 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-3599?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15473567#comment-15473567 ] ASF GitHub Bot commented on FLINK-3599: --- Github user ggevay commented on a diff in t

[GitHub] flink pull request #2211: [WIP][FLINK-3599] Code generation for PojoSerializ...

2016-09-08 Thread ggevay
Github user ggevay commented on a diff in the pull request: https://github.com/apache/flink/pull/2211#discussion_r77987079 --- Diff: flink-core/src/main/java/org/apache/flink/api/java/typeutils/PojoTypeInfo.java --- @@ -70,10 +77,41 @@ private static final Pattern PATTERN_

[jira] [Commented] (FLINK-3599) GSoC: Code Generation in Serializers

2016-09-08 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-3599?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15473575#comment-15473575 ] ASF GitHub Bot commented on FLINK-3599: --- Github user ggevay commented on a diff in t

[GitHub] flink pull request #2211: [WIP][FLINK-3599] Code generation for PojoSerializ...

2016-09-08 Thread ggevay
Github user ggevay commented on a diff in the pull request: https://github.com/apache/flink/pull/2211#discussion_r77987122 --- Diff: flink-core/src/main/java/org/apache/flink/api/java/typeutils/PojoTypeInfo.java --- @@ -70,10 +77,41 @@ private static final Pattern PATTERN_

[jira] [Commented] (FLINK-3599) GSoC: Code Generation in Serializers

2016-09-08 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-3599?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15473574#comment-15473574 ] ASF GitHub Bot commented on FLINK-3599: --- Github user ggevay commented on a diff in t

[GitHub] flink pull request #2211: [WIP][FLINK-3599] Code generation for PojoSerializ...

2016-09-08 Thread ggevay
Github user ggevay commented on a diff in the pull request: https://github.com/apache/flink/pull/2211#discussion_r77987318 --- Diff: flink-core/src/main/java/org/apache/flink/api/java/typeutils/PojoTypeInfo.java --- @@ -70,10 +77,41 @@ private static final Pattern PATTERN_

[jira] [Commented] (FLINK-3599) GSoC: Code Generation in Serializers

2016-09-08 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-3599?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15473580#comment-15473580 ] ASF GitHub Bot commented on FLINK-3599: --- Github user ggevay commented on a diff in t

[GitHub] flink pull request #2211: [WIP][FLINK-3599] Code generation for PojoSerializ...

2016-09-08 Thread ggevay
Github user ggevay commented on a diff in the pull request: https://github.com/apache/flink/pull/2211#discussion_r77987928 --- Diff: flink-core/src/main/java/org/apache/flink/api/java/typeutils/PojoTypeInfo.java --- @@ -70,10 +77,41 @@ private static final Pattern PATTERN_

[jira] [Commented] (FLINK-3599) GSoC: Code Generation in Serializers

2016-09-08 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-3599?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15473590#comment-15473590 ] ASF GitHub Bot commented on FLINK-3599: --- Github user ggevay commented on a diff in t

[GitHub] flink pull request #2211: [WIP][FLINK-3599] Code generation for PojoSerializ...

2016-09-08 Thread ggevay
Github user ggevay commented on a diff in the pull request: https://github.com/apache/flink/pull/2211#discussion_r77988402 --- Diff: flink-core/src/main/java/org/apache/flink/api/java/typeutils/PojoTypeInfo.java --- @@ -393,6 +443,18 @@ public void addComparatorField(int fieldId,

[jira] [Commented] (FLINK-3599) GSoC: Code Generation in Serializers

2016-09-08 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-3599?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15473596#comment-15473596 ] ASF GitHub Bot commented on FLINK-3599: --- Github user ggevay commented on a diff in t

[GitHub] flink pull request #2211: [WIP][FLINK-3599] Code generation for PojoSerializ...

2016-09-08 Thread ggevay
Github user ggevay commented on a diff in the pull request: https://github.com/apache/flink/pull/2211#discussion_r77989471 --- Diff: flink-core/src/main/java/org/apache/flink/api/java/typeutils/runtime/PojoComparatorGenerator.java --- @@ -0,0 +1,207 @@ +/* + * Licensed to

[jira] [Commented] (FLINK-3599) GSoC: Code Generation in Serializers

2016-09-08 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-3599?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15473612#comment-15473612 ] ASF GitHub Bot commented on FLINK-3599: --- Github user ggevay commented on a diff in t

[GitHub] flink pull request #2211: [WIP][FLINK-3599] Code generation for PojoSerializ...

2016-09-08 Thread ggevay
Github user ggevay commented on a diff in the pull request: https://github.com/apache/flink/pull/2211#discussion_r77990034 --- Diff: flink-core/src/main/java/org/apache/flink/api/java/typeutils/runtime/GenTypeComparatorProxy.java --- @@ -0,0 +1,174 @@ +/* + * Licensed to t

[jira] [Commented] (FLINK-3599) GSoC: Code Generation in Serializers

2016-09-08 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-3599?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15473629#comment-15473629 ] ASF GitHub Bot commented on FLINK-3599: --- Github user ggevay commented on a diff in t

[GitHub] flink pull request #2211: [WIP][FLINK-3599] Code generation for PojoSerializ...

2016-09-08 Thread ggevay
Github user ggevay commented on a diff in the pull request: https://github.com/apache/flink/pull/2211#discussion_r77990200 --- Diff: flink-core/src/main/java/org/apache/flink/api/java/typeutils/runtime/GenTypeSerializerProxy.java --- @@ -0,0 +1,148 @@ +/* + * Licensed to t

[GitHub] flink pull request #2211: [WIP][FLINK-3599] Code generation for PojoSerializ...

2016-09-08 Thread ggevay
Github user ggevay commented on a diff in the pull request: https://github.com/apache/flink/pull/2211#discussion_r77990262 --- Diff: flink-core/src/main/java/org/apache/flink/api/java/typeutils/runtime/PojoComparatorGenerator.java --- @@ -0,0 +1,207 @@ +/* + * Licensed to

[jira] [Commented] (FLINK-3599) GSoC: Code Generation in Serializers

2016-09-08 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-3599?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15473632#comment-15473632 ] ASF GitHub Bot commented on FLINK-3599: --- Github user ggevay commented on a diff in t

[jira] [Commented] (FLINK-3599) GSoC: Code Generation in Serializers

2016-09-08 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-3599?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15473638#comment-15473638 ] ASF GitHub Bot commented on FLINK-3599: --- Github user ggevay commented on a diff in t

[GitHub] flink pull request #2211: [WIP][FLINK-3599] Code generation for PojoSerializ...

2016-09-08 Thread ggevay
Github user ggevay commented on a diff in the pull request: https://github.com/apache/flink/pull/2211#discussion_r77990329 --- Diff: flink-core/src/main/java/org/apache/flink/api/java/typeutils/runtime/PojoSerializerGenerator.java --- @@ -0,0 +1,259 @@ +/* + * Licensed to

[jira] [Commented] (FLINK-3599) GSoC: Code Generation in Serializers

2016-09-08 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-3599?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15473636#comment-15473636 ] ASF GitHub Bot commented on FLINK-3599: --- Github user ggevay commented on a diff in t

[jira] [Commented] (FLINK-3599) GSoC: Code Generation in Serializers

2016-09-08 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-3599?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15473645#comment-15473645 ] ASF GitHub Bot commented on FLINK-3599: --- Github user ggevay commented on a diff in t

[GitHub] flink pull request #2211: [WIP][FLINK-3599] Code generation for PojoSerializ...

2016-09-08 Thread ggevay
Github user ggevay commented on a diff in the pull request: https://github.com/apache/flink/pull/2211#discussion_r77990530 --- Diff: flink-core/src/main/java/org/apache/flink/api/java/typeutils/PojoTypeInfo.java --- @@ -377,9 +425,11 @@ public void initializeTypeComparatorBuilder(

[jira] [Commented] (FLINK-3599) GSoC: Code Generation in Serializers

2016-09-08 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-3599?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15473658#comment-15473658 ] ASF GitHub Bot commented on FLINK-3599: --- Github user ggevay commented on a diff in t

[GitHub] flink pull request #2211: [WIP][FLINK-3599] Code generation for PojoSerializ...

2016-09-08 Thread ggevay
Github user ggevay commented on a diff in the pull request: https://github.com/apache/flink/pull/2211#discussion_r77991234 --- Diff: flink-core/src/main/java/org/apache/flink/api/java/typeutils/PojoTypeInfo.java --- @@ -70,10 +77,41 @@ private static final Pattern PATTERN_

[jira] [Commented] (FLINK-3599) GSoC: Code Generation in Serializers

2016-09-08 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-3599?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15473677#comment-15473677 ] ASF GitHub Bot commented on FLINK-3599: --- Github user ggevay commented on a diff in t

[GitHub] flink pull request #2211: [WIP][FLINK-3599] Code generation for PojoSerializ...

2016-09-08 Thread ggevay
Github user ggevay commented on a diff in the pull request: https://github.com/apache/flink/pull/2211#discussion_r77992445 --- Diff: flink-core/src/main/java/org/apache/flink/api/java/typeutils/PojoTypeInfo.java --- @@ -419,4 +481,61 @@ public String toString() {

[jira] [Commented] (FLINK-3599) GSoC: Code Generation in Serializers

2016-09-08 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-3599?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15473680#comment-15473680 ] ASF GitHub Bot commented on FLINK-3599: --- Github user ggevay commented on a diff in t

[jira] [Commented] (FLINK-3599) GSoC: Code Generation in Serializers

2016-09-08 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-3599?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15473678#comment-15473678 ] ASF GitHub Bot commented on FLINK-3599: --- Github user ggevay commented on a diff in t

[GitHub] flink pull request #2211: [WIP][FLINK-3599] Code generation for PojoSerializ...

2016-09-08 Thread ggevay
Github user ggevay commented on a diff in the pull request: https://github.com/apache/flink/pull/2211#discussion_r77992481 --- Diff: flink-core/src/main/java/org/apache/flink/api/java/typeutils/PojoTypeInfo.java --- @@ -419,4 +481,61 @@ public String toString() {

[GitHub] flink pull request #2211: [WIP][FLINK-3599] Code generation for PojoSerializ...

2016-09-08 Thread ggevay
Github user ggevay commented on a diff in the pull request: https://github.com/apache/flink/pull/2211#discussion_r77992416 --- Diff: flink-core/src/main/java/org/apache/flink/api/java/typeutils/PojoTypeInfo.java --- @@ -419,4 +481,61 @@ public String toString() {

[GitHub] flink issue #2386: [FLINK-3660] Measure latency and exposes them via a metri...

2016-09-08 Thread rmetzger
Github user rmetzger commented on the issue: https://github.com/apache/flink/pull/2386 @aljoscha I updated the pull request, which now builds green (just rebasing fixed the issues). I also keep metrics now per operator, not only for the sinks. --- If your project is set up for it

[jira] [Commented] (FLINK-3660) Measure latency of elements and expose it through web interface

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

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

2016-09-08 Thread Simone Robutti (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4565?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15473685#comment-15473685 ] Simone Robutti commented on FLINK-4565: --- I defined this parser combinator rule ```la

[GitHub] flink pull request #2211: [WIP][FLINK-3599] Code generation for PojoSerializ...

2016-09-08 Thread ggevay
Github user ggevay commented on a diff in the pull request: https://github.com/apache/flink/pull/2211#discussion_r77993022 --- Diff: flink-core/src/main/java/org/apache/flink/api/java/typeutils/PojoTypeInfo.java --- @@ -419,4 +481,61 @@ public String toString() {

[GitHub] flink pull request #2211: [WIP][FLINK-3599] Code generation for PojoSerializ...

2016-09-08 Thread ggevay
Github user ggevay commented on a diff in the pull request: https://github.com/apache/flink/pull/2211#discussion_r77993053 --- Diff: flink-core/src/main/java/org/apache/flink/api/java/typeutils/PojoTypeInfo.java --- @@ -419,4 +481,61 @@ public String toString() {

[jira] [Commented] (FLINK-3599) GSoC: Code Generation in Serializers

2016-09-08 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-3599?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15473692#comment-15473692 ] ASF GitHub Bot commented on FLINK-3599: --- Github user ggevay commented on a diff in t

[jira] [Commented] (FLINK-3599) GSoC: Code Generation in Serializers

2016-09-08 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-3599?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15473689#comment-15473689 ] ASF GitHub Bot commented on FLINK-3599: --- Github user ggevay commented on a diff in t

[jira] [Commented] (FLINK-3599) GSoC: Code Generation in Serializers

2016-09-08 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-3599?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15473702#comment-15473702 ] ASF GitHub Bot commented on FLINK-3599: --- Github user ggevay commented on a diff in t

[GitHub] flink pull request #2211: [WIP][FLINK-3599] Code generation for PojoSerializ...

2016-09-08 Thread ggevay
Github user ggevay commented on a diff in the pull request: https://github.com/apache/flink/pull/2211#discussion_r77993831 --- Diff: flink-core/src/main/java/org/apache/flink/api/java/typeutils/PojoTypeInfo.java --- @@ -419,4 +481,61 @@ public String toString() {

[jira] [Commented] (FLINK-3599) GSoC: Code Generation in Serializers

2016-09-08 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-3599?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15473715#comment-15473715 ] ASF GitHub Bot commented on FLINK-3599: --- Github user ggevay commented on a diff in t

[GitHub] flink pull request #2211: [WIP][FLINK-3599] Code generation for PojoSerializ...

2016-09-08 Thread ggevay
Github user ggevay commented on a diff in the pull request: https://github.com/apache/flink/pull/2211#discussion_r7799 --- Diff: flink-core/src/main/java/org/apache/flink/api/java/typeutils/PojoTypeInfo.java --- @@ -419,4 +481,61 @@ public String toString() {

[GitHub] flink pull request #2211: [WIP][FLINK-3599] Code generation for PojoSerializ...

2016-09-08 Thread ggevay
Github user ggevay commented on a diff in the pull request: https://github.com/apache/flink/pull/2211#discussion_r77995157 --- Diff: flink-core/src/main/java/org/apache/flink/api/java/typeutils/runtime/GenTypeComparatorProxy.java --- @@ -0,0 +1,174 @@ +/* + * Licensed to t

[jira] [Commented] (FLINK-3599) GSoC: Code Generation in Serializers

2016-09-08 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-3599?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15473725#comment-15473725 ] ASF GitHub Bot commented on FLINK-3599: --- Github user ggevay commented on a diff in t

[jira] [Commented] (FLINK-3599) GSoC: Code Generation in Serializers

2016-09-08 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-3599?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15473732#comment-15473732 ] ASF GitHub Bot commented on FLINK-3599: --- Github user ggevay commented on a diff in t

[GitHub] flink pull request #2211: [WIP][FLINK-3599] Code generation for PojoSerializ...

2016-09-08 Thread ggevay
Github user ggevay commented on a diff in the pull request: https://github.com/apache/flink/pull/2211#discussion_r77995491 --- Diff: flink-core/src/main/java/org/apache/flink/api/java/typeutils/runtime/GenTypeComparatorProxy.java --- @@ -0,0 +1,174 @@ +/* + * Licensed to t

[GitHub] flink pull request #2211: [WIP][FLINK-3599] Code generation for PojoSerializ...

2016-09-08 Thread ggevay
Github user ggevay commented on a diff in the pull request: https://github.com/apache/flink/pull/2211#discussion_r77995790 --- Diff: flink-core/src/main/java/org/apache/flink/api/java/typeutils/runtime/GenTypeSerializerProxy.java --- @@ -0,0 +1,148 @@ +/* + * Licensed to t

[jira] [Commented] (FLINK-3599) GSoC: Code Generation in Serializers

2016-09-08 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-3599?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15473738#comment-15473738 ] ASF GitHub Bot commented on FLINK-3599: --- Github user ggevay commented on a diff in t

  1   2   >