xuyangzhong commented on code in PR #23828:
URL: https://github.com/apache/flink/pull/23828#discussion_r1410290690
##
flink-table/flink-table-planner/src/main/java/org/apache/flink/table/planner/plan/rules/physical/batch/PushLocalSortAggWithCalcIntoScanRule.java:
##
@@ -74,9 +74
MartijnVisser commented on PR #23740:
URL: https://github.com/apache/flink/pull/23740#issuecomment-1833304430
> @MartijnVisser do you mind if I continue here or are you still working on
this?
If you could take it over, that would be great.
--
This is an automated message from the
MartijnVisser commented on code in PR #72:
URL:
https://github.com/apache/flink-connector-jdbc/pull/72#discussion_r1410313686
##
flink-connector-jdbc/pom.xml:
##
@@ -110,6 +110,13 @@ under the License.
provided
+
+c
Rui Fan created FLINK-33701:
---
Summary: restart.time-tracking doc is wrong
Key: FLINK-33701
URL: https://issues.apache.org/jira/browse/FLINK-33701
Project: Flink
Issue Type: Technical Debt
1996fanrui opened a new pull request, #717:
URL: https://github.com/apache/flink-kubernetes-operator/pull/717
The restart.time-tracking.limit as the upper bound instead of restart.time.

