[jira] [Commented] (FLINK-7169) Support AFTER MATCH SKIP function in CEP library API

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

[jira] [Commented] (FLINK-6521) Add per job cleanup methods to HighAvailabilityServices

2017-07-28 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-6521?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16104734#comment-16104734 ] ASF GitHub Bot commented on FLINK-6521: --- Github user tillrohrmann commented on a diff in the pull

[jira] [Commented] (FLINK-7172) Add a event logical id field to ValueTimeWrapper

2017-07-28 Thread Kostas Kloudas (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-7172?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16104745#comment-16104745 ] Kostas Kloudas commented on FLINK-7172: --- Sounds good [~ychen]! And thanks for the work in the

[GitHub] flink pull request #4416: [FLINK-7279][minicluster] fix a deadlock between T...

2017-07-28 Thread NicoK
GitHub user NicoK opened a pull request: https://github.com/apache/flink/pull/4416 [FLINK-7279][minicluster] fix a deadlock between TM and cluster shutdown ## What is the purpose of the change The `MiniCluster` can deadlock if the fatal error handler is called while the

[jira] [Updated] (FLINK-7169) Support AFTER MATCH SKIP function in CEP library API

2017-07-28 Thread Kostas Kloudas (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-7169?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kostas Kloudas updated FLINK-7169: -- Fix Version/s: 1.4.0 > Support AFTER MATCH SKIP function in CEP library API >

[jira] [Commented] (FLINK-7279) MiniCluster can deadlock at shut down

2017-07-28 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-7279?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16104746#comment-16104746 ] ASF GitHub Bot commented on FLINK-7279: --- GitHub user NicoK opened a pull request:

[jira] [Commented] (FLINK-7279) MiniCluster can deadlock at shut down

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

[jira] [Resolved] (FLINK-7248) Invalid checkRestoredNullCheckpointWhenFetcherNotReady test in FlinkKafkaConsumerBaseTest

2017-07-28 Thread Tzu-Li (Gordon) Tai (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-7248?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tzu-Li (Gordon) Tai resolved FLINK-7248. Resolution: Fixed Fixed in master via c5221c85a1c532a5234ec0b4331a04cffa04ba5c. >

[jira] [Closed] (FLINK-7287) test instability in Kafka010ITCase.testCommitOffsetsToKafka

2017-07-28 Thread Tzu-Li (Gordon) Tai (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-7287?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tzu-Li (Gordon) Tai closed FLINK-7287. -- > test instability in Kafka010ITCase.testCommitOffsetsToKafka >

[jira] [Closed] (FLINK-7248) Invalid checkRestoredNullCheckpointWhenFetcherNotReady test in FlinkKafkaConsumerBaseTest

2017-07-28 Thread Tzu-Li (Gordon) Tai (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-7248?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tzu-Li (Gordon) Tai closed FLINK-7248. -- > Invalid checkRestoredNullCheckpointWhenFetcherNotReady test in >

[jira] [Closed] (FLINK-6998) Kafka connector needs to expose metrics for failed/successful offset commits in the Kafka Consumer callback

2017-07-28 Thread Tzu-Li (Gordon) Tai (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-6998?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tzu-Li (Gordon) Tai closed FLINK-6998. -- > Kafka connector needs to expose metrics for failed/successful offset commits > in the

[jira] [Commented] (FLINK-7279) MiniCluster can deadlock at shut down

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

[GitHub] flink issue #4416: [FLINK-7279][minicluster] fix a deadlock between TM and c...

2017-07-28 Thread NicoK
Github user NicoK commented on the issue: https://github.com/apache/flink/pull/4416 ok, I think, I understood the intention of `TaskExecutor#onFatalErrorAsync` wrong - it is meant for outside `TaskExecutor` thread calls to run the error handler inside the `TaskExecutor` thread...

[jira] [Commented] (FLINK-7281) Fix various issues in (Maven) release infrastructure

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

[GitHub] flink issue #4407: [FLINK-7281] Fix various issues in (Maven) release infras...

2017-07-28 Thread zentol
Github user zentol commented on the issue: https://github.com/apache/flink/pull/4407 the changes for FLINK-7281 look good. As for FLINK-7290, you didn't adjust the existing release script. Do you intend to delete it or adjust it to call the module scripts? (There is after

[jira] [Updated] (FLINK-7296) Validate commit messages in git pre-receive hook

2017-07-28 Thread Greg Hogan (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-7296?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Greg Hogan updated FLINK-7296: -- Description: Would like to investigate a pre-receive (server-side) hook analyzing the commit message

[GitHub] flink pull request #4289: [FLINK-7092] [mesos] Shutdown ResourceManager comp...

2017-07-28 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/flink/pull/4289 --- 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] [Resolved] (FLINK-7092) Shutdown ResourceManager components properly

2017-07-28 Thread Till Rohrmann (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-7092?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Till Rohrmann resolved FLINK-7092. -- Resolution: Fixed Fix Version/s: 1.4.0 Fixed via

[jira] [Resolved] (FLINK-7134) Remove hadoop1.x code in mapreduce.utils.HadoopUtils

2017-07-28 Thread Till Rohrmann (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-7134?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Till Rohrmann resolved FLINK-7134. -- Resolution: Fixed Fixed via 8e367731019ee70e2f6dc1be21c80f51a2ef6a2b > Remove hadoop1.x code

[GitHub] flink pull request #4355: [FLINK-7206] [table] Implementation of DataView to...

2017-07-28 Thread fhueske
Github user fhueske commented on a diff in the pull request: https://github.com/apache/flink/pull/4355#discussion_r130059497 --- Diff: flink-libraries/flink-table/src/main/scala/org/apache/flink/table/dataview/HeapViewFactory.scala --- @@ -0,0 +1,88 @@ +/* + * Licensed to

[jira] [Created] (FLINK-7297) Instable Kafka09ProducerITCase.testCustomPartitioning test case

2017-07-28 Thread Till Rohrmann (JIRA)
Till Rohrmann created FLINK-7297: Summary: Instable Kafka09ProducerITCase.testCustomPartitioning test case Key: FLINK-7297 URL: https://issues.apache.org/jira/browse/FLINK-7297 Project: Flink

[jira] [Commented] (FLINK-7206) Implementation of DataView to support state access for UDAGG

2017-07-28 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-7206?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16105213#comment-16105213 ] ASF GitHub Bot commented on FLINK-7206: --- Github user fhueske commented on a diff in the pull

[jira] [Commented] (FLINK-7206) Implementation of DataView to support state access for UDAGG

2017-07-28 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-7206?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16105198#comment-16105198 ] ASF GitHub Bot commented on FLINK-7206: --- Github user fhueske commented on a diff in the pull

[GitHub] flink pull request #4355: [FLINK-7206] [table] Implementation of DataView to...

2017-07-28 Thread fhueske
Github user fhueske commented on a diff in the pull request: https://github.com/apache/flink/pull/4355#discussion_r130053061 --- Diff: flink-libraries/flink-table/src/main/scala/org/apache/flink/table/api/dataview/ListView.scala --- @@ -0,0 +1,103 @@ +/* + * Licensed to

[jira] [Commented] (FLINK-7206) Implementation of DataView to support state access for UDAGG

2017-07-28 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-7206?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16105182#comment-16105182 ] ASF GitHub Bot commented on FLINK-7206: --- Github user fhueske commented on a diff in the pull

[GitHub] flink pull request #4355: [FLINK-7206] [table] Implementation of DataView to...

2017-07-28 Thread fhueske
Github user fhueske commented on a diff in the pull request: https://github.com/apache/flink/pull/4355#discussion_r130119984 --- Diff: flink-libraries/flink-table/src/main/scala/org/apache/flink/table/runtime/aggregate/GeneratedAggregations.scala --- @@ -19,13 +19,20 @@

[jira] [Commented] (FLINK-7206) Implementation of DataView to support state access for UDAGG

2017-07-28 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-7206?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16105196#comment-16105196 ] ASF GitHub Bot commented on FLINK-7206: --- Github user fhueske commented on a diff in the pull

[GitHub] flink pull request #4355: [FLINK-7206] [table] Implementation of DataView to...

2017-07-28 Thread fhueske
Github user fhueske commented on a diff in the pull request: https://github.com/apache/flink/pull/4355#discussion_r130085778 --- Diff: flink-libraries/flink-table/src/main/scala/org/apache/flink/table/dataview/MapViewSerializer.scala --- @@ -0,0 +1,124 @@ +/* + * Licensed

[GitHub] flink pull request #4355: [FLINK-7206] [table] Implementation of DataView to...

2017-07-28 Thread fhueske
Github user fhueske commented on a diff in the pull request: https://github.com/apache/flink/pull/4355#discussion_r130039762 --- Diff: flink-libraries/flink-table/src/main/scala/org/apache/flink/table/api/dataview/MapView.scala --- @@ -0,0 +1,184 @@ +/* + * Licensed to

[GitHub] flink pull request #4355: [FLINK-7206] [table] Implementation of DataView to...

2017-07-28 Thread fhueske
Github user fhueske commented on a diff in the pull request: https://github.com/apache/flink/pull/4355#discussion_r130112099 --- Diff: flink-libraries/flink-table/src/main/scala/org/apache/flink/table/functions/utils/UserDefinedFunctionUtils.scala --- @@ -307,6 +312,119 @@ object

[jira] [Commented] (FLINK-7206) Implementation of DataView to support state access for UDAGG

2017-07-28 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-7206?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16105186#comment-16105186 ] ASF GitHub Bot commented on FLINK-7206: --- Github user fhueske commented on a diff in the pull

[jira] [Commented] (FLINK-7206) Implementation of DataView to support state access for UDAGG

2017-07-28 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-7206?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16105206#comment-16105206 ] ASF GitHub Bot commented on FLINK-7206: --- Github user fhueske commented on a diff in the pull

[GitHub] flink pull request #4355: [FLINK-7206] [table] Implementation of DataView to...

2017-07-28 Thread fhueske
Github user fhueske commented on a diff in the pull request: https://github.com/apache/flink/pull/4355#discussion_r130058705 --- Diff: flink-libraries/flink-table/src/main/scala/org/apache/flink/table/dataview/DataViewFactory.scala --- @@ -0,0 +1,32 @@ +/* + * Licensed to

[jira] [Commented] (FLINK-7206) Implementation of DataView to support state access for UDAGG

2017-07-28 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-7206?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16105185#comment-16105185 ] ASF GitHub Bot commented on FLINK-7206: --- Github user fhueske commented on a diff in the pull

[GitHub] flink pull request #4355: [FLINK-7206] [table] Implementation of DataView to...

2017-07-28 Thread fhueske
Github user fhueske commented on a diff in the pull request: https://github.com/apache/flink/pull/4355#discussion_r130092445 --- Diff: flink-libraries/flink-table/src/main/scala/org/apache/flink/table/functions/utils/UserDefinedFunctionUtils.scala --- @@ -307,6 +312,119 @@ object

[GitHub] flink pull request #4355: [FLINK-7206] [table] Implementation of DataView to...

2017-07-28 Thread fhueske
Github user fhueske commented on a diff in the pull request: https://github.com/apache/flink/pull/4355#discussion_r130059458 --- Diff: flink-libraries/flink-table/src/main/scala/org/apache/flink/table/dataview/HeapViewFactory.scala --- @@ -0,0 +1,88 @@ +/* + * Licensed to

[GitHub] flink issue #4399: [FLINK-7250] [build] Remove jdk8 profile

2017-07-28 Thread greghogan
Github user greghogan commented on the issue: https://github.com/apache/flink/pull/4399 LGTM --- 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

[GitHub] flink issue #4400: [FLINK-7253] [tests] Remove CommonTestUtils#assumeJava8

2017-07-28 Thread greghogan
Github user greghogan commented on the issue: https://github.com/apache/flink/pull/4400 Changes look good but unused imports checkstyle violation. --- 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

[jira] [Commented] (FLINK-7281) Fix various issues in (Maven) release infrastructure

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

[jira] [Commented] (FLINK-7281) Fix various issues in (Maven) release infrastructure

2017-07-28 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-7281?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16105550#comment-16105550 ] ASF GitHub Bot commented on FLINK-7281: --- Github user aljoscha closed the pull request at:

[GitHub] flink pull request #4407: [FLINK-7281] Fix various issues in (Maven) release...

2017-07-28 Thread aljoscha
Github user aljoscha closed the pull request at: https://github.com/apache/flink/pull/4407 --- 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 issue #4398: [FLINK-7249] [build] Bump java.version property to 1.8

2017-07-28 Thread greghogan
Github user greghogan commented on the issue: https://github.com/apache/flink/pull/4398 +1 to merge We can also simplify setting the garbage collector in `flink-dist/src/main/flink-bin/bin/taskmanager.sh` and including the `flink-connector-elasticsearch5` module in

[jira] [Commented] (FLINK-7249) Bump Java version in build plugin

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

[jira] [Commented] (FLINK-7253) Remove all 'assume Java 8' code in tests

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

[GitHub] flink issue #4407: [FLINK-7281] Fix various issues in (Maven) release infras...

2017-07-28 Thread aljoscha
Github user aljoscha commented on the issue: https://github.com/apache/flink/pull/4407 @zentol Yes, I'm planning to remove the old script and the documentation for the new scripts is taking shape here: https://cwiki.apache.org/confluence/display/FLINK/Creating+a+Flink+Release

[jira] [Commented] (FLINK-7281) Fix various issues in (Maven) release infrastructure

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

[jira] [Commented] (FLINK-7250) Drop the jdk8 build profile

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

[GitHub] flink issue #4407: [FLINK-7281] Fix various issues in (Maven) release infras...

2017-07-28 Thread aljoscha
Github user aljoscha commented on the issue: https://github.com/apache/flink/pull/4407 Merged --- 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

[jira] [Closed] (FLINK-7281) Fix various issues in (Maven) release infrastructure

2017-07-28 Thread Aljoscha Krettek (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-7281?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Aljoscha Krettek closed FLINK-7281. --- Resolution: Fixed Implemented on master in 50a818b1bb74e9442478157bb10c0d5de05ad665

[jira] [Closed] (FLINK-7290) Make release scripts modular

2017-07-28 Thread Aljoscha Krettek (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-7290?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Aljoscha Krettek closed FLINK-7290. --- Resolution: Fixed Implemented on master in 18733d82e694997e229afb50f13c21fcc1c65729

[jira] [Commented] (FLINK-7246) Big latency shown on operator.latency

2017-07-28 Thread Stephan Ewen (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-7246?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16105059#comment-16105059 ] Stephan Ewen commented on FLINK-7246: - Can we close this issue? > Big latency shown on

[jira] [Created] (FLINK-7296) Validate commit messages in git pre-receive hook

2017-07-28 Thread Greg Hogan (JIRA)
Greg Hogan created FLINK-7296: - Summary: Validate commit messages in git pre-receive hook Key: FLINK-7296 URL: https://issues.apache.org/jira/browse/FLINK-7296 Project: Flink Issue Type:

[jira] [Resolved] (FLINK-7143) Partition assignment for Kafka consumer is not stable

2017-07-28 Thread Tzu-Li (Gordon) Tai (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-7143?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tzu-Li (Gordon) Tai resolved FLINK-7143. Resolution: Fixed Fix Version/s: 1.4.0 Tests are now also ported to master,

[jira] [Closed] (FLINK-7143) Partition assignment for Kafka consumer is not stable

2017-07-28 Thread Tzu-Li (Gordon) Tai (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-7143?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tzu-Li (Gordon) Tai closed FLINK-7143. -- > Partition assignment for Kafka consumer is not stable >

[jira] [Commented] (FLINK-7296) Validate commit messages in git pre-receive hook

2017-07-28 Thread Greg Hogan (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-7296?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16105161#comment-16105161 ] Greg Hogan commented on FLINK-7296: --- Yes, I will update the description. > Validate commit messages in

[jira] [Commented] (FLINK-7295) Add callback for proper RpcEndpoint shut down

2017-07-28 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-7295?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16105171#comment-16105171 ] ASF GitHub Bot commented on FLINK-7295: --- GitHub user tillrohrmann opened a pull request:

[GitHub] flink pull request #4420: [FLINK-7295] [rpc] Add postStop callback for prope...

2017-07-28 Thread tillrohrmann
GitHub user tillrohrmann opened a pull request: https://github.com/apache/flink/pull/4420 [FLINK-7295] [rpc] Add postStop callback for proper shutdown of RpcEndpoints ## What is the purpose of the change In order to execute a proper shutdown of RpcEndpoints it is necessary

[jira] [Commented] (FLINK-7206) Implementation of DataView to support state access for UDAGG

2017-07-28 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-7206?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16105212#comment-16105212 ] ASF GitHub Bot commented on FLINK-7206: --- Github user fhueske commented on a diff in the pull

[jira] [Commented] (FLINK-7206) Implementation of DataView to support state access for UDAGG

2017-07-28 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-7206?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16105192#comment-16105192 ] ASF GitHub Bot commented on FLINK-7206: --- Github user fhueske commented on a diff in the pull

[GitHub] flink pull request #4355: [FLINK-7206] [table] Implementation of DataView to...

2017-07-28 Thread fhueske
Github user fhueske commented on a diff in the pull request: https://github.com/apache/flink/pull/4355#discussion_r130051854 --- Diff: flink-libraries/flink-table/src/main/scala/org/apache/flink/table/api/dataview/ListView.scala --- @@ -0,0 +1,103 @@ +/* + * Licensed to

[GitHub] flink pull request #4355: [FLINK-7206] [table] Implementation of DataView to...

2017-07-28 Thread fhueske
Github user fhueske commented on a diff in the pull request: https://github.com/apache/flink/pull/4355#discussion_r130086695 --- Diff: flink-libraries/flink-table/src/main/scala/org/apache/flink/table/dataview/MapViewTypeInfo.scala --- @@ -0,0 +1,81 @@ +/* + * Licensed to

[jira] [Commented] (FLINK-7206) Implementation of DataView to support state access for UDAGG

2017-07-28 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-7206?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16105184#comment-16105184 ] ASF GitHub Bot commented on FLINK-7206: --- Github user fhueske commented on a diff in the pull

[GitHub] flink pull request #4355: [FLINK-7206] [table] Implementation of DataView to...

2017-07-28 Thread fhueske
Github user fhueske commented on a diff in the pull request: https://github.com/apache/flink/pull/4355#discussion_r130115155 --- Diff: flink-libraries/flink-table/src/main/scala/org/apache/flink/table/functions/utils/UserDefinedFunctionUtils.scala --- @@ -307,6 +312,119 @@ object

[jira] [Commented] (FLINK-7206) Implementation of DataView to support state access for UDAGG

2017-07-28 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-7206?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16105205#comment-16105205 ] ASF GitHub Bot commented on FLINK-7206: --- Github user fhueske commented on a diff in the pull

[GitHub] flink pull request #4355: [FLINK-7206] [table] Implementation of DataView to...

2017-07-28 Thread fhueske
Github user fhueske commented on a diff in the pull request: https://github.com/apache/flink/pull/4355#discussion_r130038499 --- Diff: flink-libraries/flink-table/src/main/scala/org/apache/flink/table/api/dataview/ListView.scala --- @@ -0,0 +1,103 @@ +/* + * Licensed to

[GitHub] flink pull request #4355: [FLINK-7206] [table] Implementation of DataView to...

2017-07-28 Thread fhueske
Github user fhueske commented on a diff in the pull request: https://github.com/apache/flink/pull/4355#discussion_r130104980 --- Diff: flink-libraries/flink-table/src/main/scala/org/apache/flink/table/functions/utils/UserDefinedFunctionUtils.scala --- @@ -307,6 +312,119 @@ object

[GitHub] flink pull request #4355: [FLINK-7206] [table] Implementation of DataView to...

2017-07-28 Thread fhueske
Github user fhueske commented on a diff in the pull request: https://github.com/apache/flink/pull/4355#discussion_r130085690 --- Diff: flink-libraries/flink-table/src/main/scala/org/apache/flink/table/dataview/MapViewSerializer.scala --- @@ -0,0 +1,124 @@ +/* + * Licensed

[GitHub] flink pull request #4355: [FLINK-7206] [table] Implementation of DataView to...

2017-07-28 Thread fhueske
Github user fhueske commented on a diff in the pull request: https://github.com/apache/flink/pull/4355#discussion_r130126823 --- Diff: flink-libraries/flink-table/src/test/java/org/apache/flink/table/runtime/utils/JavaUserDefinedAggFunctions.java --- @@ -135,4 +138,172 @@ public

[jira] [Commented] (FLINK-7206) Implementation of DataView to support state access for UDAGG

2017-07-28 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-7206?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16105204#comment-16105204 ] ASF GitHub Bot commented on FLINK-7206: --- Github user fhueske commented on a diff in the pull

[GitHub] flink pull request #4355: [FLINK-7206] [table] Implementation of DataView to...

2017-07-28 Thread fhueske
Github user fhueske commented on a diff in the pull request: https://github.com/apache/flink/pull/4355#discussion_r130117980 --- Diff: flink-libraries/flink-table/src/main/scala/org/apache/flink/table/runtime/aggregate/AggregateUtil.scala --- @@ -108,30 +112,38 @@ object

[jira] [Commented] (FLINK-7206) Implementation of DataView to support state access for UDAGG

2017-07-28 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-7206?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16105191#comment-16105191 ] ASF GitHub Bot commented on FLINK-7206: --- Github user fhueske commented on a diff in the pull

[GitHub] flink pull request #4355: [FLINK-7206] [table] Implementation of DataView to...

2017-07-28 Thread fhueske
Github user fhueske commented on a diff in the pull request: https://github.com/apache/flink/pull/4355#discussion_r130113134 --- Diff: flink-libraries/flink-table/src/main/scala/org/apache/flink/table/functions/utils/UserDefinedFunctionUtils.scala --- @@ -307,6 +312,119 @@ object

[GitHub] flink pull request #4355: [FLINK-7206] [table] Implementation of DataView to...

2017-07-28 Thread fhueske
Github user fhueske commented on a diff in the pull request: https://github.com/apache/flink/pull/4355#discussion_r130074361 --- Diff: flink-libraries/flink-table/src/main/scala/org/apache/flink/table/dataview/ListViewSerializer.scala --- @@ -0,0 +1,111 @@ +/* + *

[GitHub] flink pull request #4355: [FLINK-7206] [table] Implementation of DataView to...

2017-07-28 Thread fhueske
Github user fhueske commented on a diff in the pull request: https://github.com/apache/flink/pull/4355#discussion_r130040193 --- Diff: flink-libraries/flink-table/src/main/scala/org/apache/flink/table/api/dataview/ListView.scala --- @@ -0,0 +1,103 @@ +/* + * Licensed to

[jira] [Commented] (FLINK-7206) Implementation of DataView to support state access for UDAGG

2017-07-28 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-7206?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16105208#comment-16105208 ] ASF GitHub Bot commented on FLINK-7206: --- Github user fhueske commented on a diff in the pull

[jira] [Commented] (FLINK-7206) Implementation of DataView to support state access for UDAGG

2017-07-28 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-7206?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16105189#comment-16105189 ] ASF GitHub Bot commented on FLINK-7206: --- Github user fhueske commented on a diff in the pull

[jira] [Reopened] (FLINK-6996) FlinkKafkaProducer010 doesn't guarantee at-least-once semantic

2017-07-28 Thread Till Rohrmann (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-6996?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Till Rohrmann reopened FLINK-6996: -- There seems to be a test instability with

[GitHub] flink pull request #4355: [FLINK-7206] [table] Implementation of DataView to...

2017-07-28 Thread fhueske
Github user fhueske commented on a diff in the pull request: https://github.com/apache/flink/pull/4355#discussion_r130114248 --- Diff: flink-libraries/flink-table/src/main/scala/org/apache/flink/table/functions/utils/UserDefinedFunctionUtils.scala --- @@ -561,4 +679,28 @@ object

[jira] [Commented] (FLINK-7206) Implementation of DataView to support state access for UDAGG

2017-07-28 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-7206?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16105203#comment-16105203 ] ASF GitHub Bot commented on FLINK-7206: --- Github user fhueske commented on a diff in the pull

[jira] [Commented] (FLINK-7206) Implementation of DataView to support state access for UDAGG

2017-07-28 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-7206?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16105193#comment-16105193 ] ASF GitHub Bot commented on FLINK-7206: --- Github user fhueske commented on a diff in the pull

[jira] [Commented] (FLINK-7206) Implementation of DataView to support state access for UDAGG

2017-07-28 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-7206?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16105188#comment-16105188 ] ASF GitHub Bot commented on FLINK-7206: --- Github user fhueske commented on a diff in the pull

[GitHub] flink pull request #4355: [FLINK-7206] [table] Implementation of DataView to...

2017-07-28 Thread fhueske
Github user fhueske commented on a diff in the pull request: https://github.com/apache/flink/pull/4355#discussion_r130073596 --- Diff: flink-libraries/flink-table/src/main/scala/org/apache/flink/table/dataview/ListViewSerializer.scala --- @@ -0,0 +1,111 @@ +/* + *

[jira] [Commented] (FLINK-7206) Implementation of DataView to support state access for UDAGG

2017-07-28 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-7206?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16105187#comment-16105187 ] ASF GitHub Bot commented on FLINK-7206: --- Github user fhueske commented on a diff in the pull

[GitHub] flink pull request #4355: [FLINK-7206] [table] Implementation of DataView to...

2017-07-28 Thread fhueske
Github user fhueske commented on a diff in the pull request: https://github.com/apache/flink/pull/4355#discussion_r130072175 --- Diff: flink-libraries/flink-table/src/main/scala/org/apache/flink/table/dataview/ListViewSerializer.scala --- @@ -0,0 +1,111 @@ +/* + *

[GitHub] flink pull request #4355: [FLINK-7206] [table] Implementation of DataView to...

2017-07-28 Thread fhueske
Github user fhueske commented on a diff in the pull request: https://github.com/apache/flink/pull/4355#discussion_r130075088 --- Diff: flink-libraries/flink-table/src/main/scala/org/apache/flink/table/dataview/ListViewTypeInfo.scala --- @@ -0,0 +1,69 @@ +/* + * Licensed

[GitHub] flink pull request #4355: [FLINK-7206] [table] Implementation of DataView to...

2017-07-28 Thread fhueske
Github user fhueske commented on a diff in the pull request: https://github.com/apache/flink/pull/4355#discussion_r130054412 --- Diff: flink-libraries/flink-table/src/main/scala/org/apache/flink/table/api/dataview/ListView.scala --- @@ -0,0 +1,103 @@ +/* + * Licensed to

[jira] [Commented] (FLINK-7206) Implementation of DataView to support state access for UDAGG

2017-07-28 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-7206?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16105210#comment-16105210 ] ASF GitHub Bot commented on FLINK-7206: --- Github user fhueske commented on a diff in the pull

[GitHub] flink pull request #4355: [FLINK-7206] [table] Implementation of DataView to...

2017-07-28 Thread fhueske
Github user fhueske commented on a diff in the pull request: https://github.com/apache/flink/pull/4355#discussion_r130057272 --- Diff: flink-libraries/flink-table/src/main/scala/org/apache/flink/table/api/dataview/MapView.scala --- @@ -0,0 +1,184 @@ +/* + * Licensed to

[jira] [Commented] (FLINK-7206) Implementation of DataView to support state access for UDAGG

2017-07-28 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-7206?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16105197#comment-16105197 ] ASF GitHub Bot commented on FLINK-7206: --- Github user fhueske commented on a diff in the pull

[GitHub] flink pull request #4355: [FLINK-7206] [table] Implementation of DataView to...

2017-07-28 Thread fhueske
Github user fhueske commented on a diff in the pull request: https://github.com/apache/flink/pull/4355#discussion_r130115757 --- Diff: flink-libraries/flink-table/src/main/scala/org/apache/flink/table/runtime/aggregate/AggregateUtil.scala --- @@ -82,11 +84,13 @@ object

[jira] [Commented] (FLINK-7206) Implementation of DataView to support state access for UDAGG

2017-07-28 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-7206?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16105180#comment-16105180 ] ASF GitHub Bot commented on FLINK-7206: --- Github user fhueske commented on a diff in the pull

[GitHub] flink pull request #4355: [FLINK-7206] [table] Implementation of DataView to...

2017-07-28 Thread fhueske
Github user fhueske commented on a diff in the pull request: https://github.com/apache/flink/pull/4355#discussion_r130086377 --- Diff: flink-libraries/flink-table/src/main/scala/org/apache/flink/table/dataview/MapViewSerializer.scala --- @@ -0,0 +1,124 @@ +/* + * Licensed

[GitHub] flink pull request #4355: [FLINK-7206] [table] Implementation of DataView to...

2017-07-28 Thread fhueske
Github user fhueske commented on a diff in the pull request: https://github.com/apache/flink/pull/4355#discussion_r130038328 --- Diff: flink-libraries/flink-table/src/main/scala/org/apache/flink/table/api/dataview/ListView.scala --- @@ -0,0 +1,103 @@ +/* + * Licensed to

[GitHub] flink pull request #4355: [FLINK-7206] [table] Implementation of DataView to...

2017-07-28 Thread fhueske
Github user fhueske commented on a diff in the pull request: https://github.com/apache/flink/pull/4355#discussion_r130086721 --- Diff: flink-libraries/flink-table/src/main/scala/org/apache/flink/table/dataview/MapViewTypeInfo.scala --- @@ -0,0 +1,81 @@ +/* + * Licensed to

[jira] [Commented] (FLINK-7206) Implementation of DataView to support state access for UDAGG

2017-07-28 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-7206?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16105200#comment-16105200 ] ASF GitHub Bot commented on FLINK-7206: --- Github user fhueske commented on a diff in the pull

[jira] [Commented] (FLINK-7118) Remove hadoop1.x code in HadoopUtils

2017-07-28 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-7118?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16105237#comment-16105237 ] ASF GitHub Bot commented on FLINK-7118: --- Github user asfgit closed the pull request at:

[GitHub] flink pull request #4355: [FLINK-7206] [table] Implementation of DataView to...

2017-07-28 Thread fhueske
Github user fhueske commented on a diff in the pull request: https://github.com/apache/flink/pull/4355#discussion_r130039340 --- Diff: flink-libraries/flink-table/src/main/scala/org/apache/flink/table/api/dataview/ListView.scala --- @@ -0,0 +1,103 @@ +/* + * Licensed to

[jira] [Commented] (FLINK-7206) Implementation of DataView to support state access for UDAGG

2017-07-28 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-7206?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16105190#comment-16105190 ] ASF GitHub Bot commented on FLINK-7206: --- Github user fhueske commented on a diff in the pull

[jira] [Commented] (FLINK-7206) Implementation of DataView to support state access for UDAGG

2017-07-28 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-7206?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16105209#comment-16105209 ] ASF GitHub Bot commented on FLINK-7206: --- Github user fhueske commented on a diff in the pull

[jira] [Commented] (FLINK-7206) Implementation of DataView to support state access for UDAGG

2017-07-28 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-7206?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16105194#comment-16105194 ] ASF GitHub Bot commented on FLINK-7206: --- Github user fhueske commented on a diff in the pull

<    1   2   3   4   >