[jira] [Created] (FLINK-37644) Include guava dependency to package of Kafka connector release and shade

2025-04-09 Thread Yanquan Lv (Jira)
Yanquan Lv created FLINK-37644: -- Summary: Include guava dependency to package of Kafka connector release and shade Key: FLINK-37644 URL: https://issues.apache.org/jira/browse/FLINK-37644 Project: Flink

Re: [PR] [FLINK-37637] Avoid dead lock for Configuration's addAll [flink]

2025-04-09 Thread via GitHub
beliefer commented on code in PR #26426: URL: https://github.com/apache/flink/pull/26426#discussion_r2036389139 ## flink-core/src/main/java/org/apache/flink/configuration/Configuration.java: ## @@ -258,12 +270,28 @@ public void addAll(Configuration other, String prefix) {

Re: [PR] [FLINK-37637] Avoid dead lock for Configuration's addAll [flink]

2025-04-09 Thread via GitHub
beliefer commented on code in PR #26426: URL: https://github.com/apache/flink/pull/26426#discussion_r2036390683 ## flink-core/src/main/java/org/apache/flink/configuration/Configuration.java: ## @@ -239,9 +239,21 @@ public void addAllToProperties(Properties props) { }

Re: [PR] [FLINK-37638] Avoid duplicate call on getEffectiveConfiguration [flink]

2025-04-09 Thread via GitHub
beliefer commented on PR #26428: URL: https://github.com/apache/flink/pull/26428#issuecomment-2791500611 @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.

Re: [PR] [hotfix] Avoid duplicate call on checkNotNull while calling fromProgramOptions [flink]

2025-04-09 Thread via GitHub
beliefer commented on PR #26429: URL: https://github.com/apache/flink/pull/26429#issuecomment-2791500256 @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.

Re: [PR] [hotfix] Remove the redundant config for execution target [flink]

2025-04-09 Thread via GitHub
beliefer commented on PR #26425: URL: https://github.com/apache/flink/pull/26425#issuecomment-2791501451 @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.

Re: [PR] [hotfix] Rename loadJarFile to checkJarFile [flink]

2025-04-09 Thread via GitHub
beliefer commented on PR #26427: URL: https://github.com/apache/flink/pull/26427#issuecomment-2791501023 @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.

Re: [PR] [FLINK-33634] Add Conditions to Flink CRD's Status field [flink-kubernetes-operator]

2025-04-09 Thread via GitHub
lajith2006 commented on code in PR #957: URL: https://github.com/apache/flink-kubernetes-operator/pull/957#discussion_r2036467035 ## flink-kubernetes-operator-api/src/main/java/org/apache/flink/kubernetes/operator/api/status/FlinkDeploymentStatus.java: ## @@ -55,4 +60,188 @@ pu

Re: [PR] [FLINK-37548] Add Model DDL methods in TABLE API [flink]

2025-04-09 Thread via GitHub
lihaosky commented on PR #26385: URL: https://github.com/apache/flink/pull/26385#issuecomment-2791506623 @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.

[jira] [Created] (FLINK-37646) flink jobmanager oom

2025-04-09 Thread leishuiyu (Jira)
leishuiyu created FLINK-37646: - Summary: flink jobmanager oom Key: FLINK-37646 URL: https://issues.apache.org/jira/browse/FLINK-37646 Project: Flink Issue Type: Bug Components: Runtime

Re: [PR] [FLINK-34820][postgressql] Not recycle but reuse fetcher for all data to improve performant [flink-cdc]

2025-04-09 Thread via GitHub
Mrart closed pull request #3981: [FLINK-34820][postgressql] Not recycle but reuse fetcher for all data to improve performant URL: https://github.com/apache/flink-cdc/pull/3981 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and u

[jira] [Created] (FLINK-37647) Add support for NonTimeRowsUnboundedPrecedingFunction for OverAggregate

2025-04-09 Thread Bonnie Varghese (Jira)
Bonnie Varghese created FLINK-37647: --- Summary: Add support for NonTimeRowsUnboundedPrecedingFunction for OverAggregate Key: FLINK-37647 URL: https://issues.apache.org/jira/browse/FLINK-37647 Project

Re: [PR] [hotfix][cdc-connector][test] Sleep to wait for the assign status to INITIAL_ASSIGNING_FINISHED so that newly added table won't be stuck. [flink-cdc]

2025-04-09 Thread via GitHub
leonardBang merged PR #3978: URL: https://github.com/apache/flink-cdc/pull/3978 -- 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

Re: [PR] [FLINK-37623][datastream] Async state support for process() in Datastream API [flink]

2025-04-09 Thread via GitHub
Zakelly commented on code in PR #26419: URL: https://github.com/apache/flink/pull/26419#discussion_r2036397553 ## flink-runtime/src/main/java/org/apache/flink/streaming/api/datastream/KeyedStream.java: ## @@ -370,7 +372,7 @@ public SingleOutputStreamOperator process( @Over

