[
https://issues.apache.org/jira/browse/FLINK-7880?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16221816#comment-16221816
]
ASF GitHub Bot commented on FLINK-7880:
---
Github user kl0u commented on the issue:
Github user kl0u commented on the issue:
https://github.com/apache/flink/pull/4909
It should call `dispose()`, you are correct. This was a mistake due to
sloppy "manual rebasing".
---
[
https://issues.apache.org/jira/browse/FLINK-7548?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16221812#comment-16221812
]
ASF GitHub Bot commented on FLINK-7548:
---
Github user twalthr commented on a diff in
[
https://issues.apache.org/jira/browse/FLINK-7548?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16221813#comment-16221813
]
ASF GitHub Bot commented on FLINK-7548:
---
Github user twalthr commented on a diff in
[
https://issues.apache.org/jira/browse/FLINK-7548?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16221811#comment-16221811
]
ASF GitHub Bot commented on FLINK-7548:
---
Github user twalthr commented on a diff in
[
https://issues.apache.org/jira/browse/FLINK-7548?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16221808#comment-16221808
]
ASF GitHub Bot commented on FLINK-7548:
---
Github user twalthr commented on a diff in
[
https://issues.apache.org/jira/browse/FLINK-7548?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16221805#comment-16221805
]
ASF GitHub Bot commented on FLINK-7548:
---
Github user twalthr commented on a diff in
[
https://issues.apache.org/jira/browse/FLINK-7548?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16221810#comment-16221810
]
ASF GitHub Bot commented on FLINK-7548:
---
Github user twalthr commented on a diff in
[
https://issues.apache.org/jira/browse/FLINK-7548?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16221807#comment-16221807
]
ASF GitHub Bot commented on FLINK-7548:
---
Github user twalthr commented on a diff in
[
https://issues.apache.org/jira/browse/FLINK-7548?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16221806#comment-16221806
]
ASF GitHub Bot commented on FLINK-7548:
---
Github user twalthr commented on a diff in
[
https://issues.apache.org/jira/browse/FLINK-7548?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16221809#comment-16221809
]
ASF GitHub Bot commented on FLINK-7548:
---
Github user twalthr commented on a diff in
Github user twalthr commented on a diff in the pull request:
https://github.com/apache/flink/pull/4894#discussion_r146574319
--- Diff:
flink-connectors/flink-connector-kafka-base/src/main/java/org/apache/flink/streaming/connectors/kafka/KafkaTableSource.java
---
@@ -84,6 +86,13 @@
Github user twalthr commented on a diff in the pull request:
https://github.com/apache/flink/pull/4894#discussion_r146582532
--- Diff:
flink-libraries/flink-table/src/main/scala/org/apache/flink/table/catalog/ExternalTableSourceUtil.scala
---
@@ -124,9 +124,15 @@ object ExternalTa
Github user twalthr commented on a diff in the pull request:
https://github.com/apache/flink/pull/4894#discussion_r146576347
--- Diff:
flink-libraries/flink-table/src/main/scala/org/apache/flink/table/api/TableSchema.scala
---
@@ -50,6 +50,11 @@ class TableSchema(
val
Github user twalthr commented on a diff in the pull request:
https://github.com/apache/flink/pull/4894#discussion_r146586028
--- Diff:
flink-libraries/flink-table/src/main/scala/org/apache/flink/table/plan/nodes/CommonScan.scala
---
@@ -18,55 +18,7 @@
package org.apache
Github user twalthr commented on a diff in the pull request:
https://github.com/apache/flink/pull/4894#discussion_r146584051
--- Diff:
flink-libraries/flink-table/src/main/scala/org/apache/flink/table/codegen/CodeGenerator.scala
---
@@ -246,40 +245,31 @@ abstract class CodeGenerat
Github user twalthr commented on a diff in the pull request:
https://github.com/apache/flink/pull/4894#discussion_r146585641
--- Diff:
flink-libraries/flink-table/src/main/scala/org/apache/flink/table/codegen/CodeGenerator.scala
---
@@ -1332,6 +1322,11 @@ abstract class CodeGenera
Github user twalthr commented on a diff in the pull request:
https://github.com/apache/flink/pull/4894#discussion_r146587166
--- Diff:
flink-libraries/flink-table/src/main/scala/org/apache/flink/table/plan/nodes/PhysicalTableSourceScan.scala
---
@@ -22,24 +22,30 @@ import org.apac
Github user twalthr commented on a diff in the pull request:
https://github.com/apache/flink/pull/4894#discussion_r146575110
--- Diff:
flink-connectors/flink-hbase/src/main/java/org/apache/flink/addons/hbase/HBaseTableSource.java
---
@@ -89,34 +98,50 @@ public void addColumn(Strin
Github user twalthr commented on a diff in the pull request:
https://github.com/apache/flink/pull/4894#discussion_r146583860
--- Diff:
flink-libraries/flink-table/src/main/scala/org/apache/flink/table/codegen/CodeGenerator.scala
---
@@ -246,40 +245,31 @@ abstract class CodeGenerat
Ted Yu created FLINK-7936:
-
Summary: Lack of synchronization w.r.t. taskManagers in
MetricStore#add()
Key: FLINK-7936
URL: https://issues.apache.org/jira/browse/FLINK-7936
Project: Flink
Issue Type:
[
https://issues.apache.org/jira/browse/FLINK-7574?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16221713#comment-16221713
]
ASF GitHub Bot commented on FLINK-7574:
---
Github user yew1eb commented on the issue:
Github user yew1eb commented on the issue:
https://github.com/apache/flink/pull/4712
thx @zentol, I will add the `maven-dependency-plugin` to flink-parent
pom.xml file.
```
org.apache.maven.plugins
maven-dependency-plugin
3.0.2
[
https://issues.apache.org/jira/browse/FLINK-6875?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16221634#comment-16221634
]
hetang commented on FLINK-6875:
---
εζ 26, 2017 7:51:15 δΈε org.apache.flink.runtime.blob.BlobCl
[
https://issues.apache.org/jira/browse/FLINK-7705?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16221571#comment-16221571
]
ASF GitHub Bot commented on FLINK-7705:
---
Github user zjureel commented on the issue:
Github user zjureel commented on the issue:
https://github.com/apache/flink/pull/4884
Hi @tillrohrmann , could you merge this PR when you're free? Some issues
depend on `MetricFetcher` and I found it would be added to
`DispatcherRestEndpoint` in this PR. THX
---
[
https://issues.apache.org/jira/browse/FLINK-7100?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16221567#comment-16221567
]
Fang Yong commented on FLINK-7100:
--
[~Zentol] [~till.rohrmann], thank you for your sugges
[
https://issues.apache.org/jira/browse/FLINK-7935?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16221566#comment-16221566
]
Wei-Che Wei commented on FLINK-7935:
Hi [~elevy]
Is this issue same as FLINK-7692
> M
Elias Levy created FLINK-7935:
-
Summary: Metrics with user supplied scope variables
Key: FLINK-7935
URL: https://issues.apache.org/jira/browse/FLINK-7935
Project: Flink
Issue Type: Improvement
[
https://issues.apache.org/jira/browse/FLINK-7051?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16221305#comment-16221305
]
Fabian Hueske commented on FLINK-7051:
--
Calcite dependency has been upgraded to 1.14
[
https://issues.apache.org/jira/browse/FLINK-6173?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16221301#comment-16221301
]
ASF GitHub Bot commented on FLINK-6173:
---
Github user asfgit closed the pull request
[
https://issues.apache.org/jira/browse/FLINK-7051?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16221300#comment-16221300
]
ASF GitHub Bot commented on FLINK-7051:
---
Github user asfgit closed the pull request
Github user asfgit closed the pull request at:
https://github.com/apache/flink/pull/4837
---
Github user asfgit closed the pull request at:
https://github.com/apache/flink/pull/4873
---
[
https://issues.apache.org/jira/browse/FLINK-6225?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16221173#comment-16221173
]
ASF GitHub Bot commented on FLINK-6225:
---
Github user fhueske commented on the issue:
Github user fhueske commented on the issue:
https://github.com/apache/flink/pull/3748
Thanks for the update and reminder @PangZhi.
I'll have a look tomorrow. Maybe we can include this in the upcoming 1.4.0
release.
Thanks, Fabian
---
[
https://issues.apache.org/jira/browse/FLINK-6173?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16221164#comment-16221164
]
ASF GitHub Bot commented on FLINK-6173:
---
Github user fhueske commented on the issue:
Github user fhueske commented on the issue:
https://github.com/apache/flink/pull/4837
I'll fix the broken build and will merge this PR.
---
[
https://issues.apache.org/jira/browse/FLINK-7784?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16220959#comment-16220959
]
ASF GitHub Bot commented on FLINK-7784:
---
Github user GJL commented on the issue:
[
https://issues.apache.org/jira/browse/FLINK-7784?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16220957#comment-16220957
]
ASF GitHub Bot commented on FLINK-7784:
---
GitHub user GJL opened a pull request:
Github user GJL commented on the issue:
https://github.com/apache/flink/pull/4910
@aljoscha
---
GitHub user GJL opened a pull request:
https://github.com/apache/flink/pull/4910
[FLINK-7784] [kafka-producer] Don't fail TwoPhaseCommitSinkFunction when
failing to commit during job recovery
## What is the purpose of the change
This makes it possible to configure the TwoPhaseCo
[
https://issues.apache.org/jira/browse/FLINK-7923?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16220895#comment-16220895
]
Rong Rong commented on FLINK-7923:
--
Done, created umbrella task for Calcite 1.15 release.
Rong Rong created FLINK-7934:
Summary: Upgrade Calcite dependency to 1.15
Key: FLINK-7934
URL: https://issues.apache.org/jira/browse/FLINK-7934
Project: Flink
Issue Type: Bug
Reporter
[
https://issues.apache.org/jira/browse/FLINK-6225?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16220878#comment-16220878
]
ASF GitHub Bot commented on FLINK-6225:
---
Github user PangZhi commented on the issue:
Github user PangZhi commented on the issue:
https://github.com/apache/flink/pull/3748
@zentol Hey zentol, when do you think we will be able to merge in.
---
[
https://issues.apache.org/jira/browse/FLINK-7880?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16220824#comment-16220824
]
ASF GitHub Bot commented on FLINK-7880:
---
GitHub user kl0u opened a pull request:
[
https://issues.apache.org/jira/browse/FLINK-7880?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16220825#comment-16220825
]
Kostas Kloudas commented on FLINK-7880:
---
I think this PR fixes it.
> flink-queryabl
GitHub user kl0u opened a pull request:
https://github.com/apache/flink/pull/4909
[FLINK-7880][QS] Fix QS test instabilities.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/kl0u/flink qs-test-instability
Alternatively you can r
GitHub user zentol opened a pull request:
https://github.com/apache/flink/pull/4908
[FLINK-7933][metrics] Improve PrometheusReporter tests
## What is the purpose of the change
This PR resolves the test instabilities of the prometheus reporter.
## Brief change log
[
https://issues.apache.org/jira/browse/FLINK-7933?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16220811#comment-16220811
]
ASF GitHub Bot commented on FLINK-7933:
---
GitHub user zentol opened a pull request:
[
https://issues.apache.org/jira/browse/FLINK-7908?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Kostas Kloudas closed FLINK-7908.
-
Resolution: Fixed
Merged at 0c771505b84cdacf7a359c3be0efe38a30f9e660
> Restructure the QS module
[
https://issues.apache.org/jira/browse/FLINK-7824?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Kostas Kloudas closed FLINK-7824.
-
Resolution: Fixed
> Put the queryable state jars in the opt folder.
>
[
https://issues.apache.org/jira/browse/FLINK-7933?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Chesnay Schepler reassigned FLINK-7933:
---
Assignee: Chesnay Schepler
> Test instability PrometheusReporterTest
> --
[
https://issues.apache.org/jira/browse/FLINK-7824?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16220791#comment-16220791
]
Kostas Kloudas commented on FLINK-7824:
---
Merged at 2fd8721d0375bfa60a190bb206a65287c
[
https://issues.apache.org/jira/browse/FLINK-7908?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16220789#comment-16220789
]
ASF GitHub Bot commented on FLINK-7908:
---
Github user asfgit closed the pull request
Github user asfgit closed the pull request at:
https://github.com/apache/flink/pull/4906
---
[
https://issues.apache.org/jira/browse/FLINK-7840?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16220771#comment-16220771
]
ASF GitHub Bot commented on FLINK-7840:
---
Github user StephanEwen commented on the is
[
https://issues.apache.org/jira/browse/FLINK-7840?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16220772#comment-16220772
]
ASF GitHub Bot commented on FLINK-7840:
---
Github user StephanEwen closed the pull req
Github user StephanEwen commented on the issue:
https://github.com/apache/flink/pull/4827
Merged in 8595dadb89a1276c6c7d0ed2e2fae396a5c1d222
---
[
https://issues.apache.org/jira/browse/FLINK-7840?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Stephan Ewen closed FLINK-7840.
---
> Shade Akka's Netty Dependency
> -
>
> Key: FLINK-7840
>
Github user StephanEwen closed the pull request at:
https://github.com/apache/flink/pull/4827
---
[
https://issues.apache.org/jira/browse/FLINK-7840?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Stephan Ewen resolved FLINK-7840.
-
Resolution: Fixed
Fixed via 8595dadb89a1276c6c7d0ed2e2fae396a5c1d222
> Shade Akka's Netty Depende
[
https://issues.apache.org/jira/browse/FLINK-7100?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16220765#comment-16220765
]
Till Rohrmann commented on FLINK-7100:
--
True, the PR does not address a single proble
[
https://issues.apache.org/jira/browse/FLINK-7914?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16220763#comment-16220763
]
ASF GitHub Bot commented on FLINK-7914:
---
Github user StephanEwen commented on the is
Github user StephanEwen commented on the issue:
https://github.com/apache/flink/pull/4903
Sounds fair, +1
---
[
https://issues.apache.org/jira/browse/FLINK-7844?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16220750#comment-16220750
]
ASF GitHub Bot commented on FLINK-7844:
---
Github user StephanEwen commented on the is
Github user StephanEwen commented on the issue:
https://github.com/apache/flink/pull/4844
Had an offline discussion with @tillrohrmann - rewriting this without
Mockito results in a similar amount of code with similar maintenance effort, so
seems to be okay in this case.
+1 to
[
https://issues.apache.org/jira/browse/FLINK-7933?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Kostas Kloudas updated FLINK-7933:
--
Component/s: Tests
> Test instability PrometheusReporterTest
> -
[
https://issues.apache.org/jira/browse/FLINK-7933?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Kostas Kloudas updated FLINK-7933:
--
Labels: test-stability (was: )
> Test instability PrometheusReporterTest
>
[
https://issues.apache.org/jira/browse/FLINK-7933?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Kostas Kloudas updated FLINK-7933:
--
Priority: Critical (was: Major)
> Test instability PrometheusReporterTest
> ---
Kostas Kloudas created FLINK-7933:
-
Summary: Test instability PrometheusReporterTest
Key: FLINK-7933
URL: https://issues.apache.org/jira/browse/FLINK-7933
Project: Flink
Issue Type: Bug
[
https://issues.apache.org/jira/browse/FLINK-7800?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16220670#comment-16220670
]
Fabian Hueske commented on FLINK-7800:
--
That's a good point. I think we can remove th
[
https://issues.apache.org/jira/browse/FLINK-7932?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16220666#comment-16220666
]
Fabian Hueske commented on FLINK-7932:
--
I see, thanks for the info.
Might make sense
[
https://issues.apache.org/jira/browse/FLINK-7932?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16220662#comment-16220662
]
Chesnay Schepler commented on FLINK-7932:
-
This section was removed recently for 1
Fabian Hueske created FLINK-7932:
Summary: Best Practices docs recommend passing parameters through
open(Configuration c)
Key: FLINK-7932
URL: https://issues.apache.org/jira/browse/FLINK-7932
Project:
[
https://issues.apache.org/jira/browse/FLINK-7840?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16220639#comment-16220639
]
ASF GitHub Bot commented on FLINK-7840:
---
Github user StephanEwen commented on the is
Github user StephanEwen commented on the issue:
https://github.com/apache/flink/pull/4827
Merging as soon as Travis gives a green light on the rebased branch...
---
[
https://issues.apache.org/jira/browse/FLINK-7840?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16220633#comment-16220633
]
ASF GitHub Bot commented on FLINK-7840:
---
Github user StephanEwen commented on the is
Github user StephanEwen commented on the issue:
https://github.com/apache/flink/pull/4827
Thanks for the review, merging...
---
[
https://issues.apache.org/jira/browse/FLINK-7737?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16220629#comment-16220629
]
ASF GitHub Bot commented on FLINK-7737:
---
Github user StephanEwen commented on the is
Github user StephanEwen commented on the issue:
https://github.com/apache/flink/pull/4876
A quick post-mortem comment here:
This adds a lot of `equals()` and `hashCode()` on classes where these are
ill-defined.
For example: `StreamWriterBase` defines `equals()` and `h
[
https://issues.apache.org/jira/browse/FLINK-7153?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Till Rohrmann reassigned FLINK-7153:
Assignee: Till Rohrmann
> Eager Scheduling can't allocate source for ExecutionGraph correct
[
https://issues.apache.org/jira/browse/FLINK-7840?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16220560#comment-16220560
]
ASF GitHub Bot commented on FLINK-7840:
---
Github user StephanEwen commented on a diff
Github user StephanEwen commented on a diff in the pull request:
https://github.com/apache/flink/pull/4827#discussion_r147165565
--- Diff: flink-test-utils-parent/flink-test-utils/pom.xml ---
@@ -117,6 +124,41 @@ under the License.
true
[
https://issues.apache.org/jira/browse/FLINK-7846?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16220556#comment-16220556
]
ASF GitHub Bot commented on FLINK-7846:
---
Github user asfgit closed the pull request
Github user asfgit closed the pull request at:
https://github.com/apache/flink/pull/4902
---
[
https://issues.apache.org/jira/browse/FLINK-7846?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Chesnay Schepler closed FLINK-7846.
---
Resolution: Fixed
1.4: dc1a0dce060c7a4af9fec3a5d3d0ccf564e08060
> Remove guava shading from E
[
https://issues.apache.org/jira/browse/FLINK-7368?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16220553#comment-16220553
]
ASF GitHub Bot commented on FLINK-7368:
---
Github user asfgit closed the pull request
[
https://issues.apache.org/jira/browse/FLINK-7368?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16220554#comment-16220554
]
ASF GitHub Bot commented on FLINK-7368:
---
Github user asfgit closed the pull request
Github user asfgit closed the pull request at:
https://github.com/apache/flink/pull/4840
---
Github user asfgit closed the pull request at:
https://github.com/apache/flink/pull/4472
---
[
https://issues.apache.org/jira/browse/FLINK-7368?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Chesnay Schepler closed FLINK-7368.
---
Resolution: Fixed
1.4: f622de3ecbc2ae17f2d15fe46828c48747c2b6ae
> MetricStore makes cpu spin
[
https://issues.apache.org/jira/browse/FLINK-7844?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16220545#comment-16220545
]
ASF GitHub Bot commented on FLINK-7844:
---
Github user StephanEwen commented on a diff
Github user StephanEwen commented on a diff in the pull request:
https://github.com/apache/flink/pull/4844#discussion_r147162652
--- Diff:
flink-runtime/src/main/java/org/apache/flink/runtime/checkpoint/CheckpointCoordinator.java
---
@@ -1270,6 +1272,42 @@ public void run() {
[
https://issues.apache.org/jira/browse/FLINK-7051?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16220519#comment-16220519
]
ASF GitHub Bot commented on FLINK-7051:
---
Github user fhueske commented on a diff in
[
https://issues.apache.org/jira/browse/FLINK-7051?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16220522#comment-16220522
]
ASF GitHub Bot commented on FLINK-7051:
---
Github user fhueske commented on a diff in
[
https://issues.apache.org/jira/browse/FLINK-7051?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16220521#comment-16220521
]
ASF GitHub Bot commented on FLINK-7051:
---
Github user fhueske commented on a diff in
[
https://issues.apache.org/jira/browse/FLINK-7051?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16220520#comment-16220520
]
ASF GitHub Bot commented on FLINK-7051:
---
Github user fhueske commented on a diff in
Github user fhueske commented on a diff in the pull request:
https://github.com/apache/flink/pull/4873#discussion_r147154899
--- Diff:
flink-libraries/flink-table/src/test/scala/org/apache/flink/table/api/batch/sql/AggregateTest.scala
---
@@ -208,29 +208,29 @@ class AggregateTest
1 - 100 of 228 matches
Mail list logo