> restart.time-tracking doc is wrong
> -
MartijnVisser commented on PR #23740:
URL: https://github.com/apache/flink/pull/23740#issuecomment-1833315378
Feel free to ping me for a review
--
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
[
https://issues.apache.org/jira/browse/FLINK-33684?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
xiangyu feng updated FLINK-33684:
-
Description:
Currently CollectResultFetcher use a fixed retry interval.
{code:java}
private voi
[
https://issues.apache.org/jira/browse/FLINK-33702?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
xiangyu feng updated FLINK-33702:
-
Description:
AsyncRetryStrategies now supports NoRetryStrategy, FixedDelayRetryStrategy and
Exp
xiangyu feng created FLINK-33702:
Summary: Add IncrementalDelayRetryStrategy in AsyncRetryStrategies
Key: FLINK-33702
URL: https://issues.apache.org/jira/browse/FLINK-33702
Project: Flink
Is
[
https://issues.apache.org/jira/browse/FLINK-33702?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
xiangyu feng updated FLINK-33702:
-
Issue Type: Improvement (was: Bug)
> Add IncrementalDelayRetryStrategy in AsyncRetryStrategies
[
https://issues.apache.org/jira/browse/FLINK-33702?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17791508#comment-17791508
]
xiangyu feng commented on FLINK-33702:
--
Hi [~lincoln.86xy], I'll also work on this
davidradl commented on PR #79:
URL:
https://github.com/apache/flink-connector-jdbc/pull/79#issuecomment-1833362667
@snuyanzin @qingwei91 could you have a look at this please and merge if you
are ok with the changes I have made in response you your great feedback.
--
This is an automated
[
https://issues.apache.org/jira/browse/FLINK-33702?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
ASF GitHub Bot updated FLINK-33702:
---
Labels: pull-request-available (was: )
> Add IncrementalDelayRetryStrategy in AsyncRetryStr
xiangyuf opened a new pull request, #23834:
URL: https://github.com/apache/flink/pull/23834
## What is the purpose of the change
AsyncRetryStrategies now supports NoRetryStrategy, FixedDelayRetryStrategy
and ExponentialBackoffDelayRetryStrategy. In certain scenarios, we also n
flinkbot commented on PR #23834:
URL: https://github.com/apache/flink/pull/23834#issuecomment-1833374659
## CI report:
* b85ed1529098fbb878ff22eada3c37631ce07749 UNKNOWN
Bot commands
The @flinkbot bot supports the following commands:
- `@flinkbot run azure`
twalthr commented on code in PR #23829:
URL: https://github.com/apache/flink/pull/23829#discussion_r1410380412
##
flink-table/flink-table-common/src/main/java/org/apache/flink/table/expressions/ValueLiteralExpression.java:
##
@@ -219,6 +222,83 @@ public String asSummaryString()
jiangxin369 opened a new pull request, #23835:
URL: https://github.com/apache/flink/pull/23835
## What is the purpose of the change
*(For example: This pull request makes task deployment go through the blob
server, rather than through RPC. That way we avoid re-transferring the
twalthr commented on code in PR #23829:
URL: https://github.com/apache/flink/pull/23829#discussion_r1410385087
##
flink-table/flink-table-common/src/main/java/org/apache/flink/table/expressions/ValueLiteralExpression.java:
##
@@ -219,6 +222,83 @@ public String asSummaryString()
flinkbot commented on PR #23835:
URL: https://github.com/apache/flink/pull/23835#issuecomment-1833391016
## CI report:
* 6164e32c9cf2546ae994950fd170201e43e7713d UNKNOWN
Bot commands
The @flinkbot bot supports the following commands:
- `@flinkbot run azure`
patricklucas opened a new pull request, #23836:
URL: https://github.com/apache/flink/pull/23836
## What is the purpose of the change
This change configures the the GCS client used by the GSFileSystem's
RecoverableWriter codepath to use the same GCS root URL as used by Hadoop.
W
patricklucas commented on PR #23836:
URL: https://github.com/apache/flink/pull/23836#issuecomment-1833404691
Once this is accepted, I am ready with backport branches for 1.18 and 1.17.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to
[
https://issues.apache.org/jira/browse/FLINK-33694?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
ASF GitHub Bot updated FLINK-33694:
---
Labels: gcs pull-request-available (was: gcs)
> GCS filesystem does not respect gs.storage.
whhe commented on code in PR #72:
URL:
https://github.com/apache/flink-connector-jdbc/pull/72#discussion_r1410409235
##
flink-connector-jdbc/pom.xml:
##
@@ -110,6 +110,13 @@ under the License.
provided
+
+com.oceanb
flinkbot commented on PR #23836:
URL: https://github.com/apache/flink/pull/23836#issuecomment-1833417452
## CI report:
* da5b66cd0bfca529b8f28869721534b2c375309a UNKNOWN
Bot commands
The @flinkbot bot supports the following commands:
- `@flinkbot run azure`
[
https://issues.apache.org/jira/browse/FLINK-32444?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17791536#comment-17791536
]
Stefan Richter commented on FLINK-32444:
[~pnowojski] if there really is an issu
Sergey Nuyanzin created FLINK-33703:
---
Summary: Use maven 3.8.6 for releasing of flink-shaded
Key: FLINK-33703
URL: https://issues.apache.org/jira/browse/FLINK-33703
Project: Flink
Issue Typ
[
https://issues.apache.org/jira/browse/FLINK-33584?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Martijn Visser reassigned FLINK-33584:
--
Assignee: Sergey Nuyanzin (was: Martijn Visser)
> Update Hadoop Filesystems to 3.3.6
Martijn Visser created FLINK-33704:
--
Summary: Update GCS filesystems to latest available versions
Key: FLINK-33704
URL: https://issues.apache.org/jira/browse/FLINK-33704
Project: Flink
Issue
[
https://issues.apache.org/jira/browse/FLINK-33703?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
ASF GitHub Bot updated FLINK-33703:
---
Labels: pull-request-available (was: )
> Use maven 3.8.6 for releasing of flink-shaded
> --
MartijnVisser opened a new pull request, #23837:
URL: https://github.com/apache/flink/pull/23837
## What is the purpose of the change
* Update GCS dependencies for filesystem to the latest versions
## Brief change log
* Update POM files
* Update NOTICE files
* Moved
fsk119 commented on code in PR #23809:
URL: https://github.com/apache/flink/pull/23809#discussion_r1410406456
##
flink-table/flink-sql-client/src/main/java/org/apache/flink/table/client/cli/CliTableauResultView.java:
##
@@ -122,14 +137,83 @@ private void checkAndCleanUpQuery(boo
[
https://issues.apache.org/jira/browse/FLINK-33581?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Rui Fan updated FLINK-33581:
Attachment: image-2023-11-30-17-59-42-650.png
> FLIP-381: Deprecate configuration getters/setters that ret
Sergey Nuyanzin created FLINK-33705:
---
Summary: Upgrade flink-shaded to 18.0
Key: FLINK-33705
URL: https://issues.apache.org/jira/browse/FLINK-33705
Project: Flink
Issue Type: Technical Debt
[
https://issues.apache.org/jira/browse/FLINK-33704?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
ASF GitHub Bot updated FLINK-33704:
---
Labels: pull-request-available (was: )
> Update GCS filesystems to latest available version
[
https://issues.apache.org/jira/browse/FLINK-33581?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17791542#comment-17791542
]
Rui Fan commented on FLINK-33581:
-
Hey [~JunRuiLi] , after these getters/setters are rem
snuyanzin opened a new pull request, #23838:
URL: https://github.com/apache/flink/pull/23838
## What is the purpose of the change
The PR is to bump flink-shaded dependency to 18.0
Also there was a breaking change in jackson-databind
https://github.com/FasterXML/jackson-databind
[
https://issues.apache.org/jira/browse/FLINK-33705?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
ASF GitHub Bot updated FLINK-33705:
---
Labels: pull-request-available (was: )
> Upgrade flink-shaded to 18.0
> ---
flinkbot commented on PR #23837:
URL: https://github.com/apache/flink/pull/23837#issuecomment-1833454330
## CI report:
* dafafb144572380d8c9a5140a91589bb757f77e6 UNKNOWN
Bot commands
The @flinkbot bot supports the following commands:
- `@flinkbot run azure`
patricklucas commented on PR #23837:
URL: https://github.com/apache/flink/pull/23837#issuecomment-1833459555
@MartijnVisser coincidentally I opened another PR (#23836) on
flink-gs-fs-hadoop 20 minutes prior to yours. Maybe it makes sense to include
it alongside?
--
This is an automated m
flinkbot commented on PR #23838:
URL: https://github.com/apache/flink/pull/23838#issuecomment-1833463884
## CI report:
* b97be9f433b01e22a334225399941df8cd9b44b1 UNKNOWN
Bot commands
The @flinkbot bot supports the following commands:
- `@flinkbot run azure`
1996fanrui merged PR #717:
URL: https://github.com/apache/flink-kubernetes-operator/pull/717
--
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-unsu
1996fanrui commented on PR #717:
URL:
https://github.com/apache/flink-kubernetes-operator/pull/717#issuecomment-1833473388
Thanks @mxm for the quick review! Merging~
--
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-33701?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Rui Fan resolved FLINK-33701.
-
Resolution: Fixed
> restart.time-tracking doc is wrong
> --
>
>
[
https://issues.apache.org/jira/browse/FLINK-33701?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17791552#comment-17791552
]
Rui Fan commented on FLINK-33701:
-
Merged master<1.8.0> via 34b12399467d26b23f761c3db998
dawidwys commented on code in PR #23814:
URL: https://github.com/apache/flink/pull/23814#discussion_r1410461388
##
flink-table/flink-table-planner/src/test/java/org/apache/flink/table/planner/plan/nodes/exec/stream/LookupJoinTestPrograms.java:
##
@@ -0,0 +1,287 @@
+/*
+ * Licens
snuyanzin commented on code in PR #126:
URL: https://github.com/apache/flink-shaded/pull/126#discussion_r1410462325
##
flink-shaded-jackson-parent/flink-shaded-jackson-2/pom.xml:
##
@@ -78,6 +78,9 @@ under the License.
org.apache.maven.plugins
JingGe commented on code in PR #23809:
URL: https://github.com/apache/flink/pull/23809#discussion_r1410463737
##
flink-table/flink-sql-client/src/main/java/org/apache/flink/table/client/cli/CliTableauResultView.java:
##
@@ -122,14 +137,83 @@ private void checkAndCleanUpQuery(boo
dawidwys commented on code in PR #23680:
URL: https://github.com/apache/flink/pull/23680#discussion_r1410463990
##
flink-table/flink-table-planner/src/test/java/org/apache/flink/table/planner/plan/nodes/exec/testutils/JoinTestPrograms.java:
##
@@ -0,0 +1,272 @@
+/*
+ * Licensed
JingGe commented on code in PR #23809:
URL: https://github.com/apache/flink/pull/23809#discussion_r1410468089
##
flink-table/flink-sql-client/src/main/java/org/apache/flink/table/client/cli/CliTableauResultView.java:
##
@@ -38,31 +38,46 @@
import java.util.concurrent.Executors;
fsk119 commented on code in PR #23809:
URL: https://github.com/apache/flink/pull/23809#discussion_r1410477547
##
flink-table/flink-sql-client/src/main/java/org/apache/flink/table/client/cli/CliTableauResultView.java:
##
@@ -38,31 +38,46 @@
import java.util.concurrent.Executors;
JingGe commented on code in PR #23809:
URL: https://github.com/apache/flink/pull/23809#discussion_r1410463737
##
flink-table/flink-sql-client/src/main/java/org/apache/flink/table/client/cli/CliTableauResultView.java:
##
@@ -122,14 +137,83 @@ private void checkAndCleanUpQuery(boo
JingGe commented on code in PR #23809:
URL: https://github.com/apache/flink/pull/23809#discussion_r1410463737
##
flink-table/flink-sql-client/src/main/java/org/apache/flink/table/client/cli/CliTableauResultView.java:
##
@@ -122,14 +137,83 @@ private void checkAndCleanUpQuery(boo
fsk119 commented on code in PR #23809:
URL: https://github.com/apache/flink/pull/23809#discussion_r1410478769
##
flink-table/flink-sql-client/src/main/java/org/apache/flink/table/client/cli/CliTableauResultView.java:
##
@@ -122,14 +137,83 @@ private void checkAndCleanUpQuery(boo
afedulov commented on PR #717:
URL:
https://github.com/apache/flink-kubernetes-operator/pull/717#issuecomment-1833511791
Thanks @1996fanrui !
--
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
twalthr commented on code in PR #23680:
URL: https://github.com/apache/flink/pull/23680#discussion_r1410491319
##
flink-table/flink-table-api-java/src/test/java/org/apache/flink/table/test/program/SinkTestStep.java:
##
@@ -138,6 +147,16 @@ public Builder consumedAfterRestore(Str
twalthr commented on code in PR #23680:
URL: https://github.com/apache/flink/pull/23680#discussion_r1410492024
##
flink-table/flink-table-api-java/src/test/java/org/apache/flink/table/test/program/SinkTestStep.java:
##
@@ -138,6 +147,16 @@ public Builder consumedAfterRestore(Str
twalthr commented on code in PR #23680:
URL: https://github.com/apache/flink/pull/23680#discussion_r1410493959
##
flink-table/flink-table-api-java/src/test/java/org/apache/flink/table/test/program/SinkTestStep.java:
##
@@ -106,6 +113,8 @@ public static final class Builder extend
dawidwys commented on PR #23680:
URL: https://github.com/apache/flink/pull/23680#issuecomment-1833528947
I think it looks mostly good. There is one comment from me left and the
comments from Timo. After that I think we're good to go.
--
This is an automated message from the Apache Git Ser
dannycranmer opened a new pull request, #23839:
URL: https://github.com/apache/flink/pull/23839
## What is the purpose of the change
- Update docs for AWS connector to point at v4.2 for Flink 1.19
## Brief change log
- Update docs for AWS connector to point at v4.2
dannycranmer opened a new pull request, #23840:
URL: https://github.com/apache/flink/pull/23840
## What is the purpose of the change
- Update docs for AWS connector to point at v4.2 for Flink 1.18
## Brief change log
- Update docs for AWS connector to point at v4.2
dannycranmer opened a new pull request, #23841:
URL: https://github.com/apache/flink/pull/23841
## What is the purpose of the change
- Update docs for AWS connector to point at v4.2 for Flink 1.17
## Brief change log
- Update docs for AWS connector to point at v4.2
liyubin117 commented on PR #23810:
URL: https://github.com/apache/flink/pull/23810#issuecomment-1833537355
@lincoln-lil I have updated based on your comments, now CI succeed :)
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub a
flinkbot commented on PR #23841:
URL: https://github.com/apache/flink/pull/23841#issuecomment-1833545280
## CI report:
* 6bf6853cc0a096fb26c030b30a96a57166a63e73 UNKNOWN
Bot commands
The @flinkbot bot supports the following commands:
- `@flinkbot run azure`
flinkbot commented on PR #23839:
URL: https://github.com/apache/flink/pull/23839#issuecomment-1833544870
## CI report:
* 7b92fc55d3887986953db003f22f3130df2161e9 UNKNOWN
Bot commands
The @flinkbot bot supports the following commands:
- `@flinkbot run azure`
flinkbot commented on PR #23840:
URL: https://github.com/apache/flink/pull/23840#issuecomment-1833545079
## CI report:
* 356c967381a9b437e4d4c2f269aac4ccfc99e725 UNKNOWN
Bot commands
The @flinkbot bot supports the following commands:
- `@flinkbot run azure`
snuyanzin commented on code in PR #126:
URL: https://github.com/apache/flink-shaded/pull/126#discussion_r1410515692
##
flink-shaded-jackson-parent/flink-shaded-jackson-2/pom.xml:
##
@@ -78,6 +78,9 @@ under the License.
org.apache.maven.plugins
dannycranmer opened a new pull request, #118:
URL: https://github.com/apache/flink-connector-aws/pull/118
## Purpose of the change
Promoting to 4.3-SNAPSHOT
## Verifying this change
This change is a trivial rework / code cleanup without any test coverage.
## Significan
dannycranmer opened a new pull request, #119:
URL: https://github.com/apache/flink-connector-aws/pull/119
## Purpose of the change
* Promoting v4.2.0 docs to final and including Flink compatibility matrix
## Verifying this change
This change is a trivial rework / code cle
dannycranmer commented on code in PR #693:
URL: https://github.com/apache/flink-web/pull/693#discussion_r1410540839
##
docs/data/release_archive.yml:
##
@@ -522,6 +522,11 @@ release_archive:
version: 3.0.1
release_date: 2023-10-30
filename: "kafka"
+- na
[
https://issues.apache.org/jira/browse/FLINK-33641?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17791590#comment-17791590
]
Sergey Nuyanzin commented on FLINK-33641:
-
https://dev.azure.com/apache-flink/ap
[
https://issues.apache.org/jira/browse/FLINK-33641?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17791591#comment-17791591
]
Sergey Nuyanzin commented on FLINK-33641:
-
https://dev.azure.com/apache-flink/ap
[
https://issues.apache.org/jira/browse/FLINK-33699?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17791592#comment-17791592
]
Yun Tang commented on FLINK-33699:
--
I think it's better to introduce new tests to cover
[
https://issues.apache.org/jira/browse/FLINK-32391?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17791594#comment-17791594
]
Sergey Nuyanzin commented on FLINK-32391:
-
There is an occurrence for 1.17
https
[
https://issues.apache.org/jira/browse/FLINK-26644?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17791596#comment-17791596
]
Sergey Nuyanzin commented on FLINK-26644:
-
https://dev.azure.com/apache-flink/ap
Sergey Nuyanzin created FLINK-33706:
---
Summary: Build_wheels_on_macos fails on AZP
Key: FLINK-33706
URL: https://issues.apache.org/jira/browse/FLINK-33706
Project: Flink
Issue Type: Bug
lsyldliu commented on code in PR #19866:
URL: https://github.com/apache/flink/pull/19866#discussion_r1410558281
##
flink-table/flink-table-planner/src/test/resources/org/apache/flink/table/planner/plan/batch/sql/MultipleInputCreationTest.xml:
##
@@ -109,39 +109,6 @@ MultipleInpu
[
https://issues.apache.org/jira/browse/FLINK-27681?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17791599#comment-17791599
]
Piotr Nowojski commented on FLINK-27681:
{quote}
However, the job must fail in
[
https://issues.apache.org/jira/browse/FLINK-33435?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17791600#comment-17791600
]
Yu Chen commented on FLINK-33435:
-
This subtask will be completed in FLINK-33433 and FLI
[
https://issues.apache.org/jira/browse/FLINK-33435?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Yu Chen closed FLINK-33435.
---
Resolution: Duplicate
> The visualization and download capabilities of profiling history
>
leonardBang commented on code in PR #693:
URL: https://github.com/apache/flink-web/pull/693#discussion_r1410574637
##
docs/data/release_archive.yml:
##
@@ -522,6 +522,11 @@ release_archive:
version: 3.0.1
release_date: 2023-10-30
filename: "kafka"
+- nam
Yun Tang created FLINK-33707:
Summary: Verify the snapshot migration on Java17
Key: FLINK-33707
URL: https://issues.apache.org/jira/browse/FLINK-33707
Project: Flink
Issue Type: Improvement
TanYuxin-tyx commented on code in PR #701:
URL: https://github.com/apache/flink-web/pull/701#discussion_r1410580484
##
docs/data/additional_components.yml:
##
@@ -21,11 +21,11 @@ flink-connector-parent:
source_release_asc_url:
"https://downloads.apache.org/flink/flink-connec
[
https://issues.apache.org/jira/browse/FLINK-33581?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17791609#comment-17791609
]
Junrui Li commented on FLINK-33581:
---
Hey [~fanrui] , thank you for the reminder. Indee
caodizhou opened a new pull request, #23842:
URL: https://github.com/apache/flink/pull/23842
## What is the purpose of the change
*(For example: This pull request makes task deployment go through the blob
server, rather than through RPC. That way we avoid re-transferring them
[
https://issues.apache.org/jira/browse/FLINK-32898?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
ASF GitHub Bot updated FLINK-32898:
---
Labels: pull-request-available (was: )
> Improvement of usability for Flink OLAP
>
flinkbot commented on PR #23842:
URL: https://github.com/apache/flink/pull/23842#issuecomment-1833695975
## CI report:
* db6ec6436d7e560d13a8b1493b8416aeee1c8107 UNKNOWN
Bot commands
The @flinkbot bot supports the following commands:
- `@flinkbot run azure`
pvary opened a new pull request, #27:
URL: https://github.com/apache/flink-connector-shared-utils/pull/27
Adds a new `python_ci.yml` workflow which could be used to execute python
tests for connectors.
The requirement is that the code should be built with the command below:
```
[
https://issues.apache.org/jira/browse/FLINK-33556?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
ASF GitHub Bot updated FLINK-33556:
---
Labels: pull-request-available (was: )
> Test infrastructure for externalized python code
>
dannycranmer merged PR #693:
URL: https://github.com/apache/flink-web/pull/693
--
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.
jnh5y commented on code in PR #23680:
URL: https://github.com/apache/flink/pull/23680#discussion_r1410643440
##
flink-table/flink-table-api-java/src/test/java/org/apache/flink/table/test/program/SinkTestStep.java:
##
@@ -106,6 +113,8 @@ public static final class Builder extends
dawidwys merged PR #23829:
URL: https://github.com/apache/flink/pull/23829
--
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
[
https://issues.apache.org/jira/browse/FLINK-33675?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Dawid Wysakowicz closed FLINK-33675.
Resolution: Fixed
Implemented in 88509e20df2edd80db9a893da21a9b3cb2777bf9
> Serialize Val
pvary opened a new pull request, #23843:
URL: https://github.com/apache/flink/pull/23843
## What is the purpose of the change
A few changes are needed in the original python test code, so the
externalized connectors could run their tests
## Brief change log
Marks the fil
flinkbot commented on PR #23843:
URL: https://github.com/apache/flink/pull/23843#issuecomment-1833760576
## CI report:
* a212a4e003b06ab493f0f782e365fd90bf6959ff UNKNOWN
Bot commands
The @flinkbot bot supports the following commands:
- `@flinkbot run azure`
dannycranmer merged PR #119:
URL: https://github.com/apache/flink-connector-aws/pull/119
--
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
dannycranmer merged PR #118:
URL: https://github.com/apache/flink-connector-aws/pull/118
--
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
caodizhou commented on PR #23842:
URL: https://github.com/apache/flink/pull/23842#issuecomment-1833782667
@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 spec
dawidwys commented on code in PR #23680:
URL: https://github.com/apache/flink/pull/23680#discussion_r1410669365
##
flink-table/flink-table-api-java/src/test/java/org/apache/flink/table/test/program/SinkTestStep.java:
##
@@ -106,6 +113,8 @@ public static final class Builder exten
snuyanzin opened a new pull request, #23844:
URL: https://github.com/apache/flink/pull/23844
## What is the purpose of the change
This is the PR superceding https://github.com/apache/flink/pull/23740 by
adopting hadoop api change usage
## Brief change log
* cherry-pick f
1 - 100 of 208 matches
Mail list logo