Re: [PR] [FLINK-36862][table] Implement additional TO_TIMESTAMP_LTZ() functions [flink]

2024-12-15 Thread via GitHub
yiyutian1 commented on code in PR #25763: URL: https://github.com/apache/flink/pull/25763#discussion_r1886088951 ## flink-table/flink-table-planner/src/test/scala/org/apache/flink/table/planner/expressions/TemporalTypesTest.scala: ## @@ -1158,7 +1157,7 @@ class TemporalTypesTest

Re: [PR] [FLINK-36862][table] Implement additional TO_TIMESTAMP_LTZ() functions [flink]

2024-12-15 Thread via GitHub
yiyutian1 commented on code in PR #25763: URL: https://github.com/apache/flink/pull/25763#discussion_r1886085683 ## flink-table/flink-table-planner/src/test/java/org/apache/flink/table/planner/functions/TimeFunctionsITCase.java: ## @@ -783,8 +790,15 @@ private Stream toTimestamp

Re: [PR] [FLINK-36862][table] Implement additional TO_TIMESTAMP_LTZ() functions [flink]

2024-12-15 Thread via GitHub
yiyutian1 commented on code in PR #25763: URL: https://github.com/apache/flink/pull/25763#discussion_r1886084382 ## flink-table/flink-table-common/src/main/java/org/apache/flink/table/functions/BuiltInFunctionDefinitions.java: ## @@ -2332,7 +2332,8 @@ ANY, and(logical(LogicalTyp

[jira] [Commented] (FLINK-36876) Operator Heap Memory Leak

