[
https://issues.apache.org/jira/browse/FLINK-30477?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17683254#comment-17683254
]
lincoln lee commented on FLINK-30477:
-
fixed in 1.16: 8ee93dabf446b28795de431c376b03
[
https://issues.apache.org/jira/browse/FLINK-30477?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
lincoln lee updated FLINK-30477:
Fix Version/s: 1.16.2
> Not properly blocking retries when timeout occurs in AsyncWaitOperator
> -
gyfora merged PR #520:
URL: https://github.com/apache/flink-kubernetes-operator/pull/520
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: issues-unsubscr
lincoln-lil merged PR #21795:
URL: https://github.com/apache/flink/pull/21795
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: issues-unsubscr...@flink.a
lincoln-lil commented on code in PR #21827:
URL: https://github.com/apache/flink/pull/21827#discussion_r1094145881
##
flink-table/flink-table-common/src/main/java/org/apache/flink/table/utils/TableSchemaUtils.java:
##
@@ -98,6 +100,21 @@ public static int[] getPrimaryKeyIndices(
[
https://issues.apache.org/jira/browse/FLINK-30875?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Zhu Zhu reassigned FLINK-30875:
---
Assignee: Junrui Li
> Remove legacy AdaptiveBatchScheduler configuration call.
> -
[
https://issues.apache.org/jira/browse/FLINK-30875?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Junrui Li updated FLINK-30875:
--
Summary: Remove legacy AdaptiveBatchScheduler configuration call. (was:
Remove legacy AdaptiveBatchS
Junrui Li created FLINK-30875:
-
Summary: Remove legacy AdaptiveBatchScheduler min parallelism
configuration call.
Key: FLINK-30875
URL: https://issues.apache.org/jira/browse/FLINK-30875
Project: Flink
[
https://issues.apache.org/jira/browse/FLINK-30770?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17683252#comment-17683252
]
lincoln lee commented on FLINK-30770:
-
[~terlenbach] I understand your question, but
wuchong commented on PR #21322:
URL: https://github.com/apache/flink/pull/21322#issuecomment-1413248269
Waiting for branch cut.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comme
flinkbot commented on PR #21827:
URL: https://github.com/apache/flink/pull/21827#issuecomment-1413241024
## CI report:
* 7d92775038f0565d8fbc9c66bf88189d8bee1bfd UNKNOWN
Bot commands
The @flinkbot bot supports the following commands:
- `@flinkbot run azure`
[
https://issues.apache.org/jira/browse/FLINK-30868?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
ASF GitHub Bot updated FLINK-30868:
---
Labels: pull-request-available (was: )
> Revert to use LongSerializer for seralization in t
fsk119 opened a new pull request, #21827:
URL: https://github.com/apache/flink/pull/21827
…zation in the TimeIndicatorTypeInfo
## What is the purpose of the change
*Revert the API change in the #21182 to use the origin LongSerializer.*
## Does this pull reques
lincoln-lil commented on code in PR #21800:
URL: https://github.com/apache/flink/pull/21800#discussion_r1094098027
##
flink-table/flink-sql-client/src/main/java/org/apache/flink/table/client/gateway/ExecutorImpl.java:
##
@@ -98,91 +98,85 @@ public class ExecutorImpl implements E
zlzhang0122 commented on PR #18523:
URL: https://github.com/apache/flink/pull/18523#issuecomment-1413211193
@flinkbot run azure
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific commen
[
https://issues.apache.org/jira/browse/FLINK-30803?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Dian Fu closed FLINK-30803.
---
Fix Version/s: 1.17.0
1.15.4
1.16.2
Assignee: Dian Fu
R
zlzhang0122 commented on code in PR #18523:
URL: https://github.com/apache/flink/pull/18523#discussion_r1094077538
##
flink-runtime/src/main/java/org/apache/flink/runtime/scheduler/adaptive/allocator/VertexParallelism.java:
##
@@ -30,6 +32,7 @@
* SlotAllocator#tryReserveResour
dianfu closed pull request #21809: [FLINK-30803][python] Fix command line
option '-py' to make it work well in per-job mode
URL: https://github.com/apache/flink/pull/21809
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use t
[
https://issues.apache.org/jira/browse/FLINK-24697?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17683220#comment-17683220
]
Yuan Kui commented on FLINK-24697:
--
[~renqs] Thanks your answer,If we keep the default
LadyForest commented on code in PR #21802:
URL: https://github.com/apache/flink/pull/21802#discussion_r1094004423
##
flink-table/flink-sql-client/src/test/java/org/apache/flink/table/client/gateway/local/ExecutorImplITCase.java:
##
@@ -481,17 +489,35 @@ void testStopJob() throws
fsk119 commented on code in PR #21802:
URL: https://github.com/apache/flink/pull/21802#discussion_r1093998583
##
flink-table/flink-sql-client/src/test/java/org/apache/flink/table/client/gateway/local/ExecutorImplITCase.java:
##
@@ -481,17 +489,35 @@ void testStopJob() throws Exc
Shammon created FLINK-30874:
---
Summary: Introduce configuration for table store
Key: FLINK-30874
URL: https://issues.apache.org/jira/browse/FLINK-30874
Project: Flink
Issue Type: Sub-task
zlzhang0122 commented on code in PR #18523:
URL: https://github.com/apache/flink/pull/18523#discussion_r1093984069
##
flink-runtime/src/main/java/org/apache/flink/runtime/scheduler/DefaultExecutionGraphFactory.java:
##
@@ -197,9 +199,23 @@ public ExecutionGraph createAndRestoreE
[
https://issues.apache.org/jira/browse/FLINK-24697?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17683211#comment-17683211
]
Qingsheng Ren commented on FLINK-24697:
---
Thanks for the comment [~hejiefang] [~cat
[
https://issues.apache.org/jira/browse/FLINK-30750?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jingsong Lee closed FLINK-30750.
Fix Version/s: table-store-0.4.0
Assignee: yuzelin
Resolution: Fixed
master: f2b3b
[
https://issues.apache.org/jira/browse/FLINK-30750?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
ASF GitHub Bot updated FLINK-30750:
---
Labels: pull-request-available (was: )
> CompactActionITCase.testBatchCompact in table stor
reswqa commented on PR #21815:
URL: https://github.com/apache/flink/pull/21815#issuecomment-1413096924
@flinkbot run azure
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
T
JingsongLi merged PR #495:
URL: https://github.com/apache/flink-table-store/pull/495
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: issues-unsubscr...@
[
https://issues.apache.org/jira/browse/FLINK-30825?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Shang Yuanchun updated FLINK-30825:
---
Description:
Currently flink-kubernetes-operator only use
io.fabric8.kubernetes.api.model.n
[
https://issues.apache.org/jira/browse/FLINK-30825?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Shang Yuanchun updated FLINK-30825:
---
Description:
Currently flink-kubernetes-operator only use
io.fabric8.kubernetes.api.model.n
zlzhang0122 commented on code in PR #18523:
URL: https://github.com/apache/flink/pull/18523#discussion_r1093972004
##
flink-runtime/src/main/java/org/apache/flink/runtime/jobgraph/jsonplan/JsonPlanGenerator.java:
##
@@ -117,10 +120,25 @@ public static String generatePlan(
[
https://issues.apache.org/jira/browse/FLINK-29859?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Zhu Zhu closed FLINK-29859.
---
Resolution: Fixed
Fixed via
master:
19f2230a4758f471305727ad82d36984ebbc7e3a
release-1.16:
e6a91aa39fc42541
zhuzhurk closed pull request #21820: [FLINK-29859][e2e] Add new allowed
exceptions in logs for speculative execution e2e
URL: https://github.com/apache/flink/pull/21820
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
[
https://issues.apache.org/jira/browse/FLINK-28440?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17682677#comment-17682677
]
Feifan Wang edited comment on FLINK-28440 at 2/2/23 2:54 AM:
-
[
https://issues.apache.org/jira/browse/FLINK-28440?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17682912#comment-17682912
]
Feifan Wang edited comment on FLINK-28440 at 2/2/23 2:53 AM:
-
swuferhong commented on PR #21821:
URL: https://github.com/apache/flink/pull/21821#issuecomment-1413073051
@flinkbot run azure
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment
ifndef-SleePy commented on PR #21807:
URL: https://github.com/apache/flink/pull/21807#issuecomment-1413067274
@zhuzhurk I've addressed the comments and updated the PR.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use th
ifndef-SleePy commented on code in PR #21807:
URL: https://github.com/apache/flink/pull/21807#discussion_r1093948323
##
docs/content.zh/docs/deployment/speculative_execution.md:
##
@@ -40,10 +40,6 @@ under the License.
## 使用方法
Review Comment:
I checked the master branch. Th
swuferhong commented on PR #21821:
URL: https://github.com/apache/flink/pull/21821#issuecomment-1413065105
@flinkbot run azure
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment
ifndef-SleePy commented on code in PR #21807:
URL: https://github.com/apache/flink/pull/21807#discussion_r1093946502
##
docs/content/docs/deployment/speculative_execution.md:
##
@@ -92,6 +88,31 @@ No extra change is required for other sources to work with
speculative execution
ifndef-SleePy commented on code in PR #21807:
URL: https://github.com/apache/flink/pull/21807#discussion_r1093946283
##
docs/content.zh/docs/deployment/speculative_execution.md:
##
@@ -83,6 +79,29 @@ public interface SupportsHandleExecutionAttemptSourceEvent {
和 {{< gh_link
fi
vacaly commented on code in PR #192:
URL: https://github.com/apache/flink-ml/pull/192#discussion_r1093937923
##
flink-ml-lib/src/main/java/org/apache/flink/ml/recommendation/swing/Swing.java:
##
@@ -0,0 +1,455 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
vacaly commented on code in PR #192:
URL: https://github.com/apache/flink-ml/pull/192#discussion_r1093934595
##
flink-ml-lib/src/main/java/org/apache/flink/ml/recommendation/swing/Swing.java:
##
@@ -0,0 +1,455 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
liyubin117 commented on PR #21521:
URL: https://github.com/apache/flink/pull/21521#issuecomment-1413037107
@flinkbot run azure
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment
swuferhong commented on PR #21821:
URL: https://github.com/apache/flink/pull/21821#issuecomment-1413000749
@flinkbot run azure
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment
[
https://issues.apache.org/jira/browse/FLINK-30688?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
ASF GitHub Bot updated FLINK-30688:
---
Labels: pull-request-available (was: )
> Disable Kryo fallback in Flink ML tests
>
jiangxin369 opened a new pull request, #202:
URL: https://github.com/apache/flink-ml/pull/202
## What is the purpose of the change
Disable Kryo fallback in Flink ML tests to ensure that all Flink ML
algorithms are not using Kryo.
## Brief change log
*(for example
HuangZhenQiu commented on code in PR #520:
URL:
https://github.com/apache/flink-kubernetes-operator/pull/520#discussion_r1093853751
##
examples/flink-beam-example/README.md:
##
@@ -0,0 +1,67 @@
+
+
+# Flink Kubernetes Operator Beam application example
+
+## Overview
+
+This is
[
https://issues.apache.org/jira/browse/FLINK-28186?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Matyas Orhidi closed FLINK-28186.
-
Resolution: Duplicate
> Trigger Operator Events on Configuration Changes
> -
[
https://issues.apache.org/jira/browse/FLINK-14577?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Matyas Orhidi closed FLINK-14577.
-
Resolution: Won't Fix
> Hortonworks schema registry support for avro deserialization
> -
snuyanzin commented on code in PR #18:
URL:
https://github.com/apache/flink-connector-jdbc/pull/18#discussion_r1093770024
##
flink-connector-jdbc/src/test/java/org/apache/flink/connector/jdbc/databases/oracle/OracleMetadata.java:
##
@@ -0,0 +1,97 @@
+/*
+ * Licensed to the Apac
Yaroslav Tkachenko created FLINK-30873:
--
Summary: FileSystem Table API connector doesn't discover new files
when partitions are specified
Key: FLINK-30873
URL: https://issues.apache.org/jira/browse/FLINK-3087
snuyanzin commented on PR #21811:
URL: https://github.com/apache/flink/pull/21811#issuecomment-1412618310
> @snuyanzin I've opened
https://github.com/apache/flink-connector-gcp-pubsub/pull/3 to move the example
:)
great!
I've checked once more and now not able to find other pu
MartijnVisser commented on PR #21811:
URL: https://github.com/apache/flink/pull/21811#issuecomment-1412585405
@snuyanzin I've opened
https://github.com/apache/flink-connector-gcp-pubsub/pull/3 to move the example
:)
--
This is an automated message from the Apache Git Service.
To respond
Martijn Visser created FLINK-30872:
--
Summary: Move GCP example to GCP connector repo
Key: FLINK-30872
URL: https://issues.apache.org/jira/browse/FLINK-30872
Project: Flink
Issue Type: Techni
[
https://issues.apache.org/jira/browse/FLINK-30277?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17683114#comment-17683114
]
Danny Cranmer commented on FLINK-30277:
---
Done
> Allow PYTHONPATH of Python Worker
[
https://issues.apache.org/jira/browse/FLINK-30277?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Danny Cranmer reassigned FLINK-30277:
-
Assignee: Samrat Deb (was: Prabhu Joseph)
> Allow PYTHONPATH of Python Worker configur
kristoffSC commented on PR #21393:
URL: https://github.com/apache/flink/pull/21393#issuecomment-1412469928
Hi @tsreaper
thanks for kind words. I'm really happy that we are getting closer to merge
this change.
I was using Maciej Bryński's SQL example from FLINK-27246 ticket to veri
flinkbot commented on PR #21826:
URL: https://github.com/apache/flink/pull/21826#issuecomment-1412428476
## CI report:
* e5071be460abf4798215f734c8fb97f7586fa01c UNKNOWN
Bot commands
The @flinkbot bot supports the following commands:
- `@flinkbot run azure`
flinkbot commented on PR #21825:
URL: https://github.com/apache/flink/pull/21825#issuecomment-1412427262
## CI report:
* 9de76e438bae56f647b037d3323250e0ee157749 UNKNOWN
Bot commands
The @flinkbot bot supports the following commands:
- `@flinkbot run azure`
XComp opened a new pull request, #21826:
URL: https://github.com/apache/flink/pull/21826
1.16 "forwardport" PR for the 1.15 parent PR #19853
Why do we need this?
Refactoring the leader election for
FLIP-285/[FLINK-26522](https://issues.apache.org/jira/browse/FLINK-26522) is
kind o
XComp opened a new pull request, #21825:
URL: https://github.com/apache/flink/pull/21825
1.17 "forwardport" PR for the 1.15 parent PR #19853
Why do we need this?
Refactoring the leader election for
FLIP-285/[FLINK-26522](https://issues.apache.org/jira/browse/FLINK-26522) is
kind o
[
https://issues.apache.org/jira/browse/FLINK-27848?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17683099#comment-17683099
]
Matthias Pohl edited comment on FLINK-27848 at 2/1/23 5:09 PM:
---
[
https://issues.apache.org/jira/browse/FLINK-27848?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Matthias Pohl reopened FLINK-27848:
---
Assignee: Matthias Pohl (was: Weijie Guo)
I'm reopening this issue to provide forward(?)p
[
https://issues.apache.org/jira/browse/FLINK-27848?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Matthias Pohl updated FLINK-27848:
--
Affects Version/s: 1.16.1
1.17.0
> ZooKeeperLeaderElectionDriver keeps
zentol commented on PR #21757:
URL: https://github.com/apache/flink/pull/21757#issuecomment-1412380685
@flinkbot run azure
There's an HA e2e test failing.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL
gyfora commented on code in PR #520:
URL:
https://github.com/apache/flink-kubernetes-operator/pull/520#discussion_r1093464453
##
examples/flink-beam-example/Dockerfile:
##
@@ -0,0 +1,23 @@
+
+# Lic
gyfora commented on code in PR #520:
URL:
https://github.com/apache/flink-kubernetes-operator/pull/520#discussion_r1093462817
##
examples/flink-beam-example/Dockerfile:
##
@@ -0,0 +1,23 @@
+
+# Lic
[
https://issues.apache.org/jira/browse/FLINK-30871?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
ASF GitHub Bot updated FLINK-30871:
---
Labels: pull-request-available (was: )
> add bloom filter for orc
> --
zhangjun0x01 opened a new pull request, #494:
URL: https://github.com/apache/flink-table-store/pull/494
Because the prefix of `DelegatingConfiguration` is orc, so the
`Configuration` with `orc` prefix will be added to the orc writer properties
automatically
--
This is an automated messa
boring-cyborg[bot] commented on PR #52:
URL:
https://github.com/apache/flink-connector-aws/pull/52#issuecomment-1412320215
Thanks for opening this pull request! Please check out our contributing
guidelines. (https://flink.apache.org/contributing/how-to-contribute.html)
--
This is an
karthitect opened a new pull request, #52:
URL: https://github.com/apache/flink-connector-aws/pull/52
## Purpose of the change
This pull request allows users of the Kinesis Table API Flink Connector to
select from a list of shard assigner.
## Verifying this change
Th
snuyanzin commented on code in PR #119:
URL: https://github.com/apache/flink-shaded/pull/119#discussion_r1093434026
##
flink-shaded-jackson-parent/flink-shaded-jackson-2/src/main/resources/META-INF/NOTICE:
##
@@ -6,11 +6,11 @@ The Apache Software Foundation (http://www.apache.or
Jun Zhang created FLINK-30871:
-
Summary: add bloom filter for orc
Key: FLINK-30871
URL: https://issues.apache.org/jira/browse/FLINK-30871
Project: Flink
Issue Type: Improvement
Compone
flinkbot commented on PR #21824:
URL: https://github.com/apache/flink/pull/21824#issuecomment-1412257857
## CI report:
* b5ac5c6c28bb20d9944a7d077ff07f4201b06f0b UNKNOWN
Bot commands
The @flinkbot bot supports the following commands:
- `@flinkbot run azure`
NightRunner closed pull request #21720: [FLINK-30744][docs]Translate "Window
Top-N" page of "Querys" into Chi…
URL: https://github.com/apache/flink/pull/21720
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above
[
https://issues.apache.org/jira/browse/FLINK-30744?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17678251#comment-17678251
]
chenhaiyang edited comment on FLINK-30744 at 2/1/23 3:20 PM:
-
NightRunner opened a new pull request, #21824:
URL: https://github.com/apache/flink/pull/21824
Translate "Window Top-N" page of "Querys" into Chinese
## What is the purpose of the change
Translate /dev/table/sql/queries/window-topn.md
## Brief change log
Translate
MartijnVisser commented on PR #18:
URL:
https://github.com/apache/flink-connector-jdbc/pull/18#issuecomment-1412234021
@snuyanzin Could you have a look at this one? I think this would also help
your PRs since it addresses some of the test stabilities
--
This is an automated message from
flinkbot commented on PR #21823:
URL: https://github.com/apache/flink/pull/21823#issuecomment-1412225881
## CI report:
* 4bbd1637990e45d7b5a84e7db2510d79a4d0f405 UNKNOWN
Bot commands
The @flinkbot bot supports the following commands:
- `@flinkbot run azure`
NightRunner closed pull request #21709: [FLINK-30694][docs]Translate "Windowing
TVF" page of "Querys" into Chinese
URL: https://github.com/apache/flink/pull/21709
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL a
[
https://issues.apache.org/jira/browse/FLINK-30694?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17677137#comment-17677137
]
chenhaiyang edited comment on FLINK-30694 at 2/1/23 3:06 PM:
-
NightRunner opened a new pull request, #21823:
URL: https://github.com/apache/flink/pull/21823
Page "Application Development"/"Table API&SQL"/"SQL"/"Queries"/Windows TVF
translate to chinese.
## What is the purpose of the change
Translate /dev/table/sql/queries/window-tvf.md
swuferhong commented on PR #21821:
URL: https://github.com/apache/flink/pull/21821#issuecomment-1412192245
@flinkbot run azure
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment
[
https://issues.apache.org/jira/browse/FLINK-30858?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Gyula Fora reassigned FLINK-30858:
--
Assignee: Gyula Fora
> Kubernetes operator does not update reconciled generation
> --
[
https://issues.apache.org/jira/browse/FLINK-30836?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Martijn Visser updated FLINK-30836:
---
Fix Version/s: 1.17.0
(was: 1.17)
> Release FRocksDB 6.20.3-ververica
[
https://issues.apache.org/jira/browse/FLINK-30754?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Martijn Visser updated FLINK-30754:
---
Fix Version/s: 1.17.0
(was: 1.17)
> Fix ExceptionThrowingDelegationTo
[
https://issues.apache.org/jira/browse/FLINK-30811?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Martijn Visser updated FLINK-30811:
---
Fix Version/s: 1.17.0
(was: 1.17)
> Fix sql gateway can not stop job
[
https://issues.apache.org/jira/browse/FLINK-30567?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Martijn Visser updated FLINK-30567:
---
Fix Version/s: 1.17.0
(was: 1.17)
> Wrong insert overwrite behavior w
[
https://issues.apache.org/jira/browse/FLINK-30824?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Martijn Visser updated FLINK-30824:
---
Fix Version/s: 1.17.0
(was: 1.17)
> Add document for new introduced h
[
https://issues.apache.org/jira/browse/FLINK-30862?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17683034#comment-17683034
]
Chesnay Schepler commented on FLINK-30862:
--
??The question is why we didn't cle
[
https://issues.apache.org/jira/browse/FLINK-30474?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Matthias Pohl resolved FLINK-30474.
---
Fix Version/s: 1.17.0
1.15.4
1.16.2
Resolution:
[
https://issues.apache.org/jira/browse/FLINK-30474?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17682947#comment-17682947
]
Matthias Pohl edited comment on FLINK-30474 at 2/1/23 1:42 PM:
---
XComp merged PR #21819:
URL: https://github.com/apache/flink/pull/21819
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: issues-unsubscr...@flink.apache.
XComp merged PR #21818:
URL: https://github.com/apache/flink/pull/21818
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: issues-unsubscr...@flink.apache.
[
https://issues.apache.org/jira/browse/FLINK-30462?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Matthias Pohl resolved FLINK-30462.
---
Fix Version/s: 1.17.0
1.15.4
1.16.2
Resolution:
[
https://issues.apache.org/jira/browse/FLINK-30462?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17682946#comment-17682946
]
Matthias Pohl edited comment on FLINK-30462 at 2/1/23 1:41 PM:
---
XComp merged PR #21817:
URL: https://github.com/apache/flink/pull/21817
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: issues-unsubscr...@flink.apache.
XComp merged PR #21816:
URL: https://github.com/apache/flink/pull/21816
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: issues-unsubscr...@flink.apache.
lindong28 commented on code in PR #28:
URL: https://github.com/apache/flink-ml/pull/28#discussion_r1093233927
##
flink-ml-lib/src/main/java/org/apache/flink/ml/classification/linear/LogisticRegression.java:
##
@@ -0,0 +1,653 @@
+/*
+ * Licensed to the Apache Software Foundation
1 - 100 of 241 matches
Mail list logo