[GitHub] [flink] wanglijie95 commented on a diff in pull request #22840: [FLINK-32376] Extend Sink#InitContext

2023-07-09 Thread via GitHub
wanglijie95 commented on code in PR #22840: URL: https://github.com/apache/flink/pull/22840#discussion_r1257432832 ## flink-core/src/main/java/org/apache/flink/api/connector/sink2/Sink.java: ## @@ -116,6 +118,18 @@ interface InitContext { */ SerializationSchem

[GitHub] [flink] wanglijie95 commented on pull request #22840: [FLINK-32376] Extend Sink#InitContext

2023-07-09 Thread via GitHub
wanglijie95 commented on PR #22840: URL: https://github.com/apache/flink/pull/22840#issuecomment-1627716447 @eskabetxe I add a test `SinkWriterOperatorTest#testInitContext` to test the changes :) -- This is an automated message from the Apache Git Service. To respond to the message, pleas

[GitHub] [flink] lincoln-lil opened a new pull request, #22972: [FLINK-32457][table-planner] Add test cases of unsupported usage for JSON_OBJECTAGG & JSON_ARRAYAGG and also update docs

2023-07-09 Thread via GitHub
lincoln-lil opened a new pull request, #22972: URL: https://github.com/apache/flink/pull/22972 ## What is the purpose of the change This is a subtask of FLINK-32457, it added test cases of unsupported usage for JSON_OBJECTAGG & JSON_ARRAYAGG and also update the related docs(expand the im

[jira] [Updated] (FLINK-32457) update current documentation of JSON_OBJECTAGG/JSON_ARRAYAGG to clarify the limitation

2023-07-09 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/FLINK-32457?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] ASF GitHub Bot updated FLINK-32457: --- Labels: pull-request-available (was: ) > update current documentation of JSON_OBJECTAGG/JSO

[GitHub] [flink] flinkbot commented on pull request #22972: [FLINK-32457][table-planner] Add test cases of unsupported usage for JSON_OBJECTAGG & JSON_ARRAYAGG and also update docs

2023-07-09 Thread via GitHub
flinkbot commented on PR #22972: URL: https://github.com/apache/flink/pull/22972#issuecomment-1627737552 ## CI report: * c897b784d41f2c0fcfb6f114e9f0f42f2fbf5174 UNKNOWN Bot commands The @flinkbot bot supports the following commands: - `@flinkbot run azure`

[GitHub] [flink] XComp merged pull request #22919: [FLINK-31837][runtime] Makes LeaderElectionDriver instantiation happen lazily

2023-07-09 Thread via GitHub
XComp merged PR #22919: URL: https://github.com/apache/flink/pull/22919 -- 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] [Resolved] (FLINK-31837) Move LeaderElectionDriver instantiated into DefaultLeaderElectionService.register to instantiate the driver lazily

2023-07-09 Thread Matthias Pohl (Jira)
[ https://issues.apache.org/jira/browse/FLINK-31837?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matthias Pohl resolved FLINK-31837. --- Fix Version/s: 1.18.0 Resolution: Fixed master: d2e6b94b374a40551a5cb1a81af2683f4a9ce

[GitHub] [flink] XComp commented on pull request #22967: [FLINK-32556][runtime] Renames contenderID into componentId

2023-07-09 Thread via GitHub
XComp commented on PR #22967: URL: https://github.com/apache/flink/pull/22967#issuecomment-1627765353 I rebased to most-recent master after the aforementioned PRs were merged. I fixed the occurrences of `contender.?id` in a separate commit and force-pushed the changes. -- This is an auto

[GitHub] [flink] zhouchitc commented on pull request #16927: [FLINK-18592][Connectors/FileSystem] StreamingFileSink fails due to truncating HDFS file failure

2023-07-09 Thread via GitHub
zhouchitc commented on PR #16927: URL: https://github.com/apache/flink/pull/16927#issuecomment-1627923943 Hi, when I merged these commits on my home branch(based on 1.14.2), I still met this problem. ![image](https://github.com/apache/flink/assets/11803579/45e6a0a2-684e-4517-a7b1-8a35a58

[GitHub] [flink] fredia opened a new pull request, #22973: [FLINK-32440][checkpoint] Introduce file merging configurations

2023-07-09 Thread via GitHub
fredia opened a new pull request, #22973: URL: https://github.com/apache/flink/pull/22973 ## What is the purpose of the change Introduce cluster-level file merging related configurations. ## Brief change log - Add `state.checkpoints.file-merging.*` configuration

[jira] [Updated] (FLINK-32440) Introduce file merging configuration

2023-07-09 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/FLINK-32440?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] ASF GitHub Bot updated FLINK-32440: --- Labels: pull-request-available (was: ) > Introduce file merging configuration > ---

