[
https://issues.apache.org/jira/browse/FLINK-32905?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
ASF GitHub Bot updated FLINK-32905:
---
Labels: pull-request-available (was: )
> Fix the bug of broadcast hash join doesn't support
lsyldliu opened a new pull request, #23251:
URL: https://github.com/apache/flink/pull/23251
## What is the purpose of the change
In the predecessor PR, for the purpose of delayed computation, for Broadcast
HashJoin, we strongly assume that the build side won' spill to disk because
[
https://issues.apache.org/jira/browse/FLINK-32895?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17757219#comment-17757219
]
Zhu Zhu commented on FLINK-32895:
-
Sure I will ping you in time. [~fanrui]
> Introduce
[
https://issues.apache.org/jira/browse/FLINK-21126?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Zhu Zhu updated FLINK-21126:
Fix Version/s: 2.0.0
> Reconsider FLINK_PROPERTIES
> ---
>
> Key:
[
https://issues.apache.org/jira/browse/FLINK-32793?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Yun Tang resolved FLINK-32793.
--
Resolution: Fixed
> Release Testing: Verify FLINK-31535 - Extend watermark-related features for
> SQL
Fanoid commented on code in PR #252:
URL: https://github.com/apache/flink-ml/pull/252#discussion_r1301008956
##
flink-ml-lib/src/main/java/org/apache/flink/ml/evaluation/binaryclassification/BinaryClassificationEvaluator.java:
##
@@ -520,13 +354,16 @@ private static long[]
redu
Fanoid commented on PR #252:
URL: https://github.com/apache/flink-ml/pull/252#issuecomment-1687498107
@weibozhao Thanks for your comments. Would you please take another look?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and
Fanoid commented on code in PR #252:
URL: https://github.com/apache/flink-ml/pull/252#discussion_r1301006602
##
flink-ml-lib/src/main/java/org/apache/flink/ml/evaluation/binaryclassification/BinaryClassificationEvaluator.java:
##
@@ -673,25 +510,26 @@ public static class BinaryS
Fanoid commented on code in PR #252:
URL: https://github.com/apache/flink-ml/pull/252#discussion_r1301004383
##
flink-ml-lib/src/main/java/org/apache/flink/ml/evaluation/binaryclassification/BinaryClassificationEvaluator.java:
##
@@ -362,7 +234,7 @@ public void mapPartition(
[
https://issues.apache.org/jira/browse/FLINK-32906?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jing Ge updated FLINK-32906:
Summary: Release Testing: Verify FLINK-30025 Unified the max display column
width for SqlClient and Table
[
https://issues.apache.org/jira/browse/FLINK-32906?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jing Ge updated FLINK-32906:
Description:
more info could be found at
FLIP-279
[https://cwiki.apache.org/confluence/display/FLINK/FL
[
https://issues.apache.org/jira/browse/FLINK-32906?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jing Ge updated FLINK-32906:
Component/s: Tests
(was: Table SQL / API)
> Release Testing: Verify FLINK-30025
> ---
Jing Ge created FLINK-32906:
---
Summary: Release Testing: Verify FLINK-30025
Key: FLINK-32906
URL: https://issues.apache.org/jira/browse/FLINK-32906
Project: Flink
Issue Type: Sub-task
Comp
reswqa commented on PR #53:
URL:
https://github.com/apache/flink-connector-elasticsearch/pull/53#issuecomment-1687418291
What's the progress of this?
--
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
WencongLiu commented on code in PR #22341:
URL: https://github.com/apache/flink/pull/22341#discussion_r1300892311
##
flink-runtime/src/main/java/org/apache/flink/runtime/dispatcher/Dispatcher.java:
##
@@ -515,7 +516,7 @@ public CompletableFuture submitJob(JobGraph
jobGraph, Tim
WencongLiu commented on code in PR #22341:
URL: https://github.com/apache/flink/pull/22341#discussion_r1300891908
##
flink-runtime/src/main/java/org/apache/flink/runtime/jobmaster/JobMasterServiceLeadershipRunner.java:
##
Review Comment:
Sorry for the mistake.😐 Fixed.
##
dalongliu created FLINK-32905:
-
Summary: Fix the bug of broadcast hash join doesn't support spill
to disk when enable operator fusion codegn
Key: FLINK-32905
URL: https://issues.apache.org/jira/browse/FLINK-32905
fredia commented on code in PR #22890:
URL: https://github.com/apache/flink/pull/22890#discussion_r1300855088
##
flink-runtime/src/main/java/org/apache/flink/runtime/state/TaskExecutorFileMergingManager.java:
##
@@ -0,0 +1,163 @@
+/*
+ * Licensed to the Apache Software Foundatio
fredia commented on code in PR #22890:
URL: https://github.com/apache/flink/pull/22890#discussion_r1300853718
##
flink-runtime/src/main/java/org/apache/flink/runtime/state/TaskExecutorFileMergingManager.java:
##
@@ -0,0 +1,163 @@
+/*
+ * Licensed to the Apache Software Foundatio
wangzzu commented on PR #23244:
URL: https://github.com/apache/flink/pull/23244#issuecomment-1687319371
@Jiabao-Sun thanks, i have fixed these
--
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
wangzzu commented on code in PR #23244:
URL: https://github.com/apache/flink/pull/23244#discussion_r1300834641
##
flink-runtime/src/test/java/org/apache/flink/runtime/net/ConnectionUtilsTest.java:
##
@@ -33,16 +30,14 @@
import java.net.ServerSocket;
import java.net.UnknownHost
wangzzu commented on code in PR #23244:
URL: https://github.com/apache/flink/pull/23244#discussion_r1300834532
##
flink-runtime/src/test/java/org/apache/flink/runtime/minicluster/MiniClusterITCase.java:
##
@@ -628,19 +631,20 @@ public void
testOutOfMemoryErrorMessageEnrichmentI
wangzzu commented on code in PR #23244:
URL: https://github.com/apache/flink/pull/23244#discussion_r1300834374
##
flink-runtime/src/test/java/org/apache/flink/runtime/minicluster/MiniClusterITCase.java:
##
@@ -498,15 +501,15 @@ public void
testJobWithAllVerticesFailingDuringIns
flinkbot commented on PR #23250:
URL: https://github.com/apache/flink/pull/23250#issuecomment-1687318082
## CI report:
* 9599056027ff062e73e4682887ff6f20ff2d1906 UNKNOWN
Bot commands
The @flinkbot bot supports the following commands:
- `@flinkbot run azure`
huwh commented on code in PR #23212:
URL: https://github.com/apache/flink/pull/23212#discussion_r1300832684
##
flink-examples/flink-examples-build-helper/flink-examples-streaming-state-machine/pom.xml:
##
@@ -71,15 +71,16 @@ under the License.
wangzzu commented on code in PR #23244:
URL: https://github.com/apache/flink/pull/23244#discussion_r1300834163
##
flink-runtime/src/test/java/org/apache/flink/runtime/minicluster/MiniClusterITCase.java:
##
@@ -422,14 +425,14 @@ public void
testJobWithAnOccasionallyFailingSender
wangzzu commented on code in PR #23244:
URL: https://github.com/apache/flink/pull/23244#discussion_r1300833923
##
flink-runtime/src/test/java/org/apache/flink/runtime/minicluster/MiniClusterITCase.java:
##
@@ -127,8 +125,13 @@ public void testHandleStreamingJobsWhenNotEnoughSlot
[
https://issues.apache.org/jira/browse/FLINK-32897?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
ASF GitHub Bot updated FLINK-32897:
---
Labels: pull-request-available (was: )
> RowToRowCastRule will get wrong result while cast
swuferhong opened a new pull request, #23250:
URL: https://github.com/apache/flink/pull/23250
## What is the purpose of the change
This pr is aims to fix RowToRowCastRule get wrong result error while cast
Array(Row()) type. For the below case:
`CREATE TABLE print_sink (
a
[
https://issues.apache.org/jira/browse/FLINK-32897?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Yunhong Zheng updated FLINK-32897:
--
Summary: RowToRowCastRule will get wrong result while cast Array(Row())
type (was: Kafka with
[
https://issues.apache.org/jira/browse/FLINK-32900?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17756924#comment-17756924
]
Tan Kim edited comment on FLINK-32900 at 8/22/23 1:52 AM:
--
Than
[
https://issues.apache.org/jira/browse/FLINK-32900?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17756924#comment-17756924
]
Tan Kim edited comment on FLINK-32900 at 8/22/23 1:51 AM:
--
Than
[
https://issues.apache.org/jira/browse/FLINK-32900?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17756924#comment-17756924
]
Tan Kim edited comment on FLINK-32900 at 8/22/23 1:50 AM:
--
Than
[
https://issues.apache.org/jira/browse/FLINK-32900?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17756924#comment-17756924
]
Tan Kim edited comment on FLINK-32900 at 8/22/23 1:50 AM:
--
Than
[
https://issues.apache.org/jira/browse/FLINK-28866?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17757169#comment-17757169
]
Shuai Xu commented on FLINK-28866:
--
Hi, I would like to fix this issue. Could it be ass
[
https://issues.apache.org/jira/browse/FLINK-32817?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17757168#comment-17757168
]
Xianxun Ye commented on FLINK-32817:
[~xtsong] WDYT? If it is reasonable, I want to
[
https://issues.apache.org/jira/browse/FLINK-31180?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Flink Jira Bot updated FLINK-31180:
---
Labels: stale-minor starter test-stability (was: starter test-stability)
I am the [Flink Ji
[
https://issues.apache.org/jira/browse/FLINK-26635?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Flink Jira Bot updated FLINK-26635:
---
Labels: stale-critical test-stability (was: test-stability)
I am the [Flink Jira Bot|https:
[
https://issues.apache.org/jira/browse/FLINK-25695?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Flink Jira Bot updated FLINK-25695:
---
Labels: auto-deprioritized-major auto-deprioritized-minor
pull-request-available (was: au
[
https://issues.apache.org/jira/browse/FLINK-28503?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Flink Jira Bot updated FLINK-28503:
---
Labels: auto-deprioritized-major pull-request-available (was:
pull-request-available stal
[
https://issues.apache.org/jira/browse/FLINK-30540?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Flink Jira Bot updated FLINK-30540:
---
Labels: auto-deprioritized-critical test-stability (was: stale-critical
test-stability)
[
https://issues.apache.org/jira/browse/FLINK-28697?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Flink Jira Bot updated FLINK-28697:
---
Labels: auto-deprioritized-major pull-request-available (was:
pull-request-available stal
[
https://issues.apache.org/jira/browse/FLINK-25939?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Flink Jira Bot updated FLINK-25939:
---
Labels: auto-deprioritized-critical auto-deprioritized-major
auto-deprioritized-minor test
[
https://issues.apache.org/jira/browse/FLINK-25442?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Flink Jira Bot updated FLINK-25442:
---
Labels: auto-deprioritized-critical stale-critical test-stability (was:
auto-deprioritized-
[
https://issues.apache.org/jira/browse/FLINK-27550?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Flink Jira Bot updated FLINK-27550:
---
Labels: auto-deprioritized-major pull-request-available (was:
pull-request-available stal
[
https://issues.apache.org/jira/browse/FLINK-30644?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Flink Jira Bot updated FLINK-30644:
---
Labels: auto-deprioritized-critical test-stability (was: stale-critical
test-stability)
[
https://issues.apache.org/jira/browse/FLINK-27883?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Flink Jira Bot updated FLINK-27883:
---
Labels: auto-deprioritized-major test-stability (was:
auto-deprioritized-major stale-majo
[
https://issues.apache.org/jira/browse/FLINK-27952?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Flink Jira Bot updated FLINK-27952:
---
Labels: auto-deprioritized-major pull-request-available (was:
pull-request-available stal
[
https://issues.apache.org/jira/browse/FLINK-28319?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Flink Jira Bot updated FLINK-28319:
---
Labels: auto-deprioritized-major test-stability (was: stale-major
test-stability)
Pri
[
https://issues.apache.org/jira/browse/FLINK-30899?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Flink Jira Bot updated FLINK-30899:
---
Labels: pull-request-available stale-assigned (was: pull-request-available)
I am the [Flink
[
https://issues.apache.org/jira/browse/FLINK-28395?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Flink Jira Bot updated FLINK-28395:
---
Labels: auto-deprioritized-critical auto-deprioritized-major
pull-request-available test-s
[
https://issues.apache.org/jira/browse/FLINK-28424?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Flink Jira Bot updated FLINK-28424:
---
Labels: auto-deprioritized-critical auto-deprioritized-major
test-stability (was: auto-de
[
https://issues.apache.org/jira/browse/FLINK-28455?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Flink Jira Bot updated FLINK-28455:
---
Labels: auto-deprioritized-major flink pyflink (was: flink pyflink
stale-major)
Prior
[
https://issues.apache.org/jira/browse/FLINK-28530?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Flink Jira Bot updated FLINK-28530:
---
Labels: auto-deprioritized-major pull-request-available (was:
pull-request-available stal
[
https://issues.apache.org/jira/browse/FLINK-29671?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Flink Jira Bot updated FLINK-29671:
---
Labels: auto-deprioritized-critical starter test-stability (was:
stale-critical starter t
[
https://issues.apache.org/jira/browse/FLINK-28545?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Flink Jira Bot updated FLINK-28545:
---
Labels: auto-deprioritized-major test-stability (was: stale-major
test-stability)
Pri
[
https://issues.apache.org/jira/browse/FLINK-25736?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Flink Jira Bot updated FLINK-25736:
---
Labels: auto-deprioritized-major auto-deprioritized-minor
chinese-translation (was: auto-
[
https://issues.apache.org/jira/browse/FLINK-28741?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Flink Jira Bot updated FLINK-28741:
---
Labels: auto-deprioritized-major pull-request-available (was:
pull-request-available stal
[
https://issues.apache.org/jira/browse/FLINK-25765?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Flink Jira Bot updated FLINK-25765:
---
Labels: auto-deprioritized-major auto-deprioritized-minor usability
(was: auto-deprioriti
[
https://issues.apache.org/jira/browse/FLINK-25665?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Flink Jira Bot updated FLINK-25665:
---
Labels: auto-deprioritized-major auto-deprioritized-minor test-stability
(was: auto-depri
[
https://issues.apache.org/jira/browse/FLINK-25730?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Flink Jira Bot updated FLINK-25730:
---
Labels: auto-deprioritized-minor pull-request-available (was:
pull-request-available stal
[
https://issues.apache.org/jira/browse/FLINK-30768?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Flink Jira Bot updated FLINK-30768:
---
Labels: auto-deprioritized-major starter (was: stale-major starter)
Priority: Minor (
[
https://issues.apache.org/jira/browse/FLINK-25768?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Flink Jira Bot updated FLINK-25768:
---
Labels: auto-deprioritized-major auto-deprioritized-minor test-stability
(was: auto-depri
[
https://issues.apache.org/jira/browse/FLINK-30136?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Flink Jira Bot updated FLINK-30136:
---
Labels: auto-deprioritized-major test-stability (was: stale-major
test-stability)
Pri
[
https://issues.apache.org/jira/browse/FLINK-30484?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Flink Jira Bot updated FLINK-30484:
---
Labels: auto-deprioritized-major test-stability (was: stale-major
test-stability)
Pri
[
https://issues.apache.org/jira/browse/FLINK-25814?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Flink Jira Bot updated FLINK-25814:
---
Labels: auto-deprioritized-major auto-deprioritized-minor test-stability
(was: auto-depri
[
https://issues.apache.org/jira/browse/FLINK-25737?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Flink Jira Bot updated FLINK-25737:
---
Labels: auto-deprioritized-major auto-deprioritized-minor
chinese-translation (was: auto-
[
https://issues.apache.org/jira/browse/FLINK-26341?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Flink Jira Bot updated FLINK-26341:
---
Labels: auto-deprioritized-major auto-deprioritized-minor test-stability
(was: auto-depri
ferenc-csaky commented on code in PR #23211:
URL: https://github.com/apache/flink/pull/23211#discussion_r1300644670
##
flink-runtime/src/test/java/org/apache/flink/runtime/blob/BlobCachePutTest.java:
##
@@ -582,57 +545,47 @@ public void testPutBufferFailsForJobHa() throws
IOExc
ferenc-csaky commented on code in PR #23211:
URL: https://github.com/apache/flink/pull/23211#discussion_r1300638014
##
flink-runtime/src/test/java/org/apache/flink/runtime/blob/BlobKeyTest.java:
##
@@ -235,8 +228,8 @@ private void testStreams(BlobKey.BlobType blobType) throws
I
ferenc-csaky commented on code in PR #23211:
URL: https://github.com/apache/flink/pull/23211#discussion_r1300624234
##
flink-runtime/src/test/java/org/apache/flink/runtime/blob/BlobCacheRecoveryTest.java:
##
@@ -18,135 +18,41 @@
package org.apache.flink.runtime.blob;
-impor
ferenc-csaky commented on code in PR #23211:
URL: https://github.com/apache/flink/pull/23211#discussion_r1300622354
##
flink-runtime/src/test/java/org/apache/flink/runtime/blob/BlobCacheCorruptionTest.java:
##
@@ -92,118 +78,24 @@ private void testGetFailsFromCorruptFile(
architgyl commented on PR #23164:
URL: https://github.com/apache/flink/pull/23164#issuecomment-1686681635
@GJL can you please help review this PR.
--
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
X-czh commented on PR #23212:
URL: https://github.com/apache/flink/pull/23212#issuecomment-1686614821
Thanks @huwh for the comments. I've updated a new commit that did the
following:
1. No longer package `flink-examples-streaming` and
`flink-connector-datagen` into a uber-jar, as there a
Jiabao-Sun commented on code in PR #23242:
URL: https://github.com/apache/flink/pull/23242#discussion_r1300285624
##
flink-runtime/src/test/java/org/apache/flink/runtime/rest/RestClientMultipartTest.java:
##
@@ -48,7 +48,7 @@ class RestClientMultipartTest {
@TempDir public
Jiabao-Sun commented on code in PR #23244:
URL: https://github.com/apache/flink/pull/23244#discussion_r1300257983
##
flink-runtime/src/test/java/org/apache/flink/runtime/minicluster/MiniClusterITCase.java:
##
@@ -127,8 +125,13 @@ public void testHandleStreamingJobsWhenNotEnoughS
flinkbot commented on PR #23249:
URL: https://github.com/apache/flink/pull/23249#issuecomment-1686524405
## CI report:
* 3896ad81ce33d40d2fd58c0b0e1498b8005ab9b2 UNKNOWN
Bot commands
The @flinkbot bot supports the following commands:
- `@flinkbot run azure`
[
https://issues.apache.org/jira/browse/FLINK-32710?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
ASF GitHub Bot updated FLINK-32710:
---
Labels: pull-request-available starter (was: starter)
> The LeaderElection component IDs fo
archzi opened a new pull request, #23249:
URL: https://github.com/apache/flink/pull/23249
## What is the purpose of the change
Only prefixed the component name of LeaderElection with `job-`, as the
ticket described.
## Verifying this change
This change is already covered by exis
[
https://issues.apache.org/jira/browse/FLINK-19418?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
lincoln lee closed FLINK-19418.
---
Fix Version/s: 1.17.0
Resolution: Fixed
> Inline PRIMARY KEY constraint should be invalid
> -
[
https://issues.apache.org/jira/browse/FLINK-19418?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17756956#comment-17756956
]
lincoln lee commented on FLINK-19418:
-
Inline PRIMARY KEY constraint (not ENFORCED m
[
https://issues.apache.org/jira/browse/FLINK-32904?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Alexander Fedulov updated FLINK-32904:
--
Description: Current functionality to trigger savepoints and checkpoints is
based on s
Alexander Fedulov created FLINK-32904:
-
Summary: Support cron expressions for periodic snapshots triggering
Key: FLINK-32904
URL: https://issues.apache.org/jira/browse/FLINK-32904
Project: Flink
gyfora commented on code in PR #655:
URL:
https://github.com/apache/flink-kubernetes-operator/pull/655#discussion_r1300192479
##
examples/autoscaling/src/main/java/autoscaling/LoadSimulationPipeline.java:
##
@@ -0,0 +1,184 @@
+/*
+ * Licensed to the Apache Software Foundation (
gyfora commented on code in PR #655:
URL:
https://github.com/apache/flink-kubernetes-operator/pull/655#discussion_r1300191845
##
examples/autoscaling/src/main/java/autoscaling/LoadSimulationPipeline.java:
##
@@ -0,0 +1,184 @@
+/*
+ * Licensed to the Apache Software Foundation (
mxm commented on code in PR #655:
URL:
https://github.com/apache/flink-kubernetes-operator/pull/655#discussion_r1300144619
##
examples/autoscaling/autoscaling-canary.yaml:
##
@@ -0,0 +1,56 @@
+
+#
mxm commented on code in PR #655:
URL:
https://github.com/apache/flink-kubernetes-operator/pull/655#discussion_r1300144156
##
examples/autoscaling/autoscaling-canary.yaml:
##
@@ -0,0 +1,56 @@
+
+#
mxm commented on code in PR #655:
URL:
https://github.com/apache/flink-kubernetes-operator/pull/655#discussion_r1300143301
##
examples/autoscaling/src/main/java/autoscaling/LoadSimulationPipeline.java:
##
@@ -0,0 +1,184 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF
mxm commented on code in PR #655:
URL:
https://github.com/apache/flink-kubernetes-operator/pull/655#discussion_r1300142231
##
examples/autoscaling/src/main/java/autoscaling/LoadSimulationPipeline.java:
##
@@ -0,0 +1,184 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF
[
https://issues.apache.org/jira/browse/FLINK-32900?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17756927#comment-17756927
]
Tan Kim edited comment on FLINK-32900 at 8/21/23 1:48 PM:
--
[~Se
[
https://issues.apache.org/jira/browse/FLINK-32900?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17756927#comment-17756927
]
Tan Kim commented on FLINK-32900:
-
[~Sergey Nuyanzin]
I just used REGEXP_EXTRACT funct
[
https://issues.apache.org/jira/browse/FLINK-32900?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17756924#comment-17756924
]
Tan Kim commented on FLINK-32900:
-
Thank you for the reply! I will share the stacktrace
[
https://issues.apache.org/jira/browse/FLINK-32900?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17756918#comment-17756918
]
Sergey Nuyanzin commented on FLINK-32900:
-
Hi [~tanee.kim]could you please share
[
https://issues.apache.org/jira/browse/FLINK-32821?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17756913#comment-17756913
]
Alexander Fedulov commented on FLINK-32821:
---
[~huweihua] Oh, I see, good catch
wangzzu commented on code in PR #23242:
URL: https://github.com/apache/flink/pull/23242#discussion_r1300087671
##
flink-runtime/src/test/java/org/apache/flink/runtime/rest/RestServerEndpointConfigurationTest.java:
##
@@ -22,42 +22,38 @@
import org.apache.flink.configuration.Res
gyfora commented on code in PR #655:
URL:
https://github.com/apache/flink-kubernetes-operator/pull/655#discussion_r1300080706
##
examples/autoscaling/src/main/java/autoscaling/LoadSimulationPipeline.java:
##
@@ -0,0 +1,184 @@
+/*
+ * Licensed to the Apache Software Foundation (
wangzzu commented on code in PR #23242:
URL: https://github.com/apache/flink/pull/23242#discussion_r1300073868
##
flink-runtime/src/test/java/org/apache/flink/runtime/rest/RestServerEndpointITCase.java:
##
@@ -109,34 +108,26 @@
import static java.util.Objects.requireNonNull;
wangzzu commented on code in PR #23242:
URL: https://github.com/apache/flink/pull/23242#discussion_r1300073633
##
flink-runtime/src/test/java/org/apache/flink/runtime/rest/RestExternalHandlersITCase.java:
##
@@ -128,29 +124,27 @@ void teardown() throws Exception {
void test
wangzzu commented on code in PR #23242:
URL: https://github.com/apache/flink/pull/23242#discussion_r1300071546
##
flink-runtime/src/test/java/org/apache/flink/runtime/rest/RestServerEndpointITCase.java:
##
@@ -340,60 +331,52 @@ public void testBadHandlerRequest() throws Exceptio
[
https://issues.apache.org/jira/browse/FLINK-32799?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Hang Ruan updated FLINK-32799:
--
Attachment: lib.png
> Release Testing: Verify FLINK-26603 -Decouple Hive with Flink planner
>
1 - 100 of 228 matches
Mail list logo