2024-12-15 Thread chenyuzhi (Jira)
[ https://issues.apache.org/jira/browse/FLINK-36876?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17905885#comment-17905885 ] chenyuzhi commented on FLINK-36876: --- Well, how about rewrite a new RestClient/RestClus

Re: [PR] [FLINK-36862][table] Implement additional TO_TIMESTAMP_LTZ() functions [flink]

2024-12-15 Thread via GitHub
yiyutian1 commented on code in PR #25763: URL: https://github.com/apache/flink/pull/25763#discussion_r1886085970 ## flink-table/flink-table-planner/src/test/scala/org/apache/flink/table/planner/expressions/TemporalTypesTest.scala: ## @@ -1140,41 +1140,41 @@ class TemporalTypesTe

Re: [PR] [FLINK-36862][table] Implement additional TO_TIMESTAMP_LTZ() functions [flink]

2024-12-15 Thread via GitHub
yiyutian1 commented on code in PR #25763: URL: https://github.com/apache/flink/pull/25763#discussion_r1886090826 ## flink-table/flink-table-runtime/src/main/java/org/apache/flink/table/runtime/functions/scalar/ToTimestampLtzFunction.java: ## @@ -92,74 +121,72 @@ public Timestamp

[PR] [hotfix][configuration] Remove the deprecated test class TaskManagerLoadBalanceModeTest. [flink]

2024-12-15 Thread via GitHub
RocMarshal opened a new pull request, #25800: URL: https://github.com/apache/flink/pull/25800 ## What is the purpose of the change [hotfix][configuration] Remove the deprecated test class TaskManagerLoadBalanceModeTest. ## Brief change log [hotfix][config

Re: [PR] [hotfix][configuration] Remove the deprecated test class TaskManagerLoadBalanceModeTest. [flink]

2024-12-15 Thread via GitHub
flinkbot commented on PR #25800: URL: https://github.com/apache/flink/pull/25800#issuecomment-2544698974 ## CI report: * 433c2ec4dddc3a77448feed1bddc1585c13fef35 UNKNOWN Bot commands The @flinkbot bot supports the following commands: - `@flinkbot run azure`

Re: [PR] [FLINK-36892][Runtime] Properly handle the watermark status within async state processing [flink]

2024-12-15 Thread via GitHub
Zakelly commented on PR #25792: URL: https://github.com/apache/flink/pull/25792#issuecomment-2544427450 Thanks for the review! Merging... -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the speci

Re: [PR] [FLINK-36759][sql-gateway] Add REST API to deploy script in application mode [flink]

2024-12-15 Thread via GitHub
hackergin commented on code in PR #25730: URL: https://github.com/apache/flink/pull/25730#discussion_r1886088606 ## flink-table/flink-sql-gateway/src/main/java/org/apache/flink/table/gateway/service/SqlGatewayServiceImpl.java: ## @@ -330,6 +336,41 @@ public OperationHandle refre

Re: [PR] [FLINK-36862][table] Implement additional TO_TIMESTAMP_LTZ() functions [flink]

2024-12-15 Thread via GitHub
yiyutian1 commented on code in PR #25763: URL: https://github.com/apache/flink/pull/25763#discussion_r1886088390 ## flink-table/flink-table-common/src/main/java/org/apache/flink/table/types/inference/strategies/ToTimestampLtzTypeStrategy.java: ## @@ -23,19 +23,54 @@ import org.

Re: [PR] [FLINK-36862][table] Implement additional TO_TIMESTAMP_LTZ() functions [flink]

2024-12-15 Thread via GitHub
yiyutian1 commented on code in PR #25763: URL: https://github.com/apache/flink/pull/25763#discussion_r1886084382 ## flink-table/flink-table-common/src/main/java/org/apache/flink/table/functions/BuiltInFunctionDefinitions.java: ## @@ -2332,7 +2332,8 @@ ANY, and(logical(LogicalTyp

Re: [PR] [FLINK-36862][table] Implement additional TO_TIMESTAMP_LTZ() functions [flink]

2024-12-15 Thread via GitHub
yiyutian1 commented on code in PR #25763: URL: https://github.com/apache/flink/pull/25763#discussion_r1886083289 ## docs/data/sql_functions.yml: ## @@ -679,9 +679,15 @@ temporal: - sql: TO_DATE(string1[, string2]) table: toDate(STRING1[, STRING2]) description: Conve

Re: [PR] [FLINK-36862][table] Implement additional TO_TIMESTAMP_LTZ() functions [flink]

2024-12-15 Thread via GitHub
yiyutian1 commented on code in PR #25763: URL: https://github.com/apache/flink/pull/25763#discussion_r1886094264 ## flink-table/flink-table-runtime/src/main/java/org/apache/flink/table/runtime/functions/scalar/ToTimestampLtzFunction.java: ## @@ -0,0 +1,165 @@ +/* + * Licensed to

Re: [PR] [FLINK-36904] Fix document error on how to programmatically configure serialization [flink]

2024-12-15 Thread via GitHub
reswqa merged PR #25795: URL: https://github.com/apache/flink/pull/25795 -- 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

[jira] [Updated] (FLINK-36906) Optimize the logic for determining if a split is finished.

2024-12-15 Thread xiaochen.zhou (Jira)
[ https://issues.apache.org/jira/browse/FLINK-36906?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] xiaochen.zhou updated FLINK-36906: -- Description: When determining if a split is finished, process only the partitions with data fr

[jira] [Updated] (FLINK-36906) Optimize the logic for determining if a split is finished.

2024-12-15 Thread xiaochen.zhou (Jira)
[ https://issues.apache.org/jira/browse/FLINK-36906?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] xiaochen.zhou updated FLINK-36906: -- Labels: pull-request-available (was: ) > Optimize the logic for determining if a split is fin

[jira] [Updated] (FLINK-36906) Optimize the logic for determining if a split is finished.

2024-12-15 Thread xiaochen.zhou (Jira)
[ https://issues.apache.org/jira/browse/FLINK-36906?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] xiaochen.zhou updated FLINK-36906: -- Priority: Minor (was: Major) > Optimize the logic for determining if a split is finished. > -

[jira] [Updated] (FLINK-36906) Optimize the logic for determining if a split is finished.

2024-12-15 Thread xiaochen.zhou (Jira)
[ https://issues.apache.org/jira/browse/FLINK-36906?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] xiaochen.zhou updated FLINK-36906: -- Component/s: Connectors / Kafka > Optimize the logic for determining if a split is finished. >

[jira] [Created] (FLINK-36906) Optimize the logic for determining if a split is finished.

2024-12-15 Thread xiaochen.zhou (Jira)
xiaochen.zhou created FLINK-36906: - Summary: Optimize the logic for determining if a split is finished. Key: FLINK-36906 URL: https://issues.apache.org/jira/browse/FLINK-36906 Project: Flink

Re: [PR] [FLINK-36906] Optimize the logic for determining if a split is finished [flink-connector-kafka]

2024-12-15 Thread via GitHub
xiaochen-zhou commented on PR #141: URL: https://github.com/apache/flink-connector-kafka/pull/141#issuecomment-2544655796 Friendly ping, do you have time to take a look @AHeise 🙏 ? -- This is an automated message from the Apache Git Service. To respond to the message, please log o

Re: [PR] [FLINK-36862][table] Implement additional TO_TIMESTAMP_LTZ() functions [flink]

2024-12-15 Thread via GitHub
yiyutian1 commented on code in PR #25763: URL: https://github.com/apache/flink/pull/25763#discussion_r1886093369 ## flink-table/flink-table-common/src/main/java/org/apache/flink/table/utils/DateTimeUtils.java: ## @@ -385,6 +388,18 @@ public static TimestampData toTimestampData(i

[jira] [Commented] (FLINK-36892) Properly handle the watermark status

2024-12-15 Thread Zakelly Lan (Jira)
[ https://issues.apache.org/jira/browse/FLINK-36892?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17905873#comment-17905873 ] Zakelly Lan commented on FLINK-36892: - Merged 8aeb2ff into master. > Properly handl

Re: [PR] [FLINK-36892][Runtime] Properly handle the watermark status within async state processing [flink]

2024-12-15 Thread via GitHub
Zakelly merged PR #25792: URL: https://github.com/apache/flink/pull/25792 -- 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-36862][table] Implement additional TO_TIMESTAMP_LTZ() functions [flink]

2024-12-15 Thread via GitHub
yiyutian1 commented on code in PR #25763: URL: https://github.com/apache/flink/pull/25763#discussion_r1886086309 ## flink-table/flink-table-planner/src/test/scala/org/apache/flink/table/planner/expressions/TemporalTypesTest.scala: ## @@ -1308,29 +1303,42 @@ class TemporalTypesTe

Re: [PR] [FLINK-36862][table] Implement additional TO_TIMESTAMP_LTZ() functions [flink]

2024-12-15 Thread via GitHub
yiyutian1 commented on code in PR #25763: URL: https://github.com/apache/flink/pull/25763#discussion_r1886085970 ## flink-table/flink-table-planner/src/test/scala/org/apache/flink/table/planner/expressions/TemporalTypesTest.scala: ## @@ -1140,41 +1140,41 @@ class TemporalTypesTe

Re: [PR] [FLINK-36862][table] Implement additional TO_TIMESTAMP_LTZ() functions [flink]

2024-12-15 Thread via GitHub
yiyutian1 commented on PR #25763: URL: https://github.com/apache/flink/pull/25763#issuecomment-2544463015 > Reviewed by Chi on 12/12/24 Group to test and/or review outside of the meeting (Nic Townsend from IBM has some insight he will add on this) Hi @davidradl, I appreciate your invo

[jira] [Updated] (FLINK-36160) Support hive advanced configuration

2024-12-15 Thread zhuanshenbsj1 (Jira)
[ https://issues.apache.org/jira/browse/FLINK-36160?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] zhuanshenbsj1 updated FLINK-36160: -- Description: Currently, Flink only supports advanced parameter configuration for its direct i

Re: [PR] [FLINK-36160] Support hive advanced configuration [flink]

2024-12-15 Thread via GitHub
zhuanshenbsj1 commented on code in PR #25258: URL: https://github.com/apache/flink/pull/25258#discussion_r1886263037 ## flink-connectors/flink-connector-hive/src/main/java/org/apache/flink/table/catalog/hive/HiveCatalog.java: ## @@ -226,6 +243,37 @@ public HiveCatalog( }

Re: [PR] [FLINK-36160] Support hive advanced configuration [flink]

2024-12-15 Thread via GitHub
zhuanshenbsj1 commented on PR #25258: URL: https://github.com/apache/flink/pull/25258#issuecomment-2544738657 @luoyuxia cc~ > @zhuanshenbsj1 Thanks for contribution. And sorry for late reply. I left some comments; Also, please fill the motivation in JIRA [FLINK-36160](https://issues

Re: [PR] [FLINK-36160] Support hive advanced configuration [flink]

2024-12-15 Thread via GitHub
zhuanshenbsj1 commented on PR #25258: URL: https://github.com/apache/flink/pull/25258#issuecomment-2544739370 @luoyuxia cc~ -- 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-36160] Support hive advanced configuration [flink]

2024-12-15 Thread via GitHub
zhuanshenbsj1 commented on code in PR #25258: URL: https://github.com/apache/flink/pull/25258#discussion_r1886265775 ## flink-connectors/flink-connector-hive/src/main/java/org/apache/flink/table/catalog/hive/HiveCatalog.java: ## @@ -226,6 +243,37 @@ public HiveCatalog( }

[PR] [FLINK-36887][hive] Bumping to 1.20.0 [flink-connector-hive]

2024-12-15 Thread via GitHub
lvyanquan opened a new pull request, #19: URL: https://github.com/apache/flink-connector-hive/pull/19 Refer to the discussion in https://lists.apache.org/thread/v44y2yh4b5wyp1lqrxgxc8qh680wpgfr, bumping to 1.20 can help us to better prepare next release. A following pr to cherry-pic

Re: [PR] [FLINK-36887][hive] Bumping to 1.20.0 [flink-connector-hive]

2024-12-15 Thread via GitHub
boring-cyborg[bot] commented on PR #19: URL: https://github.com/apache/flink-connector-hive/pull/19#issuecomment-2544745765 Thanks for opening this pull request! Please check out our contributing guidelines. (https://flink.apache.org/contributing/how-to-contribute.html) -- This is an

[jira] [Updated] (FLINK-36887) Add support for Flink 1.20 in Flink Hive connector

2024-12-15 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/FLINK-36887?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] ASF GitHub Bot updated FLINK-36887: --- Labels: pull-request-available (was: ) > Add support for Flink 1.20 in Flink Hive connector

Re: [PR] [FLINK-36832] Remove Deprecated classes and relevant tests. [flink-connector-kafka]

2024-12-15 Thread via GitHub
AHeise commented on PR #139: URL: https://github.com/apache/flink-connector-kafka/pull/139#issuecomment-2544777216 Hi @lvyanquan , thank you very much for tackling the release. Unfortunately, I don't have time to review it this year and per prior agreement, I expected @PatrickRen and @leon

[jira] [Updated] (FLINK-35555) Serializing List with null values throws NPE

2024-12-15 Thread Zhanghao Chen (Jira)
[ https://issues.apache.org/jira/browse/FLINK-3?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Zhanghao Chen updated FLINK-3: -- Description: FLINK-34123 introduced built-in serialization support for java.util.List, which

[jira] (FLINK-35555) Serializing List with null values throws NPE

2024-12-15 Thread Zhanghao Chen (Jira)
[ https://issues.apache.org/jira/browse/FLINK-3 ] Zhanghao Chen deleted comment on FLINK-3: --- was (Author: zhanghao chen): FLINK-23420 is similar to our case here. We can extend ListSerializer to allow null values via  a binary mask fo

Re: [PR] [FLINK-36069][runtime/rest] Extending job detail rest API to expose json stream graph [flink]

2024-12-15 Thread via GitHub
flinkbot commented on PR #25798: URL: https://github.com/apache/flink/pull/25798#issuecomment-2543873996 ## CI report: * 1f3a7b8dc0a6b1f4bc13c239c804bd466950b906 UNKNOWN Bot commands The @flinkbot bot supports the following commands: - `@flinkbot run azure`

[jira] [Updated] (FLINK-36069) Extending job detail rest API to adapt to Incremental JobGraph Generation

2024-12-15 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/FLINK-36069?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] ASF GitHub Bot updated FLINK-36069: --- Labels: pull-request-available (was: ) > Extending job detail rest API to adapt to Incremen

[PR] [FLINK-36069][runtime/rest] Extending job detail rest API to expose json stream graph [flink]

2024-12-15 Thread via GitHub
yuchen-ecnu opened a new pull request, #25798: URL: https://github.com/apache/flink/pull/25798 ## What is the purpose of the change - Extending job detail rest API to adapt to Incremental JobGraph Generation in batch mode. - Modify web ui to support job graph auto-refr

Re: [PR] [FLINK-36069][runtime/rest] Extending job detail rest API to expose json stream graph [flink]

2024-12-15 Thread via GitHub
yuchen-ecnu commented on PR #25798: URL: https://github.com/apache/flink/pull/25798#issuecomment-2543873799 Hi @JunRuiLee, can you help to review this PR? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above t

Re: [PR] [FLINK-21373] Add RabbitMQ SinkV2 Implementation, Port Flink version to Flink 1.19 [flink-connector-rabbitmq]

2024-12-15 Thread via GitHub
alenzo-arch commented on PR #29: URL: https://github.com/apache/flink-connector-rabbitmq/pull/29#issuecomment-2543936042 Are there any plans to merge this PR? Seem like its there just one open question about 1.18 (and now 1.20 as well...) -- This is an automated message from the Apache G

Re: [PR] [FLINK-36862][table] Implement additional TO_TIMESTAMP_LTZ() functions [flink]

2024-12-15 Thread via GitHub
yiyutian1 commented on code in PR #25763: URL: https://github.com/apache/flink/pull/25763#discussion_r1883493055 ## flink-table/flink-table-planner/src/test/scala/org/apache/flink/table/planner/expressions/TemporalTypesTest.scala: ## @@ -1140,41 +1140,41 @@ class TemporalTypesTe

[jira] (FLINK-34932) Translate concepts of Flink-Kubernetes-Operator documentation

2024-12-15 Thread liudu (Jira)
[ https://issues.apache.org/jira/browse/FLINK-34932 ] liudu deleted comment on FLINK-34932: --- was (Author: JIRAUSER308089): I am willing to do this.could someone assign this to me? > Translate concepts of Flink-Kubernetes-Operator documentation >

Re: [PR] [FLINK-36904] Fix document error on how to programmatically configure serialization [flink]

2024-12-15 Thread via GitHub
reswqa commented on PR #25795: URL: https://github.com/apache/flink/pull/25795#issuecomment-2544325095 Do Chinese documents also have this problem? -- 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

Re: [PR] [FLINK-21373] Add RabbitMQ SinkV2 Implementation, Port Flink version to Flink 1.19 [flink-connector-rabbitmq]

2024-12-15 Thread via GitHub
grahambunce commented on PR #29: URL: https://github.com/apache/flink-connector-rabbitmq/pull/29#issuecomment-2543937396 Is this still waiting on @MartijnVisser ? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the UR

Re: [PR] [FLINK-36069][runtime/rest] Extending job detail rest API to expose json stream graph [flink]

2024-12-15 Thread via GitHub
JunRuiLee commented on code in PR #25798: URL: https://github.com/apache/flink/pull/25798#discussion_r1886070318 ## flink-runtime/src/main/java/org/apache/flink/runtime/execution/ExecutionState.java: ## @@ -70,6 +70,8 @@ public enum ExecutionState { RECONCILING, +PE

[jira] [Resolved] (FLINK-36897) Error executing processElement when inheriting from AbstractAsyncStateStreamOperator

2024-12-15 Thread Zakelly Lan (Jira)
[ https://issues.apache.org/jira/browse/FLINK-36897?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Zakelly Lan resolved FLINK-36897. - Resolution: Won't Do > Error executing processElement when inheriting from > AbstractAsyncState

[jira] [Resolved] (FLINK-36892) Properly handle the watermark status

2024-12-15 Thread Zakelly Lan (Jira)
[ https://issues.apache.org/jira/browse/FLINK-36892?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Zakelly Lan resolved FLINK-36892. - Resolution: Fixed > Properly handle the watermark status >

Re: [PR] [FLINK-36862][table] Implement additional TO_TIMESTAMP_LTZ() functions [flink]

2024-12-15 Thread via GitHub
yiyutian1 commented on code in PR #25763: URL: https://github.com/apache/flink/pull/25763#discussion_r1886085683 ## flink-table/flink-table-planner/src/test/java/org/apache/flink/table/planner/functions/TimeFunctionsITCase.java: ## @@ -783,8 +790,15 @@ private Stream toTimestamp

Re: [PR] [FLINK-36862][table] Implement additional TO_TIMESTAMP_LTZ() functions [flink]

2024-12-15 Thread via GitHub
yiyutian1 commented on code in PR #25763: URL: https://github.com/apache/flink/pull/25763#discussion_r1886087882 ## flink-table/flink-table-common/src/main/java/org/apache/flink/table/functions/BuiltInFunctionDefinitions.java: ## @@ -2332,14 +2332,24 @@ ANY, and(logical(LogicalT

Re: [PR] [FLINK-36862][table] Implement additional TO_TIMESTAMP_LTZ() functions [flink]

2024-12-15 Thread via GitHub
yiyutian1 commented on code in PR #25763: URL: https://github.com/apache/flink/pull/25763#discussion_r1886093553 ## flink-table/flink-table-common/src/main/java/org/apache/flink/table/utils/DateTimeUtils.java: ## @@ -386,6 +406,18 @@ public static TimestampData toTimestampData(D

Re: [PR] [FLINK-36906] Optimize the logic for determining if a split is finished [flink-connector-kafka]

2024-12-15 Thread via GitHub
AHeise commented on PR #141: URL: https://github.com/apache/flink-connector-kafka/pull/141#issuecomment-2544772849 Afaik this doesn't work and was the main reason for #100. If you last message is a transaction marker, then you would never check the stop condition on that partition at the p

Re: [PR] [FLINK-36842] FlinkPipelineComposer allows injecting StreamExecutionEnvironment [flink-cdc]

2024-12-15 Thread via GitHub
sharonx commented on code in PR #3775: URL: https://github.com/apache/flink-cdc/pull/3775#discussion_r1885836067 ## flink-cdc-composer/src/main/java/org/apache/flink/cdc/composer/PipelineExecution.java: ## @@ -27,10 +29,18 @@ public interface PipelineExecution { class Execu

Re: [PR] [FLINK-36904] Fix document error on how to programmatically configure serialization [flink]

2024-12-15 Thread via GitHub
X-czh commented on PR #25795: URL: https://github.com/apache/flink/pull/25795#issuecomment-2544332334 @reswqa I just checked the Chinese doc, the serialization part has not been updated for long and does not reflect the new changes brought by FLIP-398. I'll create a new issue to update it.

Re: [PR] [FLINK-36791][table] Remove FlinkPruneEmptyRules. [flink]

2024-12-15 Thread via GitHub
liuyongvs commented on code in PR #25690: URL: https://github.com/apache/flink/pull/25690#discussion_r1886058245 ## flink-table/flink-table-planner/src/test/resources/org/apache/flink/table/planner/plan/rules/logical/PruneEmptyRulesTest.xml: ## Review Comment: @snuyanzin do

Re: [PR] [FLINK-36791][table] Remove FlinkPruneEmptyRules. [flink]

2024-12-15 Thread via GitHub
liuyongvs commented on code in PR #25690: URL: https://github.com/apache/flink/pull/25690#discussion_r1875162913 ## flink-table/flink-table-planner/src/test/resources/org/apache/flink/table/planner/plan/rules/logical/PruneEmptyRulesTest.xml: ## Review Comment: @snuyanzin te

Re: [PR] [FLINK-36791][table] Remove FlinkPruneEmptyRules. [flink]

2024-12-15 Thread via GitHub
liuyongvs commented on code in PR #25690: URL: https://github.com/apache/flink/pull/25690#discussion_r1875168910 ## flink-table/flink-table-planner/src/test/resources/org/apache/flink/table/planner/plan/rules/logical/PruneEmptyRulesTest.xml: ## Review Comment: if you think

Re: [PR] Remove CHARACTER_FILTER.filterCharacters function when notify dimension values. [flink]

2024-12-15 Thread via GitHub
hiliuxg commented on code in PR #25710: URL: https://github.com/apache/flink/pull/25710#discussion_r1886067914 ## flink-metrics/flink-metrics-prometheus/src/main/java/org/apache/flink/metrics/prometheus/AbstractPrometheusReporter.java: ## @@ -104,7 +104,7 @@ public void notifyOf

Re: [PR] Remove CHARACTER_FILTER.filterCharacters function when notify dimension values. [flink]

2024-12-15 Thread via GitHub
hiliuxg commented on code in PR #25710: URL: https://github.com/apache/flink/pull/25710#discussion_r1886067914 ## flink-metrics/flink-metrics-prometheus/src/main/java/org/apache/flink/metrics/prometheus/AbstractPrometheusReporter.java: ## @@ -104,7 +104,7 @@ public void notifyOf

[jira] [Resolved] (FLINK-36904) Fix document error on how to programmatically configure serialization

2024-12-15 Thread Zhanghao Chen (Jira)
[ https://issues.apache.org/jira/browse/FLINK-36904?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Zhanghao Chen resolved FLINK-36904. --- Fix Version/s: 2.0.0 Resolution: Fixed Resolved via d541997954e7b28ffa9df5e4bcaea817c

[jira] [Created] (FLINK-36905) Update Chinese document to reflect the changes of FLIP-398

2024-12-15 Thread Zhanghao Chen (Jira)
Zhanghao Chen created FLINK-36905: - Summary: Update Chinese document to reflect the changes of FLIP-398 Key: FLINK-36905 URL: https://issues.apache.org/jira/browse/FLINK-36905 Project: Flink

Re: [PR] [FLINK-36904][BP-1.20] Fix document error on how to programmatically configure serialization [flink]

2024-12-15 Thread via GitHub
flinkbot commented on PR #25799: URL: https://github.com/apache/flink/pull/25799#issuecomment-2544634558 ## CI report: * b712aa2a841e8ef2114ecfaa06cc26668628204c UNKNOWN Bot commands The @flinkbot bot supports the following commands: - `@flinkbot run azure`

Re: [PR] [FLINK-36876] Support external eventLoopGroup for RestClient [flink]

2024-12-15 Thread via GitHub
chenyuzhi459 commented on code in PR #25788: URL: https://github.com/apache/flink/pull/25788#discussion_r1886236906 ## flink-runtime/src/main/java/org/apache/flink/runtime/rest/RestClient.java: ## @@ -264,15 +278,21 @@ protected void initChannel(SocketChannel socketChannel) {

Re: [PR] [FLINK-36876] Support external eventLoopGroup for RestClient [flink]

2024-12-15 Thread via GitHub
chenyuzhi459 commented on code in PR #25788: URL: https://github.com/apache/flink/pull/25788#discussion_r1886236906 ## flink-runtime/src/main/java/org/apache/flink/runtime/rest/RestClient.java: ## @@ -264,15 +278,21 @@ protected void initChannel(SocketChannel socketChannel) {

Re: [PR] Flink 33387 33388 draft1 for CI [flink]

2024-12-15 Thread via GitHub
RocMarshal closed pull request #25737: Flink 33387 33388 draft1 for CI URL: https://github.com/apache/flink/pull/25737 -- 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 unsubs