Re: [PR] [hotfix] Avoid duplicate loop for configuration [flink]

2025-04-09 Thread via GitHub
beliefer commented on PR #26423: URL: https://github.com/apache/flink/pull/26423#issuecomment-2791398146 ping @zentol cc @1996fanrui @davidradl @GOODBOY008 -- 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

Re: [PR] [FLINK-37548] Add Model DDL methods in TABLE API [flink]

2025-04-09 Thread via GitHub
yanand0909 commented on code in PR #26385: URL: https://github.com/apache/flink/pull/26385#discussion_r2036415069 ## flink-python/pyflink/table/model_descriptor.py: ## @@ -0,0 +1,140 @@ + +# License

Re: [PR] [FLINK-37644] Include guava dependency and shade it. [flink-connector-kafka]

2025-04-09 Thread via GitHub
lvyanquan commented on PR #167: URL: https://github.com/apache/flink-connector-kafka/pull/167#issuecomment-2791566495 At present, there is a problem of LICENSE check failure in CI, and I am trying to solve it -- This is an automated message from the Apache Git Service. To respond to the

Re: [PR] [FLINK-37605][runtime] Infer checkpoint id on endInput in sink [flink]

2025-04-09 Thread via GitHub
AHeise commented on code in PR #26433: URL: https://github.com/apache/flink/pull/26433#discussion_r2036031020 ## flink-runtime/src/main/java/org/apache/flink/streaming/runtime/operators/sink/CommitterOperator.java: ## @@ -151,24 +149,23 @@ public void snapshotState(StateSnapshot

Re: [PR] [FLINK-37548] Add Model DDL methods in TABLE API [flink]

2025-04-09 Thread via GitHub
lihaosky commented on code in PR #26385: URL: https://github.com/apache/flink/pull/26385#discussion_r2036189107 ## flink-python/pyflink/table/table_environment.py: ## @@ -656,6 +657,32 @@ def list_temporary_views(self) -> List[str]: j_view_name_array = self._j_tenv.list

[jira] [Resolved] (FLINK-37553) Make ForStKeyedStateBackend consider namespaceSerializer compatibility when restoring state

