lincoln-lil commented on PR #20791:
URL: https://github.com/apache/flink/pull/20791#issuecomment-1246329609
@godfreyhe thanks for reviewing this! I've updated the pr according to your
comments.
--
This is an automated message from the Apache Git Service.
To respond to the message, please
fredia commented on code in PR #20820:
URL: https://github.com/apache/flink/pull/20820#discussion_r970400273
##
flink-tests/src/test/java/org/apache/flink/test/checkpointing/ChangelogLocalRecoveryITCase.java:
##
@@ -142,7 +142,6 @@ public void testRestartTM() throws Exception {
lincoln-lil commented on code in PR #20791:
URL: https://github.com/apache/flink/pull/20791#discussion_r970398258
##
flink-table/flink-table-planner/src/test/scala/org/apache/flink/table/planner/runtime/stream/sql/TableSinkITCase.scala:
##
@@ -157,6 +173,52 @@ class TableSinkITC
lincoln-lil commented on code in PR #20791:
URL: https://github.com/apache/flink/pull/20791#discussion_r970397264
##
flink-table/flink-table-planner/src/main/scala/org/apache/flink/table/planner/codegen/agg/batch/AggCodeGenHelper.scala:
##
@@ -93,6 +93,8 @@ object AggCodeGenHelp
reswqa commented on code in PR #20739:
URL: https://github.com/apache/flink/pull/20739#discussion_r970392133
##
flink-runtime/src/main/java/org/apache/flink/runtime/scheduler/strategy/PipelinedRegionSchedulingStrategy.java:
##
@@ -226,44 +228,71 @@ private void maybeScheduleRegi
PatrickRen opened a new pull request, #20832:
URL: https://github.com/apache/flink/pull/20832
Unchanged backport of #20760 on release-1.14
--
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 spec
reswqa commented on code in PR #20739:
URL: https://github.com/apache/flink/pull/20739#discussion_r970392133
##
flink-runtime/src/main/java/org/apache/flink/runtime/scheduler/strategy/PipelinedRegionSchedulingStrategy.java:
##
@@ -226,44 +228,71 @@ private void maybeScheduleRegi
godfreyhe commented on code in PR #20791:
URL: https://github.com/apache/flink/pull/20791#discussion_r970368440
##
flink-table/flink-table-planner/src/main/scala/org/apache/flink/table/planner/codegen/agg/batch/AggCodeGenHelper.scala:
##
@@ -93,6 +93,8 @@ object AggCodeGenHelper
flinkbot commented on PR #20831:
URL: https://github.com/apache/flink/pull/20831#issuecomment-1246323669
## CI report:
* 3760204a3de7444be81e30ebed0c60a10a8f67ec UNKNOWN
Bot commands
The @flinkbot bot supports the following commands:
- `@flinkbot run azure`
PatrickRen opened a new pull request, #20831:
URL: https://github.com/apache/flink/pull/20831
Unchanged backport of #20760 on release-1.15
--
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 spec
[
https://issues.apache.org/jira/browse/FLINK-28975?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17603314#comment-17603314
]
Qingsheng Ren edited comment on FLINK-28975 at 9/14/22 6:43 AM:
--
JingsongLi commented on PR #290:
URL:
https://github.com/apache/flink-table-store/pull/290#issuecomment-1246314622
@MOBIN-F Yes, I think so. We need to clearly define the following behaviors:
- What options need to be exposed? I understand that only one path can be
exposed. It is unneces
PatrickRen merged PR #20819:
URL: https://github.com/apache/flink/pull/20819
--
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.ap
masteryhx commented on code in PR #20820:
URL: https://github.com/apache/flink/pull/20820#discussion_r970376387
##
flink-tests/src/test/java/org/apache/flink/test/checkpointing/ChangelogLocalRecoveryITCase.java:
##
@@ -142,7 +142,6 @@ public void testRestartTM() throws Exception
xintongsong commented on PR #20750:
URL: https://github.com/apache/flink/pull/20750#issuecomment-1246310270
@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
MOBIN-F commented on PR #290:
URL:
https://github.com/apache/flink-table-store/pull/290#issuecomment-1246307191
@JingsongLi @liyubin117 @SteNicholas I think it's more straightforward to
create tables using a connector approach, like Hudi/Iceberg, and now Delta is
also
supported:https://gi
luoyuxia commented on code in PR #20696:
URL: https://github.com/apache/flink/pull/20696#discussion_r970366517
##
docs/content/docs/dev/table/hiveCompatibility/hiveDialect/overview.md:
##
@@ -0,0 +1,97 @@
+---
+title: "Overview"
+weight: 1
+type: docs
+aliases:
+- /dev/table/hiv
[
https://issues.apache.org/jira/browse/FLINK-29295?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jingsong Lee closed FLINK-29295.
Resolution: Fixed
master: 6a1b1bca4da131e47ee17cbf5d10472762a66da6
release-0.2: 75a732b40c868bab02
JingsongLi merged PR #294:
URL: https://github.com/apache/flink-table-store/pull/294
--
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...@
JingsongLi commented on code in PR #262:
URL: https://github.com/apache/flink-table-store/pull/262#discussion_r970361693
##
flink-table-store-core/src/main/java/org/apache/flink/table/store/CoreOptions.java:
##
@@ -147,6 +147,12 @@ public class CoreOptions implements Serializabl
curcur commented on code in PR #20782:
URL: https://github.com/apache/flink/pull/20782#discussion_r970359887
##
flink-runtime/src/main/java/org/apache/flink/runtime/checkpoint/CheckpointStatsTracker.java:
##
@@ -327,6 +327,9 @@ public void reportIncompleteStats(
static fina
[
https://issues.apache.org/jira/browse/FLINK-28487?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17603895#comment-17603895
]
Hong Liang Teoh edited comment on FLINK-28487 at 9/14/22 6:02 AM:
[
https://issues.apache.org/jira/browse/FLINK-28487?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17603895#comment-17603895
]
Hong Liang Teoh commented on FLINK-28487:
-
Sure, where do I write the release no
tisonkun merged PR #20792:
URL: https://github.com/apache/flink/pull/20792
--
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.apac
tisonkun commented on PR #20792:
URL: https://github.com/apache/flink/pull/20792#issuecomment-1246281892
@HuangXingBo OK. Merging...
--
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
reswqa commented on code in PR #20739:
URL: https://github.com/apache/flink/pull/20739#discussion_r970343607
##
flink-runtime/src/main/java/org/apache/flink/runtime/scheduler/strategy/PipelinedRegionSchedulingStrategy.java:
##
@@ -53,15 +54,16 @@ public class PipelinedRegionSche
zhuzhurk commented on code in PR #20739:
URL: https://github.com/apache/flink/pull/20739#discussion_r970342505
##
flink-runtime/src/main/java/org/apache/flink/runtime/scheduler/strategy/PipelinedRegionSchedulingStrategy.java:
##
@@ -226,44 +228,71 @@ private void maybeScheduleRe
zhuzhurk commented on code in PR #20739:
URL: https://github.com/apache/flink/pull/20739#discussion_r970334069
##
flink-runtime/src/main/java/org/apache/flink/runtime/scheduler/strategy/PipelinedRegionSchedulingStrategy.java:
##
@@ -53,15 +54,16 @@ public class PipelinedRegionSc
[
https://issues.apache.org/jira/browse/FLINK-29297?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
ASF GitHub Bot updated FLINK-29297:
---
Labels: pull-request-available (was: )
> Group Table Store file writers into SingleFileWrit
tsreaper opened a new pull request, #295:
URL: https://github.com/apache/flink-table-store/pull/295
Currently we have two types of files to write:
* Data files (LSM tree files), where a level 0 data file is a single file
and a level >= 1 data file is a set of rolling files. Statistics for
JingsongLi commented on code in PR #262:
URL: https://github.com/apache/flink-table-store/pull/262#discussion_r970289713
##
flink-table-store-core/src/main/java/org/apache/flink/table/store/file/compact/NoopCompactManager.java:
##
@@ -0,0 +1,48 @@
+/*
+ * Licensed to the Apache
coder-zjh commented on code in PR #20724:
URL: https://github.com/apache/flink/pull/20724#discussion_r970276568
##
docs/content.zh/docs/dev/table/types.md:
##
@@ -142,56 +142,54 @@ val t: DataType =
DataTypes.ARRAY(DataTypes.INT().notNull()).bridgedTo(classOf[A
API is extended
coder-zjh commented on code in PR #20724:
URL: https://github.com/apache/flink/pull/20724#discussion_r970276366
##
docs/content.zh/docs/dev/table/types.md:
##
@@ -142,56 +142,54 @@ val t: DataType =
DataTypes.ARRAY(DataTypes.INT().notNull()).bridgedTo(classOf[A
API is extended
kylemeow commented on code in PR #20724:
URL: https://github.com/apache/flink/pull/20724#discussion_r970273631
##
docs/content.zh/docs/dev/table/types.md:
##
@@ -142,56 +142,54 @@ val t: DataType =
DataTypes.ARRAY(DataTypes.INT().notNull()).bridgedTo(classOf[A
API is extended.
[
https://issues.apache.org/jira/browse/FLINK-29283?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
ASF GitHub Bot updated FLINK-29283:
---
Labels: pull-request-available (was: )
> Remove hardcoded apiVersion from operator unit tes
Huangxuny1 opened a new pull request, #367:
URL: https://github.com/apache/flink-kubernetes-operator/pull/367
## What is the purpose of the change
- Remove hardcoded apiVersion from operator unit test
## Brief change log
Modified `ReconciliationUtilsTest#testS
Yingjie Cao created FLINK-29299:
---
Summary: Fix the network memory size calculation issue in
fine-grained resource mode
Key: FLINK-29299
URL: https://issues.apache.org/jira/browse/FLINK-29299
Project: Fl
[
https://issues.apache.org/jira/browse/FLINK-29298?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Weijie Guo updated FLINK-29298:
---
Fix Version/s: 1.16.0
Priority: Critical (was: Major)
> LocalBufferPool request buffer fro
Weijie Guo created FLINK-29298:
--
Summary: LocalBufferPool request buffer from NetworkBufferPool
hanging
Key: FLINK-29298
URL: https://issues.apache.org/jira/browse/FLINK-29298
Project: Flink
Is
HuangXingBo commented on PR #20792:
URL: https://github.com/apache/flink/pull/20792#issuecomment-1246171451
@tisonkun I think it's necessary for this bug fix to be merged into 1.16,
and we still have a period of time to observe the impact of this fix on the
stability of the ci
--
Thi
[
https://issues.apache.org/jira/browse/FLINK-29277?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jiankun Feng updated FLINK-29277:
-
Priority: Blocker (was: Major)
> Flink submits tasks to yarn Federation and throws an exception
[
https://issues.apache.org/jira/browse/FLINK-15550?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17603854#comment-17603854
]
Xingbo Huang commented on FLINK-15550:
--
https://dev.azure.com/apache-flink/apache-f
Caizhi Weng created FLINK-29297:
---
Summary: Group Table Store file writers into SingleFileWriter and
RollingFileWriter
Key: FLINK-29297
URL: https://issues.apache.org/jira/browse/FLINK-29297
Project: Fli
[
https://issues.apache.org/jira/browse/FLINK-29296?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17603852#comment-17603852
]
Xingbo Huang commented on FLINK-29296:
--
https://dev.azure.com/apache-flink/apache-f
Xingbo Huang created FLINK-29296:
Summary: OperatorCoordinatorHolder.create throws NPE
Key: FLINK-29296
URL: https://issues.apache.org/jira/browse/FLINK-29296
Project: Flink
Issue Type: Bug
flinkbot commented on PR #20830:
URL: https://github.com/apache/flink/pull/20830#issuecomment-1246158997
## CI report:
* 2999364405adb168991870423494a699e4ce6074 UNKNOWN
Bot commands
The @flinkbot bot supports the following commands:
- `@flinkbot run azure`
luoyuxia commented on code in PR #20696:
URL: https://github.com/apache/flink/pull/20696#discussion_r970252678
##
docs/content/docs/dev/table/hiveCompatibility/hiveDialect/Queries/transform.md:
##
@@ -0,0 +1,130 @@
+---
+title: "Transform Clause"
+weight: 10
+type: docs
+---
+
+
liyubin117 commented on PR #290:
URL:
https://github.com/apache/flink-table-store/pull/290#issuecomment-1246157283
Support to define `connector` may confuse users to treat flink-table-store
as a ordinary connector, we now treat it as a built-in table, the ddl pattern
is just like mysql. in
tsreaper closed pull request #293: [FLINK-29291] Change DataFileWriter into a
factory to create writers
URL: https://github.com/apache/flink-table-store/pull/293
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL abo
[
https://issues.apache.org/jira/browse/FLINK-29271?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
ASF GitHub Bot updated FLINK-29271:
---
Labels: pull-request-available (was: )
> Change to byte array from bytebuffer to improve pe
jiangjiguang opened a new pull request, #20830:
URL: https://github.com/apache/flink/pull/20830
## What is the purpose of the change
The PR uses byte array api instead of ByteBuffer api to improve performance
and compatible with DirectByteBuffer which does not have byte array bac
[
https://issues.apache.org/jira/browse/FLINK-29295?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
ASF GitHub Bot updated FLINK-29295:
---
Labels: pull-request-available (was: )
> Clear RecordWriter slower to avoid causing frequen
JingsongLi opened a new pull request, #294:
URL: https://github.com/apache/flink-table-store/pull/294
In AbstractTableWrite, the Writer is cleaned up as soon as no new files are
generated, which may lead to the changes generated after the compaction have
not been committed, but the new data
[
https://issues.apache.org/jira/browse/FLINK-29295?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jingsong Lee updated FLINK-29295:
-
Description:
In AbstractTableWrite, the Writer is cleaned up as soon as no new files are
genera
PatrickRen commented on PR #20819:
URL: https://github.com/apache/flink/pull/20819#issuecomment-1246147263
@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-29113?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
godfrey he updated FLINK-29113:
---
Component/s: Table SQL / Planner
> Join hint with invalid table name mixed with valid names will not
Jingsong Lee created FLINK-29295:
Summary: Clear RecordWriter slower to avoid causing frequent
compaction conflicts
Key: FLINK-29295
URL: https://issues.apache.org/jira/browse/FLINK-29295
Project: Fli
[
https://issues.apache.org/jira/browse/FLINK-29113?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
godfrey he reassigned FLINK-29113:
--
Assignee: xuyang
> Join hint with invalid table name mixed with valid names will not raise an
[
https://issues.apache.org/jira/browse/FLINK-29113?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
godfrey he updated FLINK-29113:
---
Affects Version/s: 1.16.0
> Join hint with invalid table name mixed with valid names will not raise
[
https://issues.apache.org/jira/browse/FLINK-29113?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
godfrey he closed FLINK-29113.
--
Resolution: Fixed
Fixed in master: d518086f475ec92a18592ec3c423bf6398e776cf
in 1.16.0: 0e02c0820379797
[
https://issues.apache.org/jira/browse/FLINK-29113?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
godfrey he updated FLINK-29113:
---
Fix Version/s: 1.16.0
1.17.0
> Join hint with invalid table name mixed with valid
godfreyhe closed pull request #20705: [FLINK-29113][table-planner] throw
exception when finding at least one invalid table name in join hints
URL: https://github.com/apache/flink/pull/20705
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on t
luoyuxia commented on code in PR #20696:
URL: https://github.com/apache/flink/pull/20696#discussion_r970240927
##
docs/content/docs/dev/table/hiveCompatibility/hiveDialect/overview.md:
##
@@ -0,0 +1,97 @@
+---
+title: "Overview"
+weight: 1
+type: docs
+aliases:
+- /dev/table/hiv
luoyuxia commented on code in PR #20696:
URL: https://github.com/apache/flink/pull/20696#discussion_r970240927
##
docs/content/docs/dev/table/hiveCompatibility/hiveDialect/overview.md:
##
@@ -0,0 +1,97 @@
+---
+title: "Overview"
+weight: 1
+type: docs
+aliases:
+- /dev/table/hiv
[
https://issues.apache.org/jira/browse/FLINK-29291?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
ASF GitHub Bot updated FLINK-29291:
---
Labels: pull-request-available (was: )
> Change DataFileWriter into a factory to create wri
tsreaper opened a new pull request, #293:
URL: https://github.com/apache/flink-table-store/pull/293
Currently `DataFileWriter` exposes write method for data files and extra
files.
However, as the number of patterns to write files is increasing (for
example, we'd like to write some re
[
https://issues.apache.org/jira/browse/FLINK-29294?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Caizhi Weng updated FLINK-29294:
Affects Version/s: (was: table-store-0.3.0)
> Introduce a CompactTask for full compaction
> --
[
https://issues.apache.org/jira/browse/FLINK-29294?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Caizhi Weng updated FLINK-29294:
Affects Version/s: table-store-0.3.0
> Introduce a CompactTask for full compaction
> -
Caizhi Weng created FLINK-29294:
---
Summary: Introduce a CompactTask for full compaction
Key: FLINK-29294
URL: https://issues.apache.org/jira/browse/FLINK-29294
Project: Flink
Issue Type: Sub-tas
[
https://issues.apache.org/jira/browse/FLINK-29294?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Caizhi Weng updated FLINK-29294:
Component/s: Table Store
> Introduce a CompactTask for full compaction
> -
[
https://issues.apache.org/jira/browse/FLINK-29294?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Caizhi Weng updated FLINK-29294:
Fix Version/s: table-store-0.3.0
> Introduce a CompactTask for full compaction
> -
Caizhi Weng created FLINK-29293:
---
Summary: Introduce a MergeFunction for full compaction
Key: FLINK-29293
URL: https://issues.apache.org/jira/browse/FLINK-29293
Project: Flink
Issue Type: Sub-t
Caizhi Weng created FLINK-29292:
---
Summary: Change MergeFunction to produce not only KeyValues
Key: FLINK-29292
URL: https://issues.apache.org/jira/browse/FLINK-29292
Project: Flink
Issue Type:
xintongsong commented on PR #20750:
URL: https://github.com/apache/flink/pull/20750#issuecomment-1246123493
@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
Caizhi Weng created FLINK-29291:
---
Summary: Change DataFileWriter into a factory to create writers
Key: FLINK-29291
URL: https://issues.apache.org/jira/browse/FLINK-29291
Project: Flink
Issue Ty
Caizhi Weng created FLINK-29290:
---
Summary: Produce changelog during full compaction in Table Store
Key: FLINK-29290
URL: https://issues.apache.org/jira/browse/FLINK-29290
Project: Flink
Issue T
[
https://issues.apache.org/jira/browse/FLINK-28902?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17603822#comment-17603822
]
Tony Zhu commented on FLINK-28902:
--
Can I try this ticket?
> FileSystemJobResultStoreT
[
https://issues.apache.org/jira/browse/FLINK-29288?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17603817#comment-17603817
]
Yaroslav Tkachenko commented on FLINK-29288:
Apparently removing *pipeline.j
Jing Ge created FLINK-29289:
---
Summary: SequencefileInputFormat based on the new Source API
Key: FLINK-29289
URL: https://issues.apache.org/jira/browse/FLINK-29289
Project: Flink
Issue Type: New Fea
Yaroslav Tkachenko created FLINK-29288:
--
Summary: Can't start a job with a jar in the system classpath
Key: FLINK-29288
URL: https://issues.apache.org/jira/browse/FLINK-29288
Project: Flink
YuriGusev commented on PR #1:
URL:
https://github.com/apache/flink-connector-dynamodb/pull/1#issuecomment-1245960254
Thanks for the review @dannycranmer, I'm currently away from home, bit I
hope to start working on the fixes next week
--
This is an automated message from the Apache Git S
[
https://issues.apache.org/jira/browse/FLINK-29165?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Márton Balassi reassigned FLINK-29165:
--
Assignee: Gaurav Miglani
> Operator quickstart examples using code
>
[
https://issues.apache.org/jira/browse/FLINK-29199?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17603738#comment-17603738
]
Márton Balassi commented on FLINK-29199:
This would be great, [~olegv]. The chal
[
https://issues.apache.org/jira/browse/FLINK-29199?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Márton Balassi updated FLINK-29199:
---
Issue Type: New Feature (was: Improvement)
> Support blue-green deployment type
> -
[
https://issues.apache.org/jira/browse/FLINK-29206?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Márton Balassi reassigned FLINK-29206:
--
Assignee: Márton Balassi
> Default Flink configuration contains irrelevant settings
>
[
https://issues.apache.org/jira/browse/FLINK-29206?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17603737#comment-17603737
]
Márton Balassi commented on FLINK-29206:
Hi [~tashoyan],
Thanks for bringing th
[
https://issues.apache.org/jira/browse/FLINK-29233?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Márton Balassi updated FLINK-29233:
---
Priority: Minor (was: Major)
> Flink Kubernetes Operator example/kustomize not running
> --
[
https://issues.apache.org/jira/browse/FLINK-29233?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17603729#comment-17603729
]
Márton Balassi commented on FLINK-29233:
[~Research] could you try with adding t
[
https://issues.apache.org/jira/browse/FLINK-29251?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Márton Balassi reassigned FLINK-29251:
--
Assignee: Matyas Orhidi
> Send CREATED status and Cancel event via FlinkResourceListe
flinkbot commented on PR #20829:
URL: https://github.com/apache/flink/pull/20829#issuecomment-1245836347
## CI report:
* 793af0701f23de70460c5978e0af627fc0db5796 UNKNOWN
Bot commands
The @flinkbot bot supports the following commands:
- `@flinkbot run azure`
[
https://issues.apache.org/jira/browse/FLINK-29255?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Chesnay Schepler closed FLINK-29255.
Resolution: Fixed
> FLIP-258 - Enforce binary compatibility in patch releases
> --
[
https://issues.apache.org/jira/browse/FLINK-29262?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Chesnay Schepler closed FLINK-29262.
Resolution: Fixed
master: 030baed8d6e406b83018671d76b817193c258ded
1.16: a325214cd0b47b286
zentol merged PR #20826:
URL: https://github.com/apache/flink/pull/20826
--
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-29250?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
ASF GitHub Bot updated FLINK-29250:
---
Labels: pull-request-available (was: )
> Remove RpcService#getTerminationFuture
> -
zentol opened a new pull request, #20829:
URL: https://github.com/apache/flink/pull/20829
Unused.
--
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: is
[
https://issues.apache.org/jira/browse/FLINK-29249?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Chesnay Schepler closed FLINK-29249.
Resolution: Fixed
master: 0bbee3047ed81d39d25fd736946c527e627a2bad
> Remove RpcService#ex
zentol merged PR #20810:
URL: https://github.com/apache/flink/pull/20810
--
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
flinkbot commented on PR #20828:
URL: https://github.com/apache/flink/pull/20828#issuecomment-1245654439
## CI report:
* 9182de73071b3259fa9f8224ca542d564a1f243c UNKNOWN
Bot commands
The @flinkbot bot supports the following commands:
- `@flinkbot run azure`
alpreu commented on PR #18153:
URL: https://github.com/apache/flink/pull/18153#issuecomment-1245653040
>how would you estimate the progress of the change in comparison to the
scope of FLIP-127? At first glance it looks pretty advanced, except the fact
that (1) lookup capability and (2) push
[
https://issues.apache.org/jira/browse/FLINK-29285?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
ASF GitHub Bot updated FLINK-29285:
---
Labels: pull-request-available (was: )
> Publish TestUtils#getResource
> --
1 - 100 of 294 matches
Mail list logo