[jira] [Updated] (FLINK-37450) Document correction - 1.11.0

2025-03-10 Thread Shalini M (Jira)
[ https://issues.apache.org/jira/browse/FLINK-37450?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shalini M updated FLINK-37450: -- Description: Corrected the released version in the release document [https://flink.apache.org/2025/03

[jira] [Updated] (FLINK-37450) Document correction

2025-03-10 Thread Shalini M (Jira)
[ https://issues.apache.org/jira/browse/FLINK-37450?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shalini M updated FLINK-37450: -- Description: Corrected the released version in the release document https://flink.apache.org/2025/03/

[jira] [Resolved] (FLINK-37326) The transform module reports an error when column is a Java keyword

2025-03-10 Thread Leonard Xu (Jira)
[ https://issues.apache.org/jira/browse/FLINK-37326?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Leonard Xu resolved FLINK-37326. Resolution: Duplicate The issue also fixed by FLINK-37429 > The transform module reports an error

Re: [PR] [FLINK-37408] Update all docker-compose references to docker compose [flink]

2025-03-10 Thread via GitHub
nilmadhab commented on PR #26239: URL: https://github.com/apache/flink/pull/26239#issuecomment-2712844058 @davidradl any update here ? -- 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

Re: [PR] [minor] Correct variables name according to option name. [flink-cdc]

2025-03-10 Thread via GitHub
lvyanquan commented on PR #3943: URL: https://github.com/apache/flink-cdc/pull/3943#issuecomment-2712849304 @leonardBang 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 commen

[jira] [Updated] (FLINK-37449) Postgres don't commit lsn when taskmanager failover

2025-03-10 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/FLINK-37449?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] ASF GitHub Bot updated FLINK-37449: --- Labels: pull-request-available (was: ) > Postgres don't commit lsn when taskmanager failove

Re: [PR] [FLINK-37329][table-planner] Skip Source Stats Collection When table.optimizer.source.report-statistics-enabled is False [flink]

2025-03-10 Thread via GitHub
xuyangzhong commented on code in PR #26162: URL: https://github.com/apache/flink/pull/26162#discussion_r1987137226 ## flink-table/flink-table-planner/src/main/java/org/apache/flink/table/planner/plan/optimize/program/FlinkRecomputeStatisticsProgram.java: ## @@ -115,25 +115,26 @@

Re: [PR] [FLINK-37329][table-planner] Skip Source Stats Collection When table.optimizer.source.report-statistics-enabled is False [flink]

2025-03-10 Thread via GitHub
shameersss1 commented on PR #26162: URL: https://github.com/apache/flink/pull/26162#issuecomment-2710471947 > `getPartitionsTableStats` Thanks a lot @xuyangzhong for the review 1. Yes, you are correct, it never stated it skips stats collection from catalog. 2. Fetching stats

Re: [PR] [FLINK-37328][FileSystems] Upgrade GCS connector to 2.2.26. [flink]

2025-03-10 Thread via GitHub
jayadeep-jayaraman commented on PR #26160: URL: https://github.com/apache/flink/pull/26160#issuecomment-2712455431 +1 (non-binding). This PR updates various versions of the gcs connector to keep it in sync with the latest changes. -- This is an automated message from the Apache Git Servic

Re: [PR] [hotfix] Support dameng database [flink-connector-jdbc]

2025-03-10 Thread via GitHub
whhe commented on PR #158: URL: https://github.com/apache/flink-connector-jdbc/pull/158#issuecomment-2712470576 This is a big feature and shouldn't be marked as a hotfix. Please create a JIRA ticket for it https://issues.apache.org/jira/projects/FLINK/issues -- This is an automated messa

Re: [PR] [FLINK-37329][table-planner] Skip Source Stats Collection When table.optimizer.source.report-statistics-enabled is False [flink]

2025-03-10 Thread via GitHub
xuyangzhong commented on PR #26162: URL: https://github.com/apache/flink/pull/26162#issuecomment-2712270418 @shameersss1 Whether we modify the scope of the current configuration or introduce a new one, it's advisable to implement changes through a Flip, as these configurations are part of t

Re: [PR] [hotfix] Support dameng database [flink-connector-jdbc]

2025-03-10 Thread via GitHub
qianmoQ closed pull request #157: [hotfix] Support dameng database URL: https://github.com/apache/flink-connector-jdbc/pull/157 -- 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] [Assigned] (FLINK-37308) HybridSourceReader doesn't support pauseOrResumeSplits

2025-03-10 Thread Xingcan Cui (Jira)
[ https://issues.apache.org/jira/browse/FLINK-37308?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Xingcan Cui reassigned FLINK-37308: --- Assignee: Xingcan Cui > HybridSourceReader doesn't support pauseOrResumeSplits > --

[PR] corrected released version in the release doc. [flink-web]

2025-03-10 Thread via GitHub
sn-12-3 opened a new pull request, #778: URL: https://github.com/apache/flink-web/pull/778 Corrected the released version in the release document https://flink.apache.org/2025/03/03/apache-flink-kubernetes-operator-1.11.0-release-announcement/#release-resources from => The source a

Re: [PR] corrected released version in the release doc. [flink-web]

2025-03-10 Thread via GitHub
sn-12-3 commented on PR #778: URL: https://github.com/apache/flink-web/pull/778#issuecomment-2712644840 Hi @1996fanrui, did a minor correction to the release version in the doc, could you please take a look when feasible? -- This is an automated message from the Apache Git Service. To res

Re: [PR] [FLINK-37429][transform] Map each column name to a new name in generated expression [flink-cdc]

2025-03-10 Thread via GitHub
leonardBang commented on code in PR #3939: URL: https://github.com/apache/flink-cdc/pull/3939#discussion_r1988318488 ## flink-cdc-connect/flink-cdc-pipeline-connectors/flink-cdc-pipeline-connector-values/src/main/java/org/apache/flink/cdc/connectors/values/source/TimestampTypeMetadataCo

Re: [PR] [FLINK-37440] Fix the bug that parallelism.default do not always adopts 1 as the default value. [flink]

2025-03-10 Thread via GitHub
beliefer commented on code in PR #26277: URL: https://github.com/apache/flink/pull/26277#discussion_r1988241250 ## flink-core/src/main/java/org/apache/flink/configuration/CoreOptions.java: ## @@ -459,7 +459,10 @@ public static String[] mergeListsToArray(List base, List append)

[jira] [Resolved] (FLINK-37429) Map each original column name to a new name in generated expression to support column name containing '-'

2025-03-10 Thread Leonard Xu (Jira)
[ https://issues.apache.org/jira/browse/FLINK-37429?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Leonard Xu resolved FLINK-37429. Resolution: Resolved Resolved via master: f309d311f8f79e0108a0666bf8cae7bd609cd2ef > Map each ori

Re: [PR] [FLINK-37429][transform] Map each column name to a new name in generated expression [flink-cdc]

2025-03-10 Thread via GitHub
leonardBang merged PR #3939: URL: https://github.com/apache/flink-cdc/pull/3939 -- 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] [Assigned] (FLINK-37443) Add returns() method to DataStream V2 API for specifying output types with lambda expressions

2025-03-10 Thread Weijie Guo (Jira)
[ https://issues.apache.org/jira/browse/FLINK-37443?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Weijie Guo reassigned FLINK-37443: -- Assignee: Nil Madhab > Add returns() method to DataStream V2 API for specifying output types

[jira] [Commented] (FLINK-37443) Add returns() method to DataStream V2 API for specifying output types with lambda expressions

2025-03-10 Thread Weijie Guo (Jira)
[ https://issues.apache.org/jira/browse/FLINK-37443?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17934079#comment-17934079 ] Weijie Guo commented on FLINK-37443: Yes, java's type derivation for lambda expressi

[jira] [Created] (FLINK-37450) Document correction

2025-03-10 Thread Shalini M (Jira)
Shalini M created FLINK-37450: - Summary: Document correction Key: FLINK-37450 URL: https://issues.apache.org/jira/browse/FLINK-37450 Project: Flink Issue Type: Improvement Reporter: S

[jira] [Updated] (FLINK-37450) Document correction

2025-03-10 Thread Shalini M (Jira)
[ https://issues.apache.org/jira/browse/FLINK-37450?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shalini M updated FLINK-37450: -- Affects Version/s: 1.11.0 > Document correction > --- > > Key: FLINK-3

[jira] [Updated] (FLINK-37450) Document correction

2025-03-10 Thread Shalini M (Jira)
[ https://issues.apache.org/jira/browse/FLINK-37450?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shalini M updated FLINK-37450: -- Labels: pull-request-available website (was: ) > Document correction > --- > >

[jira] [Updated] (FLINK-37450) Document correction

2025-03-10 Thread Shalini M (Jira)
[ https://issues.apache.org/jira/browse/FLINK-37450?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shalini M updated FLINK-37450: -- Component/s: Project Website > Document correction > --- > > Key: FLIN

[jira] [Created] (FLINK-37451) Document correction - 1.10.0

2025-03-10 Thread Shalini M (Jira)
Shalini M created FLINK-37451: - Summary: Document correction - 1.10.0 Key: FLINK-37451 URL: https://issues.apache.org/jira/browse/FLINK-37451 Project: Flink Issue Type: Improvement Re

[PR] [FLINK-37446][table-api-java] Support named arguments in Table API [flink]

2025-03-10 Thread via GitHub
twalthr opened a new pull request, #26282: URL: https://github.com/apache/flink/pull/26282 ## What is the purpose of the change Adds support for the `asArgument` expression in Table API. Python and docs will follow. ## Brief change log - Adopt ExpressionResolver to

[jira] [Updated] (FLINK-37451) Document correction - 1.10.0

2025-03-10 Thread Shalini M (Jira)
[ https://issues.apache.org/jira/browse/FLINK-37451?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shalini M updated FLINK-37451: -- Affects Version/s: 1.10.0 > Document correction - 1.10.0 > > >

[jira] [Updated] (FLINK-37451) Document correction - 1.10.0

2025-03-10 Thread Shalini M (Jira)
[ https://issues.apache.org/jira/browse/FLINK-37451?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shalini M updated FLINK-37451: -- Labels: pull-request-available website (was: ) > Document correction - 1.10.0 > -

[jira] [Updated] (FLINK-37451) Document correction - 1.10.0

2025-03-10 Thread Shalini M (Jira)
[ https://issues.apache.org/jira/browse/FLINK-37451?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shalini M updated FLINK-37451: -- Labels: (was: pull-request-available website) > Document correction - 1.10.0 > -

[jira] [Updated] (FLINK-37451) Document correction - 1.10.0

2025-03-10 Thread Shalini M (Jira)
[ https://issues.apache.org/jira/browse/FLINK-37451?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shalini M updated FLINK-37451: -- Description: Corrected the released version in the release document [https://flink.apache.org/2024/10

[jira] [Updated] (FLINK-37451) Document correction - 1.10.0

2025-03-10 Thread Shalini M (Jira)
[ https://issues.apache.org/jira/browse/FLINK-37451?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shalini M updated FLINK-37451: -- Labels: website (was: ) > Document correction - 1.10.0 > > >

[jira] [Updated] (FLINK-37451) Document correction - 1.10.0

2025-03-10 Thread Shalini M (Jira)
[ https://issues.apache.org/jira/browse/FLINK-37451?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shalini M updated FLINK-37451: -- Description: Corrected the released version in the release document [https://flink.apache.org/2024/10

[jira] [Created] (FLINK-37452) Add support for writing to Paimon Append only table.

2025-03-10 Thread Yanquan Lv (Jira)
Yanquan Lv created FLINK-37452: -- Summary: Add support for writing to Paimon Append only table. Key: FLINK-37452 URL: https://issues.apache.org/jira/browse/FLINK-37452 Project: Flink Issue Type:

[jira] [Commented] (FLINK-37429) Map each original column name to a new name in generated expression to support column name containing '-'

2025-03-10 Thread Leonard Xu (Jira)
[ https://issues.apache.org/jira/browse/FLINK-37429?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17934093#comment-17934093 ] Leonard Xu commented on FLINK-37429: [~xiqian_yu], yes. This ticket will fix FLINK-3

[jira] [Commented] (FLINK-34962) flink-connector-pulsa starts failed due to incorrect use of Pulsar API: LookupService. getPartitionedTopicMetadata

2025-03-10 Thread Yubiao Feng (Jira)
[ https://issues.apache.org/jira/browse/FLINK-34962?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17934095#comment-17934095 ] Yubiao Feng commented on FLINK-34962: - [~syhily] [~tison]    They are not the same

[PR] [minor] Correct variables name according to option name. [flink-cdc]

2025-03-10 Thread via GitHub
lvyanquan opened a new pull request, #3943: URL: https://github.com/apache/flink-cdc/pull/3943 Update variables name that related to `scan.incremental.snapshot.unbounded-chunk-first.enabled` option. -- This is an automated message from the Apache Git Service. To respond to the message, pl

[jira] [Assigned] (FLINK-37352) Write full changelog to Paimon Sink.

2025-03-10 Thread Leonard Xu (Jira)
[ https://issues.apache.org/jira/browse/FLINK-37352?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Leonard Xu reassigned FLINK-37352: -- Assignee: Yanquan Lv > Write full changelog to Paimon Sink. > ---

[jira] [Resolved] (FLINK-37352) Write full changelog to Paimon Sink.

2025-03-10 Thread Leonard Xu (Jira)
[ https://issues.apache.org/jira/browse/FLINK-37352?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Leonard Xu resolved FLINK-37352. Resolution: Implemented Implemented via master: e59a170064051051088c3275fe44b208fbd5763a > Write

Re: [PR] [FLINK-37410][runtime/metrics] Split level Watermark metrics [flink]

2025-03-10 Thread via GitHub
Efrat19 commented on PR #26276: URL: https://github.com/apache/flink/pull/26276#issuecomment-2709714992 @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-37438] Improve the createLocalEnvironment by reduce duplicate operation on Configuration [flink]

2025-03-10 Thread via GitHub
beliefer commented on code in PR #26273: URL: https://github.com/apache/flink/pull/26273#discussion_r1986297042 ## flink-runtime/src/main/java/org/apache/flink/streaming/api/environment/StreamExecutionEnvironment.java: ## @@ -2218,7 +2218,9 @@ public static LocalStreamEnvironmen

Re: [PR] [FLINK-37441] Rename `factoryHierarchy` to `typeHierarchy` for `TypeExtractor` [flink]

2025-03-10 Thread via GitHub
beliefer commented on PR #26278: URL: https://github.com/apache/flink/pull/26278#issuecomment-2709776602 cc @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 comment. To

Re: [PR] [FLINK-37438] Improve the createLocalEnvironment by reduce duplicate operation on Configuration [flink]

2025-03-10 Thread via GitHub
beliefer commented on code in PR #26273: URL: https://github.com/apache/flink/pull/26273#discussion_r1986790247 ## flink-runtime/src/main/java/org/apache/flink/streaming/api/environment/StreamExecutionEnvironment.java: ## @@ -2218,7 +2218,9 @@ public static LocalStreamEnvironmen

[jira] [Commented] (FLINK-37443) Add returns() method to DataStream V2 API for specifying output types with lambda expressions

2025-03-10 Thread Nil Madhab (Jira)
[ https://issues.apache.org/jira/browse/FLINK-37443?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17933781#comment-17933781 ] Nil Madhab commented on FLINK-37443: There is definitely some issue with lamdba expr

[jira] [Comment Edited] (FLINK-37443) Add returns() method to DataStream V2 API for specifying output types with lambda expressions

2025-03-10 Thread Nil Madhab (Jira)
[ https://issues.apache.org/jira/browse/FLINK-37443?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17933781#comment-17933781 ] Nil Madhab edited comment on FLINK-37443 at 3/10/25 9:08 AM: -

[jira] [Comment Edited] (FLINK-37443) Add returns() method to DataStream V2 API for specifying output types with lambda expressions

2025-03-10 Thread Nil Madhab (Jira)
[ https://issues.apache.org/jira/browse/FLINK-37443?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17933781#comment-17933781 ] Nil Madhab edited comment on FLINK-37443 at 3/10/25 9:09 AM: -

[jira] [Comment Edited] (FLINK-37443) Add returns() method to DataStream V2 API for specifying output types with lambda expressions

2025-03-10 Thread Nil Madhab (Jira)
[ https://issues.apache.org/jira/browse/FLINK-37443?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17933781#comment-17933781 ] Nil Madhab edited comment on FLINK-37443 at 3/10/25 9:08 AM: -

[jira] [Commented] (FLINK-37445) Migrate InputFormatSourceFunction to the Source V2 API

2025-03-10 Thread Gabor Somogyi (Jira)
[ https://issues.apache.org/jira/browse/FLINK-37445?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17933830#comment-17933830 ] Gabor Somogyi commented on FLINK-37445: --- Since this is deprecated what is the plan

[jira] [Commented] (FLINK-37445) Migrate InputFormatSourceFunction to the Source V2 API

2025-03-10 Thread Poorvank Bhatia (Jira)
[ https://issues.apache.org/jira/browse/FLINK-37445?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17933835#comment-17933835 ] Poorvank Bhatia commented on FLINK-37445: - Hey [~gaborgsomogyi] , Was planning t

Re: [PR] [FLINK-37440] Fix the bug that parallelism.default do not always adopts 1 as the default value. [flink]

2025-03-10 Thread via GitHub
beliefer commented on code in PR #26277: URL: https://github.com/apache/flink/pull/26277#discussion_r1987127696 ## flink-core/src/main/java/org/apache/flink/configuration/CoreOptions.java: ## @@ -459,7 +459,8 @@ public static String[] mergeListsToArray(List base, List append)

Re: [PR] [FLINK-18590][json] Support json array explode to multi messages [flink]

2025-03-10 Thread via GitHub
lianghongjia6 commented on PR #13081: URL: https://github.com/apache/flink/pull/13081#issuecomment-2710345813 Hi @libenchao, are you still working on this issue? Can you rebase the PR? -- This is an automated message from the Apache Git Service. To respond to the message, plea

Re: [PR] [FLINK-37288] Add Google Cloud Spanner dialect and catalog [flink-connector-jdbc]

2025-03-10 Thread via GitHub
laughingman7743 commented on code in PR #156: URL: https://github.com/apache/flink-connector-jdbc/pull/156#discussion_r1986988707 ## docs/content/docs/connectors/table/jdbc.md: ## @@ -45,17 +45,18 @@ See how to link with it for cluster execution [here]({{< ref "docs/dev/config

[jira] [Commented] (FLINK-28897) Fail to use udf in added jar when enabling checkpoint

2025-03-10 Thread david radley (Jira)
[ https://issues.apache.org/jira/browse/FLINK-28897?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17933818#comment-17933818 ] david radley commented on FLINK-28897: -- [~martijnvisser]  [~lsy] [~Jiangang] it see

[jira] [Created] (FLINK-37445) Migrate InputFormatSourceFunction to the Source V2 API

2025-03-10 Thread Poorvank Bhatia (Jira)
Poorvank Bhatia created FLINK-37445: --- Summary: Migrate InputFormatSourceFunction to the Source V2 API Key: FLINK-37445 URL: https://issues.apache.org/jira/browse/FLINK-37445 Project: Flink

[jira] [Commented] (FLINK-37444) Migrate ArrowSourceFunction to SourceV2

2025-03-10 Thread Poorvank Bhatia (Jira)
[ https://issues.apache.org/jira/browse/FLINK-37444?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17933823#comment-17933823 ] Poorvank Bhatia commented on FLINK-37444: - Hey [~afedulov] can you assign this t

Re: [PR] [FLINK-36165][source-connector/mysql] Support capturing snapshot data with conditions [flink-cdc]

2025-03-10 Thread via GitHub
MOBIN-F commented on code in PR #3776: URL: https://github.com/apache/flink-cdc/pull/3776#discussion_r1984763339 ## flink-cdc-connect/flink-cdc-source-connectors/flink-connector-mysql-cdc/src/main/java/org/apache/flink/cdc/connectors/mysql/debezium/task/MySqlSnapshotSplitReadTask.java:

Re: [PR] [FLINK-37440] Fix the bug that parallelism.default do not always adopts 1 as the default value. [flink]

2025-03-10 Thread via GitHub
davidradl commented on PR #26277: URL: https://github.com/apache/flink/pull/26277#issuecomment-2709954754 I see [docs](https://nightlies.apache.org/flink/flink-docs-master/docs/dev/datastream/execution/execution_configuration/) we should update this test too. around " setParallelism(int par

Re: [PR] [FLINK-37288] Add Google Cloud Spanner dialect and catalog [flink-connector-jdbc]

2025-03-10 Thread via GitHub
davidradl commented on code in PR #156: URL: https://github.com/apache/flink-connector-jdbc/pull/156#discussion_r1986961532 ## docs/content/docs/connectors/table/jdbc.md: ## @@ -45,17 +45,18 @@ See how to link with it for cluster execution [here]({{< ref "docs/dev/configura

Re: [PR] [FLINK-37432][release] Add release note for release 2.0 [flink]

2025-03-10 Thread via GitHub
davidradl commented on code in PR #26266: URL: https://github.com/apache/flink/pull/26266#discussion_r1987026403 ## docs/content/release-notes/flink-2.0.md: ## @@ -0,0 +1,1666 @@ +--- +title: "Release Notes - Flink 2.0" +--- + + +# Release notes - Flink 2.0 + +These release note

Re: [PR] [FLINK-37410][runtime/metrics] Split level Watermark metrics [flink]

2025-03-10 Thread via GitHub
davidradl commented on code in PR #26276: URL: https://github.com/apache/flink/pull/26276#discussion_r1987031302 ## docs/content/docs/ops/metrics.md: ## @@ -1741,6 +1741,56 @@ Note that the metrics are only available via reporters. The total number of InputSplits this dat

[jira] [Created] (FLINK-37446) Support asArgument in Table API

2025-03-10 Thread Timo Walther (Jira)
Timo Walther created FLINK-37446: Summary: Support asArgument in Table API Key: FLINK-37446 URL: https://issues.apache.org/jira/browse/FLINK-37446 Project: Flink Issue Type: Sub-task

[jira] [Created] (FLINK-37447) [Flink CDC] Supports Variant type in YAML API

2025-03-10 Thread Leonard Xu (Jira)
Leonard Xu created FLINK-37447: -- Summary: [Flink CDC] Supports Variant type in YAML API Key: FLINK-37447 URL: https://issues.apache.org/jira/browse/FLINK-37447 Project: Flink Issue Type: New Fea

[jira] [Assigned] (FLINK-37430) Operator hides the actual error on deployment issues

2025-03-10 Thread Gyula Fora (Jira)
[ https://issues.apache.org/jira/browse/FLINK-37430?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gyula Fora reassigned FLINK-37430: -- Assignee: Rodrigo Meneses (was: Rodrigo Meneses) > Operator hides the actual error on deploy

[jira] [Commented] (FLINK-37445) Migrate InputFormatSourceFunction to the Source V2 API

2025-03-10 Thread Poorvank Bhatia (Jira)
[ https://issues.apache.org/jira/browse/FLINK-37445?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17933883#comment-17933883 ] Poorvank Bhatia commented on FLINK-37445: - Yes yes. The handling of bounded sour

Re: [PR] Add Flink 2.0.0 release [flink-web]

2025-03-10 Thread via GitHub
snuyanzin commented on code in PR #777: URL: https://github.com/apache/flink-web/pull/777#discussion_r1988098812 ## docs/content/posts/2025-03-01-release-2.0.0.md: ## @@ -0,0 +1,1639 @@ +--- +authors: +- xtsong: + name: "Xintong Song" +date: "2025-03-01T08:00:00Z" +title: "Apac

[jira] [Commented] (FLINK-37445) Migrate InputFormatSourceFunction to the Source V2 API

2025-03-10 Thread Alexander Fedulov (Jira)
[ https://issues.apache.org/jira/browse/FLINK-37445?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17934016#comment-17934016 ] Alexander Fedulov commented on FLINK-37445: --- [~martijnvisser] this was just th

Re: [PR] [FLINK-33525] Move ImpulseSource to new Source API [flink-kubernetes-operator]

2025-03-10 Thread via GitHub
afedulov merged PR #950: URL: https://github.com/apache/flink-kubernetes-operator/pull/950 -- 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-unsubs

[jira] [Commented] (FLINK-37445) Migrate InputFormatSourceFunction to the Source V2 API

2025-03-10 Thread Martijn Visser (Jira)
[ https://issues.apache.org/jira/browse/FLINK-37445?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17934021#comment-17934021 ] Martijn Visser commented on FLINK-37445: Gotcha, thanks! > Migrate InputFormatS

[jira] [Comment Edited] (FLINK-37445) Migrate InputFormatSourceFunction to the Source V2 API

2025-03-10 Thread Alexander Fedulov (Jira)
[ https://issues.apache.org/jira/browse/FLINK-37445?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17934016#comment-17934016 ] Alexander Fedulov edited comment on FLINK-37445 at 3/10/25 8:12 PM: --

Re: [PR] [FLINK-37288] Add Google Cloud Spanner dialect and catalog [flink-connector-jdbc]

2025-03-10 Thread via GitHub
laughingman7743 commented on code in PR #156: URL: https://github.com/apache/flink-connector-jdbc/pull/156#discussion_r1986996966 ## docs/content/docs/connectors/table/jdbc.md: ## @@ -702,7 +708,7 @@ SELECT * FROM given_database.test_table2; Data Type Mapping --

Re: [PR] [FLINK-37440] Fix the bug that parallelism.default do not always adopts 1 as the default value. [flink]

2025-03-10 Thread via GitHub
davidradl commented on code in PR #26277: URL: https://github.com/apache/flink/pull/26277#discussion_r1986932185 ## flink-core/src/main/java/org/apache/flink/configuration/CoreOptions.java: ## @@ -459,7 +459,8 @@ public static String[] mergeListsToArray(List base, List append)

[jira] [Assigned] (FLINK-37445) Migrate InputFormatSourceFunction to the Source V2 API

2025-03-10 Thread Alexander Fedulov (Jira)
[ https://issues.apache.org/jira/browse/FLINK-37445?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alexander Fedulov reassigned FLINK-37445: - Assignee: Poorvank Bhatia > Migrate InputFormatSourceFunction to the Source V2

[jira] [Closed] (FLINK-37302) Support timers in PTFs

2025-03-10 Thread Timo Walther (Jira)
[ https://issues.apache.org/jira/browse/FLINK-37302?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Timo Walther closed FLINK-37302. Fix Version/s: 2.1.0 Resolution: Fixed Fixed in master: 7b35edeb3e343d9d35e432bb2c08f43055b

Re: [PR] [FLINK-37302][table] Support PTFs with time and timer services [flink]

2025-03-10 Thread via GitHub
twalthr merged PR #26250: URL: https://github.com/apache/flink/pull/26250 -- 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-37410][runtime/metrics] Split level Watermark metrics [flink]

2025-03-10 Thread via GitHub
davidradl commented on code in PR #26276: URL: https://github.com/apache/flink/pull/26276#discussion_r1987028556 ## docs/content/docs/ops/metrics.md: ## @@ -1741,6 +1741,56 @@ Note that the metrics are only available via reporters. The total number of InputSplits this dat

[jira] [Updated] (FLINK-37444) Migrate ArrowSourceFunction to SourceV2

2025-03-10 Thread Poorvank Bhatia (Jira)
[ https://issues.apache.org/jira/browse/FLINK-37444?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Poorvank Bhatia updated FLINK-37444: Description: [ArrowSourceFunction |https://github.com/apache/flink/blob/master/flink-pyth

Re: [PR] [FLINK-28897] [TABLE-SQL] Backport fix for fail to use udf in added jar when enabling checkpoint to 1.19.2 [flink]

2025-03-10 Thread via GitHub
ammu20-dev closed pull request #25809: [FLINK-28897] [TABLE-SQL] Backport fix for fail to use udf in added jar when enabling checkpoint to 1.19.2 URL: https://github.com/apache/flink/pull/25809 -- This is an automated message from the Apache Git Service. To respond to the message, please log

Re: [PR] [FLINK-37410][runtime/metrics] Split level Watermark metrics [flink]

2025-03-10 Thread via GitHub
davidradl commented on code in PR #26276: URL: https://github.com/apache/flink/pull/26276#discussion_r1987031302 ## docs/content/docs/ops/metrics.md: ## @@ -1741,6 +1741,56 @@ Note that the metrics are only available via reporters. The total number of InputSplits this dat

[jira] [Commented] (FLINK-37445) Migrate InputFormatSourceFunction to the Source V2 API

2025-03-10 Thread Gabor Somogyi (Jira)
[ https://issues.apache.org/jira/browse/FLINK-37445?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17933862#comment-17933862 ] Gabor Somogyi commented on FLINK-37445: --- Migration requires quite some efforts bec

Re: [PR] Add Flink 2.0.0 release [flink-web]

2025-03-10 Thread via GitHub
snuyanzin commented on code in PR #777: URL: https://github.com/apache/flink-web/pull/777#discussion_r1988098812 ## docs/content/posts/2025-03-01-release-2.0.0.md: ## @@ -0,0 +1,1639 @@ +--- +authors: +- xtsong: + name: "Xintong Song" +date: "2025-03-01T08:00:00Z" +title: "Apac

[jira] [Updated] (FLINK-37444) Migrate ArrowSourceFunction to SourceV2

2025-03-10 Thread Poorvank Bhatia (Jira)
[ https://issues.apache.org/jira/browse/FLINK-37444?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Poorvank Bhatia updated FLINK-37444: Description: [ArrowSourceFunction |https://github.com/apache/flink/blob/master/flink-pyth

[jira] [Updated] (FLINK-37444) Migrate ArrowSourceFunction to SourceV2

2025-03-10 Thread Poorvank Bhatia (Jira)
[ https://issues.apache.org/jira/browse/FLINK-37444?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Poorvank Bhatia updated FLINK-37444: Description: [ArrowSourceFunction |https://github.com/apache/flink/blob/master/flink-pyth

[jira] [Updated] (FLINK-37444) Migrate ArrowSourceFunction to SourceV2

2025-03-10 Thread Poorvank Bhatia (Jira)
[ https://issues.apache.org/jira/browse/FLINK-37444?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Poorvank Bhatia updated FLINK-37444: Description: [ArrowSourceFunction|https://github.com/apache/flink/blob/master/flink-python