2025-04-09 Thread Zakelly Lan (Jira)
[ https://issues.apache.org/jira/browse/FLINK-37553?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Zakelly Lan resolved FLINK-37553. - Assignee: Yue Ma Resolution: Fixed > Make ForStKeyedStateBackend consider namespaceSeriali

Re: [PR] [FLINK-37548] Add Model DDL methods in TABLE API [flink]

2025-04-09 Thread via GitHub
yanand0909 commented on code in PR #26385: URL: https://github.com/apache/flink/pull/26385#discussion_r2036199353 ## flink-python/pyflink/table/table_environment.py: ## @@ -656,6 +657,32 @@ def list_temporary_views(self) -> List[str]: j_view_name_array = self._j_tenv.li

Re: [PR] [hotfix] [docs] Typo fix in several docs [flink]

2025-04-09 Thread via GitHub
gunnarmorling commented on PR #26432: URL: https://github.com/apache/flink/pull/26432#issuecomment-2789821478 @rmetzger Spotted the notorious "kakfa" typo at a few places. Let me know if anything else is needed. Thx! -- This is an automated message from the Apache Git Service. To respond

Re: [PR] [FLINK-37605][runtime] Infer checkpoint id on endInput in sink [flink]

2025-04-09 Thread via GitHub
davidradl commented on code in PR #26433: URL: https://github.com/apache/flink/pull/26433#discussion_r2035640177 ## flink-runtime/src/main/java/org/apache/flink/streaming/runtime/operators/sink/CommitterOperator.java: ## @@ -151,24 +149,23 @@ public void snapshotState(StateSnaps

[jira] [Updated] (FLINK-37633) Improved state management for temporal join operator

2025-04-09 Thread Hugo Ricateau (Jira)
[ https://issues.apache.org/jira/browse/FLINK-37633?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hugo Ricateau updated FLINK-37633: -- Description: When performing a temporal join between a left stream and a right versioned tabl

[PR] [FLINK-35571][test] Can pass global test [flink]

2025-04-09 Thread via GitHub
gaopeng172 opened a new pull request, #26431: URL: https://github.com/apache/flink/pull/26431 ## What is the purpose of the change This pull request makes the global testing process successful ## Brief change log - *Create a function with the @VisibleForTesting tag to p

[jira] [Updated] (FLINK-37605) SinkWriter may incorrectly infer end of input during rescale

2025-04-09 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/FLINK-37605?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] ASF GitHub Bot updated FLINK-37605: --- Labels: pull-request-available (was: ) > SinkWriter may incorrectly infer end of input duri

Re: [PR] [FLINK-XXXXX] Add NonTimeRowsUnboundedPrecedingFunction for OverAggregate [flink]

2025-04-09 Thread via GitHub
davidradl commented on PR #26424: URL: https://github.com/apache/flink/pull/26424#issuecomment-2789836541 @bvarghese1 please could you add the real Jira number to the title - thanks. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to G

[jira] [Commented] (FLINK-35466) Cannot pass all columns to SQL UDFs using `*`

2025-04-09 Thread Timo Walther (Jira)
[ https://issues.apache.org/jira/browse/FLINK-35466?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17942194#comment-17942194 ] Timo Walther commented on FLINK-35466: -- The Table API is more flexible than SQL. Th

Re: [PR] [hotfix] [docs] Fix size of PyFlink INT [flink]

2025-04-09 Thread via GitHub
davidradl commented on PR #25511: URL: https://github.com/apache/flink/pull/25511#issuecomment-2789822331 Thanks @rmetzger :-) -- 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

Re: [PR] [FLINK-XXXXX] Add NonTimeRowsUnboundedPrecedingFunction for OverAggregate [flink]

2025-04-09 Thread via GitHub
davidradl commented on code in PR #26424: URL: https://github.com/apache/flink/pull/26424#discussion_r2035532386 ## flink-table/flink-table-runtime/src/main/java/org/apache/flink/table/runtime/operators/over/NonTimeRowsUnboundedPrecedingFunction.java: ## @@ -0,0 +1,719 @@ +/* +

Re: [PR] [FLINK-XXXXX] Add NonTimeRowsUnboundedPrecedingFunction for OverAggregate [flink]

2025-04-09 Thread via GitHub
davidradl commented on code in PR #26424: URL: https://github.com/apache/flink/pull/26424#discussion_r2035538351 ## flink-table/flink-table-runtime/src/main/java/org/apache/flink/table/runtime/operators/over/NonTimeRowsUnboundedPrecedingFunction.java: ## @@ -0,0 +1,719 @@ +/* +

[jira] [Resolved] (FLINK-37484) unbounded-chunk-first.enabled no use in unevenly chunk split

2025-04-09 Thread Ruan Hang (Jira)
[ https://issues.apache.org/jira/browse/FLINK-37484?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ruan Hang resolved FLINK-37484. --- Resolution: Fixed master(3.4-SNAPSHOT): 164671558ad41751d8c250b37f3341afecbba413 > unbounded-chunk-

Re: [PR] [BP-2.0][FLINK-37620][state/forst] ForSt Sync mode support remote storage [flink]

2025-04-09 Thread via GitHub
fredia merged PR #26422: URL: https://github.com/apache/flink/pull/26422 -- 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

Re: [PR] [FLINK-37365][pyflink] Add API stability decorators for PyFlink APIs [flink]

2025-04-09 Thread via GitHub
autophagy commented on code in PR #26247: URL: https://github.com/apache/flink/pull/26247#discussion_r2035356174 ## flink-python/pyflink/table/catalog.py: ## @@ -36,6 +37,7 @@ 'Constraint', 'UniqueConstraint', 'ResolvedSchema'] +@PublicEvolving() Review Comment:

[PR] [hotfix] Rename loadJarFile to checkJarFile [flink]

2025-04-09 Thread via GitHub
beliefer opened a new pull request, #26427: URL: https://github.com/apache/flink/pull/26427 ## What is the purpose of the change This PR aims to rename `loadJarFile` to `checkJarFile`. The reason is `loadJarFile` just checking if the jar file is valid and is not related to load.

Re: [PR] [FLINK-XXXXX] Add NonTimeRowsUnboundedPrecedingFunction for OverAggregate [flink]

2025-04-09 Thread via GitHub
davidradl commented on code in PR #26424: URL: https://github.com/apache/flink/pull/26424#discussion_r2035538351 ## flink-table/flink-table-runtime/src/main/java/org/apache/flink/table/runtime/operators/over/NonTimeRowsUnboundedPrecedingFunction.java: ## @@ -0,0 +1,719 @@ +/* +

Re: [PR] [hotfix] Rename loadJarFile to checkJarFile [flink]

2025-04-09 Thread via GitHub
flinkbot commented on PR #26427: URL: https://github.com/apache/flink/pull/26427#issuecomment-2788756877 ## CI report: * 3ae71235f9cc34c72060bd56fa8846d688615150 UNKNOWN Bot commands The @flinkbot bot supports the following commands: - `@flinkbot run azure`

[jira] [Commented] (FLINK-37644) Include guava dependency to package of Kafka connector release and shade

2025-04-09 Thread Yanquan Lv (Jira)
[ https://issues.apache.org/jira/browse/FLINK-37644?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17942321#comment-17942321 ] Yanquan Lv commented on FLINK-37644: I would like to take it. > Include guava depen

[PR] [FLINK-37644] Include guava dependency and shade it. [flink-connector-kafka]

2025-04-09 Thread via GitHub
lvyanquan opened a new pull request, #167: URL: https://github.com/apache/flink-connector-kafka/pull/167 Include guava dependency to avoid ClassNotFoundException, and shade it to avoid conflict. -- This is an automated message from the Apache Git Service. To respond to the message, please

[jira] [Updated] (FLINK-37644) Include guava dependency to package of Kafka connector release and shade

2025-04-09 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/FLINK-37644?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] ASF GitHub Bot updated FLINK-37644: --- Labels: pull-request-available (was: ) > Include guava dependency to package of Kafka conne

[PR] [FLINK-37644] Include guava dependency and shade it. [flink-connector-kafka]

2025-04-09 Thread via GitHub
lvyanquan opened a new pull request, #168: URL: https://github.com/apache/flink-connector-kafka/pull/168 Backport fix of FLINK-37644 to 4.0 branch. -- 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] [Closed] (FLINK-37511) JobPlanInfo properties aren't listed in OpenAPI spec

2025-04-09 Thread Roman Khachatryan (Jira)
[ https://issues.apache.org/jira/browse/FLINK-37511?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Roman Khachatryan closed FLINK-37511. - Resolution: Fixed Merged to master as fc51d4e09b45064e180d48fb3cfcc68865d950d0 > JobPla

Re: [PR] [FLINK-36303] PostgreSQL timestamp precision 0 not supported [flink-connector-jdbc]

2025-04-09 Thread via GitHub
kgeis commented on PR #142: URL: https://github.com/apache/flink-connector-jdbc/pull/142#issuecomment-2791211700 @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 specific comm

Re: [PR] [FLINK-37511][rest] Use Jackson serialization in JobPlanInfo.Plan [flink]

2025-04-09 Thread via GitHub
rkhachatryan merged PR #26320: URL: https://github.com/apache/flink/pull/26320 -- 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.

[jira] [Updated] (FLINK-37511) JobPlanInfo properties aren't listed in OpenAPI spec

2025-04-09 Thread Roman Khachatryan (Jira)
[ https://issues.apache.org/jira/browse/FLINK-37511?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Roman Khachatryan updated FLINK-37511: -- Issue Type: Improvement (was: Bug) > JobPlanInfo properties aren't listed in OpenAPI

Re: [PR] [FLINK-37637] Avoid dead lock for Configuration's addAll [flink]

2025-04-09 Thread via GitHub
beliefer commented on code in PR #26426: URL: https://github.com/apache/flink/pull/26426#discussion_r2035629008 ## flink-core/src/main/java/org/apache/flink/configuration/Configuration.java: ## @@ -258,12 +270,28 @@ public void addAll(Configuration other, String prefix) {

Re: [PR] [FLINK-XXXXX] Add NonTimeRowsUnboundedPrecedingFunction for OverAggregate [flink]

2025-04-09 Thread via GitHub
bvarghese1 commented on code in PR #26424: URL: https://github.com/apache/flink/pull/26424#discussion_r2035702582 ## flink-table/flink-table-runtime/src/main/java/org/apache/flink/table/runtime/operators/over/NonTimeRowsUnboundedPrecedingFunction.java: ## @@ -0,0 +1,719 @@ +/* +

Re: [PR] Adding Elasticsearch Connector v3.1.0 [flink-web]

2025-04-09 Thread via GitHub
ferenc-csaky commented on code in PR #785: URL: https://github.com/apache/flink-web/pull/785#discussion_r2035544783 ## docs/data/release_archive.yml: ## @@ -679,6 +679,11 @@ release_archive: version: 2.0.0 release_date: "2025-03-17" filename: "mongodb" +

Re: [PR] [FLINK-37365][pyflink] Add API stability decorators for PyFlink APIs [flink]

2025-04-09 Thread via GitHub
autophagy commented on code in PR #26247: URL: https://github.com/apache/flink/pull/26247#discussion_r2035710228 ## flink-python/pyflink/table/catalog.py: ## @@ -36,6 +37,7 @@ 'Constraint', 'UniqueConstraint', 'ResolvedSchema'] +@PublicEvolving() Review Comment:

Re: [PR] [FLINK-37610] Check if orderBy keys exists before accessing [flink]

2025-04-09 Thread via GitHub
bvarghese1 commented on code in PR #26407: URL: https://github.com/apache/flink/pull/26407#discussion_r2035654644 ## flink-table/flink-table-planner/src/main/scala/org/apache/flink/table/planner/plan/optimize/program/FlinkChangelogModeInferenceProgram.scala: ## @@ -310,18 +310,2

Re: [PR] [hotfix] Rename loadJarFile to checkJarFile [flink]

2025-04-09 Thread via GitHub
beliefer commented on PR #26427: URL: https://github.com/apache/flink/pull/26427#issuecomment-2789620938 @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.

Re: [PR] [FLINK-XXXXX] Add NonTimeRowsUnboundedPrecedingFunction for OverAggregate [flink]

2025-04-09 Thread via GitHub
davidradl commented on code in PR #26424: URL: https://github.com/apache/flink/pull/26424#discussion_r2035475764 ## flink-table/flink-table-runtime/src/main/java/org/apache/flink/table/runtime/operators/over/NonTimeRowsUnboundedPrecedingFunction.java: ## @@ -0,0 +1,719 @@ +/* +

Re: [PR] [FLINK-XXXXX] Add NonTimeRowsUnboundedPrecedingFunction for OverAggregate [flink]

2025-04-09 Thread via GitHub
davidradl commented on code in PR #26424: URL: https://github.com/apache/flink/pull/26424#discussion_r2035477949 ## flink-table/flink-table-runtime/src/main/java/org/apache/flink/table/runtime/operators/over/NonTimeRowsUnboundedPrecedingFunction.java: ## @@ -0,0 +1,719 @@ +/* +

Re: [PR] [FLINK-XXXXX] Add NonTimeRowsUnboundedPrecedingFunction for OverAggregate [flink]

2025-04-09 Thread via GitHub
davidradl commented on code in PR #26424: URL: https://github.com/apache/flink/pull/26424#discussion_r2035476609 ## flink-table/flink-table-runtime/src/main/java/org/apache/flink/table/runtime/operators/over/NonTimeRowsUnboundedPrecedingFunction.java: ## @@ -0,0 +1,719 @@ +/* +

Re: [PR] [FLINK-XXXXX] Add NonTimeRowsUnboundedPrecedingFunction for OverAggregate [flink]

2025-04-09 Thread via GitHub
davidradl commented on code in PR #26424: URL: https://github.com/apache/flink/pull/26424#discussion_r2035457680 ## flink-table/flink-table-runtime/src/main/java/org/apache/flink/table/runtime/operators/over/NonTimeRowsUnboundedPrecedingFunction.java: ## @@ -0,0 +1,719 @@ +/* +

Re: [PR] [hotfix] Avoid duplicate call on checkNotNull while calling fromProgramOptions [flink]

2025-04-09 Thread via GitHub
beliefer commented on PR #26429: URL: https://github.com/apache/flink/pull/26429#issuecomment-2789616850 @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.

Re: [PR] solve bash-java-utils.sh can't get "env.java.home" in "config.yaml" since 1.20 [flink]

2025-04-09 Thread via GitHub
github-actions[bot] commented on PR #25739: URL: https://github.com/apache/flink/pull/25739#issuecomment-2788405796 This PR is being marked as stale since it has not had any activity in the last 90 days. If you would like to keep this PR alive, please leave a comment asking for a review

Re: [PR] [FLINK-XXXXX] Add NonTimeRowsUnboundedPrecedingFunction for OverAggregate [flink]

2025-04-09 Thread via GitHub
davidradl commented on code in PR #26424: URL: https://github.com/apache/flink/pull/26424#discussion_r2035522692 ## flink-table/flink-table-runtime/src/main/java/org/apache/flink/table/runtime/operators/over/NonTimeRowsUnboundedPrecedingFunction.java: ## @@ -0,0 +1,719 @@ +/* +

Re: [PR] [FLINK-XXXXX] Add NonTimeRowsUnboundedPrecedingFunction for OverAggregate [flink]

2025-04-09 Thread via GitHub
davidradl commented on code in PR #26424: URL: https://github.com/apache/flink/pull/26424#discussion_r2035522692 ## flink-table/flink-table-runtime/src/main/java/org/apache/flink/table/runtime/operators/over/NonTimeRowsUnboundedPrecedingFunction.java: ## @@ -0,0 +1,719 @@ +/* +

Re: [PR] [FLINK-37638] Avoid duplicate call on getEffectiveConfiguration [flink]

2025-04-09 Thread via GitHub
flinkbot commented on PR #26428: URL: https://github.com/apache/flink/pull/26428#issuecomment-2788829143 ## CI report: * 55ec34348cd901aae8e782fb11e8698c0b92fe43 UNKNOWN Bot commands The @flinkbot bot supports the following commands: - `@flinkbot run azure`

[PR] [FLINK-XXXX][Connectors/AWS] Enable SSO credentials [flink-connector-aws]

2025-04-09 Thread via GitHub
soisyourface opened a new pull request, #197: URL: https://github.com/apache/flink-connector-aws/pull/197 I am waiting for access to JIRA to create the issue but figured I'd create the PR to get the conversation started. There is a conversation in [slack](https://apache-flink.slack.com/a

Re: [PR] [FLINK-37610] Check if orderBy keys exists before accessing [flink]

2025-04-09 Thread via GitHub
snuyanzin commented on code in PR #26407: URL: https://github.com/apache/flink/pull/26407#discussion_r2035245920 ## flink-table/flink-table-planner/src/main/scala/org/apache/flink/table/planner/plan/optimize/program/FlinkChangelogModeInferenceProgram.scala: ## @@ -310,18 +310,26

Re: [PR] [hotfix] [docs] Fix size of PyFlink INT [flink]

2025-04-09 Thread via GitHub
ls-1801 commented on PR #25511: URL: https://github.com/apache/flink/pull/25511#issuecomment-2788422040 It’s not stale, I am waiting for reviews. -- 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 t

[jira] [Updated] (FLINK-37633) Improved state management for temporal join operator

2025-04-09 Thread Hugo Ricateau (Jira)
[ https://issues.apache.org/jira/browse/FLINK-37633?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hugo Ricateau updated FLINK-37633: -- Description: When performing a temporal join between a left stream and a right versioned tabl

[jira] [Closed] (FLINK-36167) testSinkDisorderChangeLog failed on AZP

2025-04-09 Thread Piotr Nowojski (Jira)
[ https://issues.apache.org/jira/browse/FLINK-36167?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Piotr Nowojski closed FLINK-36167. -- Resolution: Duplicate > testSinkDisorderChangeLog failed on AZP >

[jira] [Created] (FLINK-37643) Support partial deletes when converting to external data structures

2025-04-09 Thread Dawid Wysakowicz (Jira)
Dawid Wysakowicz created FLINK-37643: Summary: Support partial deletes when converting to external data structures Key: FLINK-37643 URL: https://issues.apache.org/jira/browse/FLINK-37643 Project:

Re: [PR] [hotfix] Avoid duplicate loop for configuration [flink]

2025-04-09 Thread via GitHub
beliefer commented on PR #26423: URL: https://github.com/apache/flink/pull/26423#issuecomment-2789926608 @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.

Re: [PR] [FLINK-37640][table-planner] Fix timestamp_ltz is converted timestamp in scan reuse [flink]

2025-04-09 Thread via GitHub
davidradl commented on code in PR #26430: URL: https://github.com/apache/flink/pull/26430#discussion_r2035559270 ## flink-table/flink-table-planner/src/main/java/org/apache/flink/table/planner/plan/reuse/ScanReuserUtils.java: ## @@ -203,7 +204,13 @@ private static WatermarkPushD

Re: [PR] [FLINK-37640][table-planner] Fix timestamp_ltz is converted timestamp in scan reuse [flink]

2025-04-09 Thread via GitHub
davidradl commented on code in PR #26430: URL: https://github.com/apache/flink/pull/26430#discussion_r2035566851 ## flink-table/flink-table-planner/src/main/java/org/apache/flink/table/planner/plan/reuse/ScanReuserUtils.java: ## @@ -203,7 +204,13 @@ private static WatermarkPushD

[jira] [Created] (FLINK-37636) Weekly CI failure

2025-04-09 Thread Yanquan Lv (Jira)
Yanquan Lv created FLINK-37636: -- Summary: Weekly CI failure Key: FLINK-37636 URL: https://issues.apache.org/jira/browse/FLINK-37636 Project: Flink Issue Type: Improvement Components:

Re: [PR] [FLINK-XXXXX] Add NonTimeRowsUnboundedPrecedingFunction for OverAggregate [flink]

2025-04-09 Thread via GitHub
davidradl commented on code in PR #26424: URL: https://github.com/apache/flink/pull/26424#discussion_r2035502507 ## flink-table/flink-table-runtime/src/main/java/org/apache/flink/table/runtime/operators/over/NonTimeRowsUnboundedPrecedingFunction.java: ## @@ -0,0 +1,719 @@ +/* +

Re: [PR] [FLINK-36931][cdc] FlinkCDC YAML supports batch mode [flink-cdc]

2025-04-09 Thread via GitHub
ruanhang1993 commented on code in PR #3812: URL: https://github.com/apache/flink-cdc/pull/3812#discussion_r2032935652 ## docs/content.zh/docs/core-concept/data-pipeline.md: ## @@ -115,4 +115,5 @@ under the License. |-|---|

Re: [PR] [FLINK-XXXXX] Add NonTimeRowsUnboundedPrecedingFunction for OverAggregate [flink]

2025-04-09 Thread via GitHub
davidradl commented on code in PR #26424: URL: https://github.com/apache/flink/pull/26424#discussion_r2035544454 ## flink-table/flink-table-runtime/src/main/java/org/apache/flink/table/runtime/operators/over/NonTimeRowsUnboundedPrecedingFunction.java: ## @@ -0,0 +1,719 @@ +/* +

Re: [PR] [FLINK-33634] Add Conditions to Flink CRD's Status field [flink-kubernetes-operator]

2025-04-09 Thread via GitHub
lajith2006 commented on code in PR #957: URL: https://github.com/apache/flink-kubernetes-operator/pull/957#discussion_r2036467035 ## flink-kubernetes-operator-api/src/main/java/org/apache/flink/kubernetes/operator/api/status/FlinkDeploymentStatus.java: ## @@ -55,4 +60,188 @@ pu

[jira] [Created] (FLINK-37645) Improve existsUnboundedSource by avoiding duplicate check transformations

2025-04-09 Thread Jiaan Geng (Jira)
Jiaan Geng created FLINK-37645: -- Summary: Improve existsUnboundedSource by avoiding duplicate check transformations Key: FLINK-37645 URL: https://issues.apache.org/jira/browse/FLINK-37645 Project: Flink

[PR] [FLINK-37645] Improve existsUnboundedSource by avoiding duplicate check transformations [flink]

2025-04-09 Thread via GitHub
beliefer opened a new pull request, #26434: URL: https://github.com/apache/flink/pull/26434 ## What is the purpose of the change This PR aims to improve existsUnboundedSource by avoiding duplicate check transformations. ## Brief change log Improve existsUnboundedSour

[PR] Adding JDBC Connector v3.3.0 [flink-web]

2025-04-09 Thread via GitHub
ruanhang1993 opened a new pull request, #788: URL: https://github.com/apache/flink-web/pull/788 This PR adds JDBC Connector v3.3.0. -- 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] [FLINK-37645] Improve existsUnboundedSource by avoiding duplicate check transformations [flink]

2025-04-09 Thread via GitHub
flinkbot commented on PR #26434: URL: https://github.com/apache/flink/pull/26434#issuecomment-2791452508 ## CI report: * 118377c4cc01292ed406887c15ac6277573291e9 UNKNOWN Bot commands The @flinkbot bot supports the following commands: - `@flinkbot run azure`

[PR] [FLINK-37642][runtime] Use the mailboxExecutor for operator in Async state processing [flink]

2025-04-09 Thread via GitHub
fredia opened a new pull request, #26435: URL: https://github.com/apache/flink/pull/26435 ## What is the purpose of the change Use the mailboxExecutor with correct priority when creating `AsyncExecutionController` in Async state processing. ## Brief change log - Use

[jira] [Updated] (FLINK-37642) Use the mailboxExecutor for operator in Async state processing

2025-04-09 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/FLINK-37642?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] ASF GitHub Bot updated FLINK-37642: --- Labels: pull-request-available (was: ) > Use the mailboxExecutor for operator in Async stat

[jira] [Updated] (FLINK-37644) Include guava dependency to package of Kafka connector release and shade

2025-04-09 Thread Arvid Heise (Jira)
[ https://issues.apache.org/jira/browse/FLINK-37644?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Arvid Heise updated FLINK-37644: Affects Version/s: kafka-3.4.0 > Include guava dependency to package of Kafka connector release an

Re: [PR] [FLINK-37644] Include guava dependency and shade it. [flink-connector-kafka]

2025-04-09 Thread via GitHub
AHeise commented on PR #167: URL: https://github.com/apache/flink-connector-kafka/pull/167#issuecomment-2791725833 I was wondering if we should already shade in the datastream connector. My main reason is that if a datastream application uses multiple connectors, we will already have depen

Re: [PR] [FLINK-37642][runtime] Use the mailboxExecutor for operator in Async state processing [flink]

2025-04-09 Thread via GitHub
flinkbot commented on PR #26435: URL: https://github.com/apache/flink/pull/26435#issuecomment-2791733754 ## CI report: * c6e8d8d98b14c4153aa30ecf03d19e96a797c7b1 UNKNOWN Bot commands The @flinkbot bot supports the following commands: - `@flinkbot run azure`

Re: [PR] [FLINK-37225] Remove remaining test resources of Gelly [flink]

2025-04-09 Thread via GitHub
JunRuiLee merged PR #26081: URL: https://github.com/apache/flink/pull/26081 -- 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.apa

[jira] [Assigned] (FLINK-37644) Include guava dependency to package of Kafka connector release and shade

2025-04-09 Thread Leonard Xu (Jira)
[ https://issues.apache.org/jira/browse/FLINK-37644?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Leonard Xu reassigned FLINK-37644: -- Assignee: Yanquan Lv > Include guava dependency to package of Kafka connector release and sha

[jira] [Assigned] (FLINK-37225) Remove remaining test resources of Gelly

2025-04-09 Thread Junrui Lee (Jira)
[ https://issues.apache.org/jira/browse/FLINK-37225?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Junrui Lee reassigned FLINK-37225: -- Assignee: Zhanghao Chen > Remove remaining test resources of Gelly >

[jira] [Closed] (FLINK-37225) Remove remaining test resources of Gelly

2025-04-09 Thread Junrui Lee (Jira)
[ https://issues.apache.org/jira/browse/FLINK-37225?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Junrui Lee closed FLINK-37225. -- Resolution: Fixed master 0a1b3ca917949e1f1965e8eec27b0d31889d690b > Remove remaining test resources o

Re: [PR] [FLINK-37603] QueryOperation SQL Serialization customization [flink]

2025-04-09 Thread via GitHub
twalthr commented on code in PR #26389: URL: https://github.com/apache/flink/pull/26389#discussion_r2035131209 ## flink-table/flink-table-common/src/main/java/org/apache/flink/table/functions/BuiltInFunctionDefinitions.java: ## @@ -561,12 +560,12 @@ ANY, and(logical(LogicalTypeR

[jira] [Updated] (FLINK-37631) Support flink cdc pipeline k8s session mode

2025-04-09 Thread ouyangwulin (Jira)
[ https://issues.apache.org/jira/browse/FLINK-37631?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] ouyangwulin updated FLINK-37631: Summary: Support flink cdc pipeline k8s session mode (was: Support flink cdc pipeline k session m

Re: [PR] [FLINK-36947][Connectors/Kinesis] Fix issue where excessive GetRecords calls are made on idle source causing high CPU utilisation and throttling [flink-connector-aws]

2025-04-09 Thread via GitHub
darenwkt commented on code in PR #195: URL: https://github.com/apache/flink-connector-aws/pull/195#discussion_r2035325733 ## flink-connector-aws/flink-connector-aws-kinesis-streams/src/main/java/org/apache/flink/connector/kinesis/source/reader/polling/PollingKinesisShardSplitReader.jav

[jira] [Updated] (FLINK-36821) Upgrade Kafka Client version to 3.9.0

2025-04-09 Thread Arvid Heise (Jira)
[ https://issues.apache.org/jira/browse/FLINK-36821?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Arvid Heise updated FLINK-36821: Issue Type: Technical Debt (was: Improvement) > Upgrade Kafka Client version to 3.9.0 > -

Re: [PR] [FLINK-37548] Add Model DDL methods in TABLE API [flink]

2025-04-09 Thread via GitHub
yanand0909 commented on code in PR #26385: URL: https://github.com/apache/flink/pull/26385#discussion_r2036413716 ## docs/content/docs/dev/python/table/table_environment.md: ## @@ -795,6 +850,29 @@ These APIs are used to access catalogs and modules. You can find more detailed i

Re: [PR] [FLINK-37548] Add Model DDL methods in TABLE API [flink]

2025-04-09 Thread via GitHub
yanand0909 commented on code in PR #26385: URL: https://github.com/apache/flink/pull/26385#discussion_r2036415613 ## flink-python/pyflink/table/model_descriptor.py: ## @@ -0,0 +1,140 @@ + +# License

Re: [PR] [FLINK-37548] Add Model DDL methods in TABLE API [flink]

2025-04-09 Thread via GitHub
yanand0909 commented on code in PR #26385: URL: https://github.com/apache/flink/pull/26385#discussion_r2036414569 ## docs/content/docs/dev/python/table/table_environment.md: ## @@ -199,6 +199,61 @@ These APIs are used to create/remove Table API/SQL Tables and write queries:

Re: [PR] [postgres] fix when backfill will scan all table schame which match config [flink-cdc]

2025-04-09 Thread via GitHub
joyCurry30 commented on PR #3979: URL: https://github.com/apache/flink-cdc/pull/3979#issuecomment-2791651031 Please make your branch rebase on master. -- 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

Re: [PR] [FLINK-37299][Connector/Pulsar] Flink stateless startup cannot contin… [flink-connector-pulsar]

2025-04-09 Thread via GitHub
thomasg19930417 commented on PR #103: URL: https://github.com/apache/flink-connector-pulsar/pull/103#issuecomment-2791619064 @yebai1105 If the StartCursor for consumption is set to "earliest", will there be any issues just by changing this part? Looking at the code, there is no other place

[jira] [Updated] (FLINK-37647) Add support for NonTimeRowsUnboundedPrecedingFunction for OverAggregate

2025-04-09 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/FLINK-37647?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] ASF GitHub Bot updated FLINK-37647: --- Labels: pull-request-available (was: ) > Add support for NonTimeRowsUnboundedPrecedingFunct

Re: [PR] [FLINK-37647] Add NonTimeRowsUnboundedPrecedingFunction for OverAggregate [flink]

2025-04-09 Thread via GitHub
bvarghese1 commented on code in PR #26424: URL: https://github.com/apache/flink/pull/26424#discussion_r2036575201 ## flink-table/flink-table-runtime/src/main/java/org/apache/flink/table/runtime/operators/over/NonTimeRowsUnboundedPrecedingFunction.java: ## @@ -0,0 +1,719 @@ +/* +

Re: [PR] [postgres] fix when backfill will scan all table schame which match config [flink-cdc]

2025-04-09 Thread via GitHub
hql0312 closed pull request #3979: [postgres] fix when backfill will scan all table schame which match config URL: https://github.com/apache/flink-cdc/pull/3979 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL abov

Re: [PR] [postgres] fix when backfill will scan all table schame which match config [flink-cdc]

2025-04-09 Thread via GitHub
hql0312 commented on PR #3985: URL: https://github.com/apache/flink-cdc/pull/3985#issuecomment-2791663503 @joyCurry30 i add new pr from https://github.com/apache/flink-cdc/pull/3979 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to Git

  1   2   >