[GitHub] [flink] flinkbot commented on pull request #22973: [FLINK-32440][checkpoint] Introduce file merging configurations

2023-07-09 Thread via GitHub
flinkbot commented on PR #22973: URL: https://github.com/apache/flink/pull/22973#issuecomment-1627980326 ## CI report: * 9045ee1175cf2e59e3f9fc7a8b0d2a3ec31281d0 UNKNOWN Bot commands The @flinkbot bot supports the following commands: - `@flinkbot run azure`

[jira] [Updated] (FLINK-32566) HeapBytesVector meets java.lang.NegativeArraySizeException

2023-07-09 Thread Yun Tang (Jira)
[ https://issues.apache.org/jira/browse/FLINK-32566?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yun Tang updated FLINK-32566: - Affects Version/s: (was: 1.17.1) > HeapBytesVector meets java.lang.NegativeArraySizeException >

[jira] [Updated] (FLINK-32566) HeapBytesVector meets java.lang.NegativeArraySizeException

2023-07-09 Thread Yuan Kui (Jira)
[ https://issues.apache.org/jira/browse/FLINK-32566?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yuan Kui updated FLINK-32566: - Description: When reading the parquet format files, if the data of some fields is too large, HeapBytesV

[jira] [Updated] (FLINK-32566) HeapBytesVector meets java.lang.NegativeArraySizeException

2023-07-09 Thread Yuan Kui (Jira)
[ https://issues.apache.org/jira/browse/FLINK-32566?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yuan Kui updated FLINK-32566: - Affects Version/s: 1.17.1 > HeapBytesVector meets java.lang.NegativeArraySizeException > ---

[jira] [Updated] (FLINK-32566) HeapBytesVector meets java.lang.NegativeArraySizeException

2023-07-09 Thread Yuan Kui (Jira)
[ https://issues.apache.org/jira/browse/FLINK-32566?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yuan Kui updated FLINK-32566: - Description: When reading the parquet format files, if the data of some fields is too large(to support

[GitHub] [flink-web] leonardBang merged pull request #662: [FLINK-32555] Add a page to show SIGMOD System Award for Apache Flink

2023-07-09 Thread via GitHub
leonardBang merged PR #662: URL: https://github.com/apache/flink-web/pull/662 -- 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.a

[jira] [Resolved] (FLINK-32555) Add a page to show SIGMOD System Awards for Apache Flink

2023-07-09 Thread Leonard Xu (Jira)
[ https://issues.apache.org/jira/browse/FLINK-32555?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Leonard Xu resolved FLINK-32555. Resolution: Fixed Resolved in flink-web(asf-site): 65990f39399a51b9d010c4fab110d4d6ca71f127 > Add

[jira] [Updated] (FLINK-32555) Add a post to record SIGMOD System Award for Apache Flink

2023-07-09 Thread Leonard Xu (Jira)
[ https://issues.apache.org/jira/browse/FLINK-32555?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Leonard Xu updated FLINK-32555: --- Summary: Add a post to record SIGMOD System Award for Apache Flink (was: Add a page to show SIGMOD

[jira] [Commented] (FLINK-32566) HeapBytesVector meets java.lang.NegativeArraySizeException

2023-07-09 Thread Yun Tang (Jira)
[ https://issues.apache.org/jira/browse/FLINK-32566?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17741463#comment-17741463 ] Yun Tang commented on FLINK-32566: -- It seems that the {{HeapBytesVector}} would reserve

[jira] [Created] (FLINK-32567) when Flink write azure data lake storage,error occur

2023-07-09 Thread Jira
宇宙先生 created FLINK-32567: Summary: when Flink write azure data lake storage,error occur Key: FLINK-32567 URL: https://issues.apache.org/jira/browse/FLINK-32567 Project: Flink Issue Type: Bug

[GitHub] [flink] swuferhong commented on a diff in pull request #22966: [FLINK-32492][table-planner] Introduce FlinkRuntimeFilterProgram to apply the runtime filter optimization.

2023-07-09 Thread via GitHub
swuferhong commented on code in PR #22966: URL: https://github.com/apache/flink/pull/22966#discussion_r1257622849 ## flink-table/flink-table-api-java/src/main/java/org/apache/flink/table/api/config/OptimizerConfigOptions.java: ## @@ -165,6 +167,51 @@ public class OptimizerConfig

[GitHub] [flink] swuferhong commented on a diff in pull request #22966: [FLINK-32492][table-planner] Introduce FlinkRuntimeFilterProgram to apply the runtime filter optimization.

2023-07-09 Thread via GitHub
swuferhong commented on code in PR #22966: URL: https://github.com/apache/flink/pull/22966#discussion_r1257790505 ## flink-table/flink-table-api-java/src/main/java/org/apache/flink/table/api/config/OptimizerConfigOptions.java: ## @@ -165,6 +167,51 @@ public class OptimizerConfig