AHeise commented on PR #163:
URL:
https://github.com/apache/flink-connector-kafka/pull/163#issuecomment-2769558786
Sorry for unclean merge (rebase instead squash). Github showed me only 1
commit in this tab.
--
This is an automated message from the Apache Git Service.
To respond to the m
github-actions[bot] closed pull request #20689: [FLINK-28984][runtime] Fix the
problem that FsCheckpointStateOutputStream is not being released normally
URL: https://github.com/apache/flink/pull/20689
--
This is an automated message from the Apache Git Service.
To respond to the message, plea
github-actions[bot] commented on PR #20746:
URL: https://github.com/apache/flink/pull/20746#issuecomment-2768302883
This PR has been closed since it has not had any activity in 120 days.
If you feel like this was a mistake, or you would like to continue working
on it,
please feel fre
github-actions[bot] closed pull request #20357: [hotfix] [docs] Update gradle
build script in the overview.md
URL: https://github.com/apache/flink/pull/20357
--
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 t
AHeise commented on code in PR #159:
URL:
https://github.com/apache/flink-connector-kafka/pull/159#discussion_r2022304362
##
flink-connector-kafka/src/main/java/org/apache/flink/connector/kafka/sink/internal/ProducerPoolImpl.java:
##
@@ -131,26 +131,33 @@ public void recycleByT
github-actions[bot] closed pull request #20832: [FLINK-28975][connector/base]
Add IdlenessManager for main and per-split output in source operator to mark
idleness only if both outputs are idle
URL: https://github.com/apache/flink/pull/20832
--
This is an automated message from the Apache Gi
github-actions[bot] commented on PR #20886:
URL: https://github.com/apache/flink/pull/20886#issuecomment-2768303914
This PR has been closed since it has not had any activity in 120 days.
If you feel like this was a mistake, or you would like to continue working
on it,
please feel fre
davidradl commented on code in PR #23656:
URL: https://github.com/apache/flink/pull/23656#discussion_r2022436903
##
docs/data/sql_functions.yml:
##
@@ -658,6 +658,9 @@ collection:
- sql: ARRAY_JOIN(array, delimiter[, nullReplacement])
table: array.arrayJoin(delimiter[, n
github-actions[bot] commented on PR #20466:
URL: https://github.com/apache/flink/pull/20466#issuecomment-2768300361
This PR has been closed since it has not had any activity in 120 days.
If you feel like this was a mistake, or you would like to continue working
on it,
please feel fre
github-actions[bot] closed pull request #20862: [FLINK-29339][runtime]
JobMasterPartitionTracker returns future to avoid blocking main thread
URL: https://github.com/apache/flink/pull/20862
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on t
github-actions[bot] closed pull request #21272: [Flink]update some comments
URL: https://github.com/apache/flink/pull/21272
--
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 u
[
https://issues.apache.org/jira/browse/FLINK-37590?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
ASF GitHub Bot updated FLINK-37590:
---
Labels: pull-request-available (was: )
> Update the code of Python modules to adapt to Flin
github-actions[bot] closed pull request #21156: [FLINK-20578] Allow for
creation of empty arrays in Flink SQL query.
URL: https://github.com/apache/flink/pull/21156
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL
lvyanquan opened a new pull request, #163:
URL: https://github.com/apache/flink-connector-kafka/pull/163
Add missing CI for python and jdk11 in
https://github.com/apache/flink-connector-kafka/pull/140
--
This is an automated message from the Apache Git Service.
To respond to the message,
davidradl commented on code in PR #26385:
URL: https://github.com/apache/flink/pull/26385#discussion_r2022546637
##
flink-table/flink-table-common/src/main/java/org/apache/flink/table/factories/FactoryUtil.java:
##
@@ -173,6 +173,12 @@ public final class FactoryUtil {
JNSimba commented on PR #3767:
URL: https://github.com/apache/flink-cdc/pull/3767#issuecomment-2768979218
> @JNSimba Could we provide this feature by `SupportsProjectionPushDown`?
`debezium.column.include.list` and `debezium.column.exclude.list` is hard for
users to understand and use. We c
flinkbot commented on PR #26382:
URL: https://github.com/apache/flink/pull/26382#issuecomment-2768234322
## CI report:
* 8e59724aa9342a78a9b31d40eeb03ebfd6e0dec9 UNKNOWN
Bot commands
The @flinkbot bot supports the following commands:
- `@flinkbot run azure`
AHeise commented on code in PR #163:
URL:
https://github.com/apache/flink-connector-kafka/pull/163#discussion_r2022895758
##
flink-python/pyflink/datastream/connectors/kafka.py:
##
@@ -15,30 +15,24 @@
# See the License for the specific language governing permissions and
# li
AHeise commented on code in PR #163:
URL:
https://github.com/apache/flink-connector-kafka/pull/163#discussion_r2022889546
##
flink-connector-kafka/src/test/java/org/apache/flink/connector/kafka/sink/KafkaSinkITCase.java:
##
@@ -66,8 +66,6 @@
import org.apache.flink.testutils.j
github-actions[bot] commented on PR #20881:
URL: https://github.com/apache/flink/pull/20881#issuecomment-2768303811
This PR has been closed since it has not had any activity in 120 days.
If you feel like this was a mistake, or you would like to continue working
on it,
please feel fre
Laffery commented on PR #26383:
URL: https://github.com/apache/flink/pull/26383#issuecomment-2768188636
This PR had been reviewed by @davidradl in #25997
--
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
tomncooper commented on PR #161:
URL:
https://github.com/apache/flink-connector-kafka/pull/161#issuecomment-2769459080
I rebased after the merge of #138 and that restarted the CI.
It seems that `KafkaWriterFaultToleranceITCase` is flaky as it passes
locally with java 17 and 21 and h
csviri commented on PR #957:
URL:
https://github.com/apache/flink-kubernetes-operator/pull/957#issuecomment-2769206798
Would it be useful also to set also observedGeneration on the conditions, I
believe it is in general a good practice.
--
This is an automated message from the Apache Git
Hi Jasvendra,
In short 1.18 savepoint should be compatible from 1.20.
We don't know such existing issue. Can you please come up with a bare
minimal step-by-step or public repo where one can repro it easily?
BR,
G
On Tue, Apr 1, 2025 at 2:37 PM jasvendra kumar
wrote:
> Dear Flink Community,
>
github-actions[bot] commented on PR #18926:
URL: https://github.com/apache/flink/pull/18926#issuecomment-2765254141
This PR has been closed since it has not had any activity in 120 days.
If you feel like this was a mistake, or you would like to continue working
on it,
please feel fre
klion26 merged PR #26294:
URL: https://github.com/apache/flink/pull/26294
--
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.apach
lajith2006 commented on PR #957:
URL:
https://github.com/apache/flink-kubernetes-operator/pull/957#issuecomment-2768463731
As mentioned in the FLIP , we will have status.conditions, which holds the
list of conditions that contains the status of Job transitions in each stage.
When th
Zakelly commented on code in PR #26364:
URL: https://github.com/apache/flink/pull/26364#discussion_r2022324270
##
flink-state-backends/flink-statebackend-forst/src/main/java/org/apache/flink/state/forst/ForStKeyedStateBackend.java:
##
@@ -405,10 +424,11 @@ public S
createState
ruanhang1993 commented on code in PR #3916:
URL: https://github.com/apache/flink-cdc/pull/3916#discussion_r2022315733
##
flink-cdc-connect/flink-cdc-pipeline-connectors/flink-cdc-pipeline-connector-jdbc-parent/flink-cdc-pipeline-connector-jdbc-core/src/main/java/org/apache/flink/cdc/con
Sxnan merged PR #26384:
URL: https://github.com/apache/flink/pull/26384
--
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.
davidradl commented on code in PR #26385:
URL: https://github.com/apache/flink/pull/26385#discussion_r2022521342
##
docs/content.zh/docs/dev/python/table/table_environment.md:
##
@@ -199,6 +199,50 @@ TableEnvironment API
{{< pythondoc
file="pyflink.table.html#pyflink.t
davidradl commented on code in PR #26385:
URL: https://github.com/apache/flink/pull/26385#discussion_r2022522215
##
docs/content/docs/dev/python/table/table_environment.md:
##
@@ -199,6 +199,61 @@ These APIs are used to create/remove Table API/SQL Tables
and write queries:
davidradl commented on code in PR #26385:
URL: https://github.com/apache/flink/pull/26385#discussion_r2022520676
##
docs/content/docs/dev/python/table/table_environment.md:
##
@@ -199,6 +199,61 @@ These APIs are used to create/remove Table API/SQL Tables
and write queries:
lvyanquan commented on PR #3974:
URL: https://github.com/apache/flink-cdc/pull/3974#issuecomment-2768774625
One issue here is that if users modify (delete, change type) columns in the
original table (with the same name as transform), unexpected behavior may
occur.
I think we should sort
davidradl commented on code in PR #26385:
URL: https://github.com/apache/flink/pull/26385#discussion_r2022526540
##
flink-table/flink-table-api-java/src/main/java/org/apache/flink/table/api/TableEnvironment.java:
##
@@ -1212,6 +1297,44 @@ void createTemporarySystemFunction(
davidradl commented on code in PR #26385:
URL: https://github.com/apache/flink/pull/26385#discussion_r2022526540
##
flink-table/flink-table-api-java/src/main/java/org/apache/flink/table/api/TableEnvironment.java:
##
@@ -1212,6 +1297,44 @@ void createTemporarySystemFunction(
davidradl commented on code in PR #26385:
URL: https://github.com/apache/flink/pull/26385#discussion_r2022528177
##
flink-table/flink-table-api-java/src/main/java/org/apache/flink/table/api/TableEnvironment.java:
##
@@ -1212,6 +1297,44 @@ void createTemporarySystemFunction(
davidradl commented on code in PR #26385:
URL: https://github.com/apache/flink/pull/26385#discussion_r2022486807
##
flink-table/flink-table-api-java/src/main/java/org/apache/flink/table/api/TableEnvironment.java:
##
@@ -1122,6 +1178,35 @@ void createTemporarySystemFunction(
[
https://issues.apache.org/jira/browse/FLINK-37536?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
ASF GitHub Bot updated FLINK-37536:
---
Labels: pull-request-available (was: )
> Improve SQL gateway documentation
> -
davidradl commented on code in PR #26385:
URL: https://github.com/apache/flink/pull/26385#discussion_r2022535349
##
docs/content/docs/dev/python/table/table_environment.md:
##
@@ -199,6 +199,61 @@ These APIs are used to create/remove Table API/SQL Tables
and write queries:
Efrat Levitan created FLINK-37596:
-
Summary: Close metric groups for finished splits
Key: FLINK-37596
URL: https://issues.apache.org/jira/browse/FLINK-37596
Project: Flink
Issue Type: Bug
[
https://issues.apache.org/jira/browse/FLINK-37529?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17939941#comment-17939941
]
Hongshun Wang commented on FLINK-37529:
---
Currently, flink-cdc-base dependends on f
[
https://issues.apache.org/jira/browse/FLINK-37529?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Hongshun Wang updated FLINK-37529:
--
Description:
Currently, flink-cdc-base dependends on flink-cdc-common. Thus, all its
children
[ https://issues.apache.org/jira/browse/FLINK-37529 ]
Hongshun Wang deleted comment on FLINK-37529:
---
was (Author: JIRAUSER298968):
Currently, flink-cdc-base dependends on flink-cdc-common. Thus, all its
children module( such as flink-connecto
loserwang1024 commented on PR #3962:
URL: https://github.com/apache/flink-cdc/pull/3962#issuecomment-2768391321
@leonardBang @ruanhang1993 , CC.
--
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 th
github-actions[bot] closed pull request #20367: [FLINK-19589][Filesystem][S3]
Support per-connector FileSystem configuration
URL: https://github.com/apache/flink/pull/20367
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use
AHeise commented on PR #138:
URL:
https://github.com/apache/flink-connector-kafka/pull/138#issuecomment-2768488481
I'd prefer to have a release with 3.9 first. DataStream users are usually
free to bump independent of this release anyways.
--
This is an automated message from the Apache G
github-actions[bot] commented on PR #20441:
URL: https://github.com/apache/flink/pull/20441#issuecomment-2768300069
This PR has been closed since it has not had any activity in 120 days.
If you feel like this was a mistake, or you would like to continue working
on it,
please feel fre
Sxnan closed pull request #26355: [hotfix][docs] update create table syntax
pseudo code
URL: https://github.com/apache/flink/pull/26355
--
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 c
davidradl commented on code in PR #26385:
URL: https://github.com/apache/flink/pull/26385#discussion_r2022486807
##
flink-table/flink-table-api-java/src/main/java/org/apache/flink/table/api/TableEnvironment.java:
##
@@ -1122,6 +1178,35 @@ void createTemporarySystemFunction(
davidradl commented on code in PR #26385:
URL: https://github.com/apache/flink/pull/26385#discussion_r2022493492
##
flink-table/flink-table-api-java/src/main/java/org/apache/flink/table/api/internal/TableEnvironmentImpl.java:
##
@@ -719,6 +750,32 @@ public boolean dropView(Strin
github-actions[bot] commented on PR #20988:
URL: https://github.com/apache/flink/pull/20988#issuecomment-2768304423
This PR has been closed since it has not had any activity in 120 days.
If you feel like this was a mistake, or you would like to continue working
on it,
please feel fre
loserwang1024 commented on PR #3954:
URL: https://github.com/apache/flink-cdc/pull/3954#issuecomment-2768355162
Rebase this pr to master, @ruanhang1993 , CC
--
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
github-actions[bot] closed pull request #21011: [FLINK-29333][TABLE]Support the
tableconfig object get configuration infos from flink-conf.yaml file
URL: https://github.com/apache/flink/pull/21011
--
This is an automated message from the Apache Git Service.
To respond to the message, please
yuxiqian commented on code in PR #3916:
URL: https://github.com/apache/flink-cdc/pull/3916#discussion_r2022472467
##
flink-cdc-composer/src/main/java/org/apache/flink/cdc/composer/flink/FlinkPipelineComposer.java:
##
@@ -205,7 +205,11 @@ private void translate(StreamExecutionEnv
davidradl commented on code in PR #26385:
URL: https://github.com/apache/flink/pull/26385#discussion_r2022473816
##
docs/content.zh/docs/dev/python/table/table_environment.md:
##
@@ -199,6 +199,50 @@ TableEnvironment API
{{< pythondoc
file="pyflink.table.html#pyflink.t
github-actions[bot] commented on PR #20467:
URL: https://github.com/apache/flink/pull/20467#issuecomment-2768300449
This PR has been closed since it has not had any activity in 120 days.
If you feel like this was a mistake, or you would like to continue working
on it,
please feel fre
davidradl commented on code in PR #26385:
URL: https://github.com/apache/flink/pull/26385#discussion_r2022473816
##
docs/content.zh/docs/dev/python/table/table_environment.md:
##
@@ -199,6 +199,50 @@ TableEnvironment API
{{< pythondoc
file="pyflink.table.html#pyflink.t
davidradl commented on code in PR #26385:
URL: https://github.com/apache/flink/pull/26385#discussion_r2022478102
##
docs/content.zh/docs/dev/python/table/table_environment.md:
##
@@ -199,6 +199,50 @@ TableEnvironment API
{{< pythondoc
file="pyflink.table.html#pyflink.t
davidradl commented on code in PR #26385:
URL: https://github.com/apache/flink/pull/26385#discussion_r2022481127
##
flink-table/flink-table-api-java/src/main/java/org/apache/flink/table/api/TableEnvironment.java:
##
@@ -868,6 +868,62 @@ void createTemporarySystemFunction(
yuxiqian commented on code in PR #3916:
URL: https://github.com/apache/flink-cdc/pull/3916#discussion_r2022484480
##
flink-cdc-connect/flink-cdc-pipeline-connectors/flink-cdc-pipeline-connector-jdbc-parent/flink-cdc-pipeline-connector-jdbc-core/src/main/java/org/apache/flink/cdc/connect
davidradl commented on code in PR #26385:
URL: https://github.com/apache/flink/pull/26385#discussion_r2022484221
##
flink-table/flink-table-api-java/src/main/java/org/apache/flink/table/api/TableEnvironment.java:
##
@@ -1122,6 +1178,35 @@ void createTemporarySystemFunction(
davidradl commented on code in PR #26385:
URL: https://github.com/apache/flink/pull/26385#discussion_r2022520676
##
docs/content/docs/dev/python/table/table_environment.md:
##
@@ -199,6 +199,61 @@ These APIs are used to create/remove Table API/SQL Tables
and write queries:
beliefer commented on PR #26362:
URL: https://github.com/apache/flink/pull/26362#issuecomment-2768933297
@davidradl Could you take a look again ? :-)
--
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
davidradl commented on code in PR #26385:
URL: https://github.com/apache/flink/pull/26385#discussion_r2022532895
##
docs/content/docs/dev/python/table/table_environment.md:
##
@@ -795,6 +850,29 @@ These APIs are used to access catalogs and modules. You
can find more detailed i
github-actions[bot] commented on PR #20284:
URL: https://github.com/apache/flink/pull/20284#issuecomment-2768298910
This PR has been closed since it has not had any activity in 120 days.
If you feel like this was a mistake, or you would like to continue working
on it,
please feel fre
Laffery opened a new pull request, #26383:
URL: https://github.com/apache/flink/pull/26383
JIRA Ticket:
[issues.apache.org/jira/browse/FLINK-37151](https://issues.apache.org/jira/browse/FLINK-37151)
## What is the purpose of the change
Remove redundant testing dependencies and
github-actions[bot] commented on PR #20689:
URL: https://github.com/apache/flink/pull/20689#issuecomment-2768302343
This PR has been closed since it has not had any activity in 120 days.
If you feel like this was a mistake, or you would like to continue working
on it,
please feel fre
github-actions[bot] closed pull request #20249: [FLINK-28515][checkpoint]Try to
clean up localSnapshot files after checkpoint aborted
URL: https://github.com/apache/flink/pull/20249
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub
AHeise commented on PR #163:
URL:
https://github.com/apache/flink-connector-kafka/pull/163#issuecomment-2768987393
I think we previously ran python just against one java version. I'm fine
with running it against 3 versions but just wanted to make sure it's a
conscious decision.
--
This
github-actions[bot] closed pull request #20639: [WIP][FLINK-28838] Avoid to
notify the elementQueue consumer when the fetc…
URL: https://github.com/apache/flink/pull/20639
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use t
github-actions[bot] commented on PR #22264:
URL: https://github.com/apache/flink/pull/22264#issuecomment-2768307515
This PR has been closed since it has not had any activity in 120 days.
If you feel like this was a mistake, or you would like to continue working
on it,
please feel fre
[
https://issues.apache.org/jira/browse/FLINK-34992?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17939864#comment-17939864
]
Shengkai Fang commented on FLINK-34992:
---
[~lihaosky] Do you have plan to finish th
davidradl commented on code in PR #26385:
URL: https://github.com/apache/flink/pull/26385#discussion_r2022514025
##
flink-python/pyflink/table/model_descriptor.py:
##
@@ -0,0 +1,140 @@
+
+# Licensed
[
https://issues.apache.org/jira/browse/FLINK-37472?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Congxian Qiu resolved FLINK-37472.
--
Resolution: Implemented
> flink zh docs bugfix
>
>
> Key:
Timo Walther created FLINK-37598:
Summary: Support ListView and MapView in PTFs
Key: FLINK-37598
URL: https://issues.apache.org/jira/browse/FLINK-37598
Project: Flink
Issue Type: Sub-task
loserwang1024 commented on code in PR #3954:
URL: https://github.com/apache/flink-cdc/pull/3954#discussion_r2022252129
##
flink-cdc-connect/flink-cdc-source-connectors/flink-connector-mysql-cdc/src/test/java/org/apache/flink/cdc/connectors/mysql/source/MySqlSourceITCase.java:
##
twalthr merged PR #25753:
URL: https://github.com/apache/flink/pull/25753
--
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.apach
[
https://issues.apache.org/jira/browse/FLINK-19059?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Timo Walther closed FLINK-19059.
Fix Version/s: 2.1.0
Resolution: Fixed
Fixed in master: e06fddc95541cb10df1b605087acc4b4925
[
https://issues.apache.org/jira/browse/FLINK-37356?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Arvid Heise resolved FLINK-37356.
-
Fix Version/s: kafka-4.0.0
Resolution: Fixed
Merged into main as
ad3ef745153b6f58bf4a548
davidradl commented on code in PR #26385:
URL: https://github.com/apache/flink/pull/26385#discussion_r2022542816
##
flink-table/flink-table-api-java/src/main/java/org/apache/flink/table/catalog/CatalogManager.java:
##
@@ -1647,6 +1675,8 @@ private void execute(
github-actions[bot] closed pull request #21054: Add GraalSystems
URL: https://github.com/apache/flink/pull/21054
--
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,
github-actions[bot] closed pull request #21185: [FLINK-28643][runtime-web]
HistoryServer support lazy unzip
URL: https://github.com/apache/flink/pull/21185
--
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
github-actions[bot] closed pull request #21043: Update datastream_tutorial.md
URL: https://github.com/apache/flink/pull/21043
--
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
github-actions[bot] commented on PR #20288:
URL: https://github.com/apache/flink/pull/20288#issuecomment-2768299010
This PR has been closed since it has not had any activity in 120 days.
If you feel like this was a mistake, or you would like to continue working
on it,
please feel fre
github-actions[bot] commented on PR #20681:
URL: https://github.com/apache/flink/pull/20681#issuecomment-2768301911
This PR has been closed since it has not had any activity in 120 days.
If you feel like this was a mistake, or you would like to continue working
on it,
please feel fre
github-actions[bot] commented on PR #20724:
URL: https://github.com/apache/flink/pull/20724#issuecomment-2768302826
This PR has been closed since it has not had any activity in 120 days.
If you feel like this was a mistake, or you would like to continue working
on it,
please feel fre
github-actions[bot] closed pull request #20369: [FLINK-28697][table]
MapDataSerializer doesn't declare a serialVersionUID
URL: https://github.com/apache/flink/pull/20369
--
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-37597?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Zakelly Lan reassigned FLINK-37597:
---
Assignee: Yanfei Lei (was: Zakelly Lan)
> Use ResourceGuard to make sure snapshot quit bef
Zakelly Lan created FLINK-37597:
---
Summary: Use ResourceGuard to make sure snapshot quit before ForSt
dispose
Key: FLINK-37597
URL: https://issues.apache.org/jira/browse/FLINK-37597
Project: Flink
[
https://issues.apache.org/jira/browse/FLINK-37596?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Piotr Nowojski reassigned FLINK-37596:
--
Assignee: Efrat Levitan
> Close metric groups for finished splits
> -
klion26 commented on PR #26294:
URL: https://github.com/apache/flink/pull/26294#issuecomment-2768304934
There is no more comments here, merging it.
--
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
github-actions[bot] commented on PR #22250:
URL: https://github.com/apache/flink/pull/22250#issuecomment-2768307355
This PR has been closed since it has not had any activity in 120 days.
If you feel like this was a mistake, or you would like to continue working
on it,
please feel fre
yanand0909 opened a new pull request, #26385:
URL: https://github.com/apache/flink/pull/26385
## What is the purpose of the change
Adding model DDL support to the Table API, enabling a seamless development
experience where users can define, manage, and utilize ML models entire
loserwang1024 commented on PR #3963:
URL: https://github.com/apache/flink-cdc/pull/3963#issuecomment-2768405542
Add test waiting for https://github.com/apache/flink-cdc/pull/3964
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub
github-actions[bot] closed pull request #20257: [FLINK-24943][Connectors /
Kinesis] Explicitly create KryoSerializer for SequenceNumber class in Kinesis
Consumer
URL: https://github.com/apache/flink/pull/20257
--
This is an automated message from the Apache Git Service.
To respond to the mes
flinkbot commented on PR #26385:
URL: https://github.com/apache/flink/pull/26385#issuecomment-2768421931
## CI report:
* d14529518f7431bcdd8106938a8c5df59caff991 UNKNOWN
Bot commands
The @flinkbot bot supports the following commands:
- `@flinkbot run azure`
[
https://issues.apache.org/jira/browse/FLINK-37597?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Zakelly Lan updated FLINK-37597:
Summary: Use ResourceGuard to make sure snapshot quit before ForSt disposal
(was: Use ResourceGua
SML0127 commented on PR #3928:
URL: https://github.com/apache/flink-cdc/pull/3928#issuecomment-2768325181
Even based on the recent commit of the master branch, below error
occasionally occurs on my mac🥲
https://github.com/user-attachments/assets/e2c63405-c265-4c7a-ae94-31c4828e0549";
[
https://issues.apache.org/jira/browse/FLINK-37380?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Arvid Heise updated FLINK-37380:
Release Note: The transactional id prefix is now mandatory for all exactly
once KafkaSinks.
> Cha
1 - 100 of 284 matches
Mail list logo