[jira] [Updated] (FLINK-37161) Cross-team verification for "Adaptive skewed join optimization for batch jobs"

2025-01-22 Thread Junrui Lee (Jira)
[ https://issues.apache.org/jira/browse/FLINK-37161?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Junrui Lee updated FLINK-37161: --- Description: In Flink 2.0, we support the capability of adaptive skewed join optimization for batch

Re: [PR] [FLINK-37005][table] Make StreamExecDeduplicate ouput insert only where possible [flink]

2025-01-22 Thread via GitHub
Zakelly commented on PR #26051: URL: https://github.com/apache/flink/pull/26051#issuecomment-2608722972 @pnowojski Glad to see you here. @xuyangzhong is right, you have that guarantee. The same-key records and timers will happen in order of arrival. That is, when watermark advance, the time

Re: [PR] [FLINK-37005][table] Make StreamExecDeduplicate ouput insert only where possible [flink]

2025-01-22 Thread via GitHub
xuyangzhong commented on PR #26051: URL: https://github.com/apache/flink/pull/26051#issuecomment-2608696358 @pnowojski IIUC, the async state operator currently processes watermarks **only** after all prior async state requests have been completed. That means when the event time timer is tri

Re: [PR] [FLINK-36838][state/forst] Fix the deadlock when quit forst state backend [flink]

2025-01-22 Thread via GitHub
Zakelly merged PR #26053: URL: https://github.com/apache/flink/pull/26053 -- 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

[jira] [Assigned] (FLINK-37148) Add documentation for datastream v2 api

2025-01-22 Thread Weijie Guo (Jira)
[ https://issues.apache.org/jira/browse/FLINK-37148?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Weijie Guo reassigned FLINK-37148: -- Assignee: xuhuang > Add documentation for datastream v2 api > ---

[PR] [WIP][FLINK-37148][docs] Add documents for DataStream V2 [flink]

2025-01-22 Thread via GitHub
codenohup opened a new pull request, #26057: URL: https://github.com/apache/flink/pull/26057 ## 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

[jira] [Commented] (FLINK-36061) Support Apache iceberg for pipeline connector

2025-01-22 Thread ZhengYu Chen (Jira)
[ https://issues.apache.org/jira/browse/FLINK-36061?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17916262#comment-17916262 ] ZhengYu Chen commented on FLINK-36061: -- I think we should implement this feature ba

Re: [PR] [WIP][FLINK-37148][docs] Add documents for DataStream V2 [flink]

2025-01-22 Thread via GitHub
flinkbot commented on PR #26057: URL: https://github.com/apache/flink/pull/26057#issuecomment-2608886489 ## CI report: * d7118feba7756ee0f06f9cc9e2dd87f1c2999c25 UNKNOWN Bot commands The @flinkbot bot supports the following commands: - `@flinkbot run azure`

Re: [PR] [BP-2.0][FLINK-36838][state/forst] Fix the deadlock when quit forst state backend [flink]

2025-01-22 Thread via GitHub
Zakelly merged PR #26054: URL: https://github.com/apache/flink/pull/26054 -- 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

Re: [PR] [FLINK-37192] [pyflink] Replace deprecated avro-python3 with avro [flink]

2025-01-22 Thread via GitHub
dianfu commented on PR #26008: URL: https://github.com/apache/flink/pull/26008#issuecomment-2608914945 @mina-asham Thanks for the update! These are test failures, could you take a look? -- This is an automated message from the Apache Git Service. To respond to the message, please log on t

Re: [PR] [WIP][FLINK-37148][docs] Add documents for DataStream V2 [flink]

2025-01-22 Thread via GitHub
xintongsong commented on code in PR #26057: URL: https://github.com/apache/flink/pull/26057#discussion_r1926349435 ## docs/content/docs/dev/datastream-v2/overview.md: ## @@ -0,0 +1,195 @@ +--- +title: Overview +weight: 2 +type: docs +--- + + +# Flink DataStream API Programming G

Re: [PR] [hotfix][cdc][docs] Build 3.3 docs and mark it as stable [flink-cdc]

2025-01-22 Thread via GitHub
GOODBOY008 commented on PR #3882: URL: https://github.com/apache/flink-cdc/pull/3882#issuecomment-2608962525 @ruanhang1993 PTAL -- 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 co

Re: [PR] [tests] Improve CI test effectivness by isolating test matrix and unify timeout [flink-cdc]

2025-01-22 Thread via GitHub
yuxiqian commented on PR #3884: URL: https://github.com/apache/flink-cdc/pull/3884#issuecomment-2608981436 Part of this change has been discussed in https://github.com/apache/flink-cdc/pull/3684#discussion_r1827701219, needs hearing from @leonardBang 👀 -- This is an automated message fr

[PR] [FLINK-37205][python] Correct the state cache behavior during bump be… [flink]

2025-01-22 Thread via GitHub
dianfu opened a new pull request, #26060: URL: https://github.com/apache/flink/pull/26060 …am version ## 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-tr

Re: [PR] [hotfix][cdc][docs] Build 3.3 docs and mark it as stable [flink-cdc]

2025-01-22 Thread via GitHub
ruanhang1993 merged PR #3882: URL: https://github.com/apache/flink-cdc/pull/3882 -- 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...@flin

Re: [PR] [hotfix] Add profile to apply `--add-opens` for java17 CI [flink-benchmarks]

2025-01-22 Thread via GitHub
Zakelly commented on PR #103: URL: https://github.com/apache/flink-benchmarks/pull/103#issuecomment-2609010817 As we can see, the `--add-opens` is successfully added during CI testing. ![image](https://github.com/user-attachments/assets/21c684ad-e447-421c-b90d-01b6ae756d10) https://g

[PR] [tests] Improve CI test effectivness by isolating test matrix and unify timeout [flink-cdc]

2025-01-22 Thread via GitHub
yuxiqian opened a new pull request, #3884: URL: https://github.com/apache/flink-cdc/pull/3884 This is a preparatory PR (for FLINK-37191) mainly focusing on improving test case effectiveness, including: * Single-stage CI failure should not cause the whole matrix got cancelled * Adde

[jira] [Created] (FLINK-37206) Initialization issue of batching timer service in async state operators

2025-01-22 Thread Zakelly Lan (Jira)
Zakelly Lan created FLINK-37206: --- Summary: Initialization issue of batching timer service in async state operators Key: FLINK-37206 URL: https://issues.apache.org/jira/browse/FLINK-37206 Project: Flink

[PR] [hotfix] [docs] Fix code typo in task_failure_recovery.md [flink]

2025-01-22 Thread via GitHub
glorinli opened a new pull request, #26061: URL: https://github.com/apache/flink/pull/26061 ## What is the purpose of the change A minor typo fix in task_failure_recovery.md's java example code, the Duration is mispelled Durartion. ## Verifying this change Doc ch

[jira] [Created] (FLINK-37207) Distributed cache set in the DataStream API does not work if a job use both the Table API & DataStream API

2025-01-22 Thread Dian Fu (Jira)
Dian Fu created FLINK-37207: --- Summary: Distributed cache set in the DataStream API does not work if a job use both the Table API & DataStream API Key: FLINK-37207 URL: https://issues.apache.org/jira/browse/FLINK-37207

Re: [PR] [hotfix][build] Add release-3.3 docs build action [flink-cdc]

2025-01-22 Thread via GitHub
ruanhang1993 closed pull request #3879: [hotfix][build] Add release-3.3 docs build action URL: https://github.com/apache/flink-cdc/pull/3879 -- 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 speci

Re: [PR] [FLINK-36698][pipeline-connector][elasticsearch] Elasticsearch Pipeline Connector support index sharding [flink-cdc]

2025-01-22 Thread via GitHub
lvyanquan commented on code in PR #3723: URL: https://github.com/apache/flink-cdc/pull/3723#discussion_r1926486699 ## docs/content/docs/connectors/pipeline-connectors/elasticsearch.md: ## @@ -169,7 +169,7 @@ Pipeline Connector Options optional (none) Long -

[jira] [Updated] (FLINK-37207) Distributed cache set in the DataStream API does not work if a job use both the Table API & DataStream API

2025-01-22 Thread Dian Fu (Jira)
[ https://issues.apache.org/jira/browse/FLINK-37207?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dian Fu updated FLINK-37207: Description: It will clear the distributed cache in the method[ StreamExecutionEnvironment.configure|http

Re: [PR] [FLINK-36564][ci] Running CI in random timezone to expose more time related bugs. [flink-cdc]

2025-01-22 Thread via GitHub
leonardBang commented on PR #3650: URL: https://github.com/apache/flink-cdc/pull/3650#issuecomment-2609045244 @lvyanquan A rebase action is welcome -- 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

[jira] [Created] (FLINK-37208) Properly notify a new key is selected for async state operators

2025-01-22 Thread Zakelly Lan (Jira)
Zakelly Lan created FLINK-37208: --- Summary: Properly notify a new key is selected for async state operators Key: FLINK-37208 URL: https://issues.apache.org/jira/browse/FLINK-37208 Project: Flink

[jira] [Updated] (FLINK-37207) Distributed cache set in the DataStream API does not work if a job use both the Table API & DataStream API

2025-01-22 Thread Dian Fu (Jira)
[ https://issues.apache.org/jira/browse/FLINK-37207?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dian Fu updated FLINK-37207: Description: It will clear the distributed cache in the method [StreamExecutionEnvironment.configure|http

Re: [PR] [FLINK-36698][pipeline-connector][elasticsearch] Elasticsearch Pipeline Connector support index sharding [flink-cdc]

2025-01-22 Thread via GitHub
lvyanquan commented on code in PR #3723: URL: https://github.com/apache/flink-cdc/pull/3723#discussion_r1926489573 ## flink-cdc-connect/flink-cdc-pipeline-connectors/flink-cdc-pipeline-connector-elasticsearch/src/main/java/org/apache/flink/cdc/connectors/elasticsearch/sink/Elasticsearch

[jira] [Updated] (FLINK-37207) Distributed cache set in the DataStream API does not work if a job use both the Table API & DataStream API

2025-01-22 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/FLINK-37207?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] ASF GitHub Bot updated FLINK-37207: --- Labels: pull-request-available (was: ) > Distributed cache set in the DataStream API does n

[PR] [FLINK-37207][runtime] Don't clear distributed cache in StreamExecutionEnvironment.configure [flink]

2025-01-22 Thread via GitHub
dianfu opened a new pull request, #26062: URL: https://github.com/apache/flink/pull/26062 ## What is the purpose of the change *This pull request fixes the issue that the distributed cache was cleared in StreamExecutionEnvironment.configure. It has side effect that distributed caches

Re: [PR] [FLINK-36564][ci] Running CI in random timezone to expose more time related bugs. [flink-cdc]

2025-01-22 Thread via GitHub
lvyanquan commented on PR #3650: URL: https://github.com/apache/flink-cdc/pull/3650#issuecomment-2609084505 > @lvyanquan A rebase action is welcome Done. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL a

Re: [PR] [WIP][FLINK-37148][docs] Add documents for DataStream V2 [flink]

2025-01-22 Thread via GitHub
reswqa commented on code in PR #26057: URL: https://github.com/apache/flink/pull/26057#discussion_r1926517227 ## docs/content/docs/dev/datastream-v2/building_blocks.md: ## @@ -0,0 +1,215 @@ +--- +title: Building Blocks +weight: 3 +type: docs +--- + + +# Building Blocks + +DataSt

Re: [PR] [hotfix][docs] Change docs in master to 3.4-SNAPSHOT [flink-cdc]

2025-01-22 Thread via GitHub
ruanhang1993 merged PR #3886: URL: https://github.com/apache/flink-cdc/pull/3886 -- 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...@flin

Re: [PR] [WIP][FLINK-37148][docs] Add documents for DataStream V2 [flink]

2025-01-22 Thread via GitHub
reswqa commented on code in PR #26057: URL: https://github.com/apache/flink/pull/26057#discussion_r1926520983 ## docs/content/docs/dev/datastream-v2/building_blocks.md: ## @@ -0,0 +1,215 @@ +--- +title: Building Blocks +weight: 3 +type: docs +--- + + +# Building Blocks + +DataSt

Re: [PR] [FLINK-36698][pipeline-connector][elasticsearch] Elasticsearch Pipeline Connector support index sharding [flink-cdc]

2025-01-22 Thread via GitHub
beryllw commented on PR #3723: URL: https://github.com/apache/flink-cdc/pull/3723#issuecomment-2609091793 > LGTM. Thanks for your 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 th

[jira] [Created] (FLINK-37204) Add missing StarRocks connector options for 1.2.10.

2025-01-22 Thread ChaomingZhang (Jira)
ChaomingZhang created FLINK-37204: - Summary: Add missing StarRocks connector options for 1.2.10. Key: FLINK-37204 URL: https://issues.apache.org/jira/browse/FLINK-37204 Project: Flink Issue T

[jira] [Updated] (FLINK-37205) Correct the state cache behavior during bump beam version

2025-01-22 Thread Dian Fu (Jira)
[ https://issues.apache.org/jira/browse/FLINK-37205?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dian Fu updated FLINK-37205: Description: It has changed the state cache strategy from size based to bytes based since Beam 2.42.0 (See

[PR] [FLINK-37205][python] Correct the state cache behavior during bump beam version [flink]

2025-01-22 Thread via GitHub
dianfu opened a new pull request, #26058: URL: https://github.com/apache/flink/pull/26058 ## What is the purpose of the change *This pull request fixes the state cache behavior during bump beam version. It has changed the state cache strategy from size based to bytes based since

[PR] [FLINK-37205][python] Correct the state cache behavior during bump be… [flink]

2025-01-22 Thread via GitHub
dianfu opened a new pull request, #26059: URL: https://github.com/apache/flink/pull/26059 …am version ## 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-tr

[jira] [Updated] (FLINK-37205) Correct the state cache behavior during bump beam version

2025-01-22 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/FLINK-37205?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] ASF GitHub Bot updated FLINK-37205: --- Labels: pull-request-available (was: ) > Correct the state cache behavior during bump beam

[jira] [Created] (FLINK-37205) Correct the state cache behavior during bump beam version

2025-01-22 Thread Dian Fu (Jira)
Dian Fu created FLINK-37205: --- Summary: Correct the state cache behavior during bump beam version Key: FLINK-37205 URL: https://issues.apache.org/jira/browse/FLINK-37205 Project: Flink Issue Type: B

[jira] [Updated] (FLINK-37204) Add missing StarRocks connector options for 1.2.10.

2025-01-22 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/FLINK-37204?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] ASF GitHub Bot updated FLINK-37204: --- Labels: pull-request-available (was: ) > Add missing StarRocks connector options for 1.2.10

[jira] [Updated] (FLINK-37205) Correct the state cache behavior during bump beam version

2025-01-22 Thread Dian Fu (Jira)
[ https://issues.apache.org/jira/browse/FLINK-37205?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dian Fu updated FLINK-37205: Affects Version/s: 1.20.0 1.19.0 1.18.0

[jira] [Updated] (FLINK-37205) Correct the state cache behavior during bump beam version

2025-01-22 Thread Dian Fu (Jira)
[ https://issues.apache.org/jira/browse/FLINK-37205?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dian Fu updated FLINK-37205: Affects Version/s: 1.19.1 1.18.1 1.17.2

[jira] [Assigned] (FLINK-37204) Add missing StarRocks connector options for 1.2.10.

2025-01-22 Thread Leonard Xu (Jira)
[ https://issues.apache.org/jira/browse/FLINK-37204?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Leonard Xu reassigned FLINK-37204: -- Assignee: ChaomingZhang > Add missing StarRocks connector options for 1.2.10. > -

[jira] [Assigned] (FLINK-36061) Support Apache iceberg for pipeline connector

2025-01-22 Thread Leonard Xu (Jira)
[ https://issues.apache.org/jira/browse/FLINK-36061?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Leonard Xu reassigned FLINK-36061: -- Assignee: ZhengYu Chen > Support Apache iceberg for pipeline connector >

[jira] [Commented] (FLINK-36061) Support Apache iceberg for pipeline connector

2025-01-22 Thread Leonard Xu (Jira)
[ https://issues.apache.org/jira/browse/FLINK-36061?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17916295#comment-17916295 ] Leonard Xu commented on FLINK-36061: Splitting the connector development into two p

Re: [PR] [hotfix][docs] Fix dead links in Doris (#3878) [flink-cdc]

2025-01-22 Thread via GitHub
ruanhang1993 merged PR #3885: URL: https://github.com/apache/flink-cdc/pull/3885 -- 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...@flin

[jira] [Updated] (FLINK-37207) Distributed cache set in the DataStream API does not work if a job use both the Table API & DataStream API

2025-01-22 Thread Dian Fu (Jira)
[ https://issues.apache.org/jira/browse/FLINK-37207?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dian Fu updated FLINK-37207: Attachment: image-2025-01-23-15-34-13-242.png > Distributed cache set in the DataStream API does not work

[jira] [Updated] (FLINK-37207) Distributed cache set in the DataStream API does not work if a job use both the Table API & DataStream API

2025-01-22 Thread Dian Fu (Jira)
[ https://issues.apache.org/jira/browse/FLINK-37207?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dian Fu updated FLINK-37207: Description: It will clear the distributed cache in the method [StreamExecutionEnvironment.configure|http

[PR] [hotfix][docs] Fix dead links in Doris (#3878) [flink-cdc]

2025-01-22 Thread via GitHub
ruanhang1993 opened a new pull request, #3885: URL: https://github.com/apache/flink-cdc/pull/3885 (no comment) -- 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 unsubscrib

[PR] [hotfix][docs] Change docs in master to 3.4-SNAPSHOT [flink-cdc]

2025-01-22 Thread via GitHub
ruanhang1993 opened a new pull request, #3886: URL: https://github.com/apache/flink-cdc/pull/3886 This PR changes docs in master to 3.4-SNAPSHOT -- 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

Re: [PR] [FLINK-36929][table] Add SQL connector for keyed savepoint data [flink]

2025-01-22 Thread via GitHub
gaborgsomogyi commented on PR #26035: URL: https://github.com/apache/flink/pull/26035#issuecomment-2606542484 Not sure why but some of the tests are flaky so rebased to the latest master. Hope this helps. -- This is an automated message from the Apache Git Service. To respond to the messa

[jira] [Commented] (FLINK-37098) Can not select time attribute from a view

2025-01-22 Thread Dawid Wysakowicz (Jira)
[ https://issues.apache.org/jira/browse/FLINK-37098?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17915950#comment-17915950 ] Dawid Wysakowicz commented on FLINK-37098: -- Additional fix in: * master ** e000

Re: [PR] [FLINK-36929][table] Add SQL connector for keyed savepoint data [flink]

2025-01-22 Thread via GitHub
gaborgsomogyi commented on PR #26035: URL: https://github.com/apache/flink/pull/26035#issuecomment-2606541564 > So this connector will be included in the state-processor-api.jar under the opt/ folder of the flink distribution, right? Yeah, it's intended to be optional. -- This is a

[jira] [Created] (FLINK-37197) Release flink-connector-mongodb v2.0.0 for Flink 1.20

2025-01-22 Thread Jiabao Sun (Jira)
Jiabao Sun created FLINK-37197: -- Summary: Release flink-connector-mongodb v2.0.0 for Flink 1.20 Key: FLINK-37197 URL: https://issues.apache.org/jira/browse/FLINK-37197 Project: Flink Issue Type:

[jira] [Updated] (FLINK-37118) Enhance flink cdc metrics

2025-01-22 Thread melin (Jira)
[ https://issues.apache.org/jira/browse/FLINK-37118?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] melin updated FLINK-37118: -- Fix Version/s: cdc-3.4.0 > Enhance flink cdc metrics > - > > Key: FLIN

Re: [PR] [FLINK-37181][build] Fix MacOS sha256sum tool compile error [flink]

2025-01-22 Thread via GitHub
jiefei30 commented on PR #26034: URL: https://github.com/apache/flink/pull/26034#issuecomment-2606560021 > If you think the root cause is something different then please share the details. In my case the mentioned code caused it. Does this work on your end? Sorry I can't provide more

Re: [PR] [FLINK-35584][docker] Support Java21 in v1.20.0 [flink-docker]

2025-01-22 Thread via GitHub
JEnglandOhalo commented on PR #203: URL: https://github.com/apache/flink-docker/pull/203#issuecomment-2606591222 > I didn't learn about any plans for 1.20 to support jdk21, or maybe I missed some discussion. > > cc @snuyanzin as you've done most of the work for jdk21 support. I

[jira] [Updated] (FLINK-36631) Supports reading incremental data from Oracle from a specified SCN

2025-01-22 Thread Di Wu (Jira)
[ https://issues.apache.org/jira/browse/FLINK-36631?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Di Wu updated FLINK-36631: -- Fix Version/s: cdc-3.4.0 > Supports reading incremental data from Oracle from a specified SCN > --

Re: [PR] [FLINK-33584][Filesystems] Update Hadoop Filesystem dependencies to 3.3.6 [flink]

2025-01-22 Thread via GitHub
MartijnVisser commented on PR #23844: URL: https://github.com/apache/flink/pull/23844#issuecomment-2606592216 > Should we temporarily drop support for S3 It's the most used blob storage integration in OS Flink, we can't drop that. -- This is an automated message from the Apache Git

Re: [PR] [FLINK-36696] [flink-autoscaler-plugin-jdbc] Switch sql connection usages to datasource [flink-kubernetes-operator]

2025-01-22 Thread via GitHub
1996fanrui commented on code in PR #929: URL: https://github.com/apache/flink-kubernetes-operator/pull/929#discussion_r1924588749 ## flink-autoscaler-plugin-jdbc/src/test/java/org/apache/flink/autoscaler/jdbc/testutils/databases/derby/DerbyExtension.java: ## @@ -76,7 +79,8 @@ p

Re: [PR] Bump vite and @angular-devkit/build-angular in /flink-runtime-web/web-dashboard [flink]

2025-01-22 Thread via GitHub
flinkbot commented on PR #26047: URL: https://github.com/apache/flink/pull/26047#issuecomment-2606630124 ## CI report: * 73608a77e3f9d8ae510c95219b6d3f80ca38f3de UNKNOWN Bot commands The @flinkbot bot supports the following commands: - `@flinkbot run azure`

Re: [PR] [FLINK-35584][docker] Support Java21 in v1.20.0 [flink-docker]

2025-01-22 Thread via GitHub
snuyanzin commented on PR #203: URL: https://github.com/apache/flink-docker/pull/203#issuecomment-2606628533 we had all the tests cron jobs for jdk21 since 1.19 the last bit (for development) is enablement of spotless done in 2.0 since this task required dropping of jdk 1.8 At the

[jira] [Commented] (FLINK-36061) Support Apache iceberg for pipeline connector

2025-01-22 Thread melin (Jira)
[ https://issues.apache.org/jira/browse/FLINK-36061?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17915967#comment-17915967 ] melin commented on FLINK-36061: --- Add compaction optimization? For example, commit executes

[jira] [Comment Edited] (FLINK-36061) Support Apache iceberg for pipeline connector

2025-01-22 Thread melin (Jira)
[ https://issues.apache.org/jira/browse/FLINK-36061?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17915967#comment-17915967 ] melin edited comment on FLINK-36061 at 1/22/25 8:57 AM: Add comp

[PR] [FLINK-35139][Connectors/MongoDB] Drop support for Flink 1.18 and update development version to 2.0-SNAPSHOT [flink-connector-mongodb]

2025-01-22 Thread via GitHub
Jiabao-Sun opened a new pull request, #48: URL: https://github.com/apache/flink-connector-mongodb/pull/48 Drop support for Flink 1.18 and update development version to 2.0-SNAPSHOT -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitH

Re: [PR] [FLINK-37181][build] Fix MacOS sha256sum tool compile error [flink]

2025-01-22 Thread via GitHub
gaborgsomogyi commented on PR #26034: URL: https://github.com/apache/flink/pull/26034#issuecomment-2606652011 Good to hear it's working on your side too. -- 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

<    1   2