[PR] [FLINK-35356][State] State descriptor and implementation for async reducing state [flink]

2024-05-15 Thread via GitHub
Zakelly opened a new pull request, #24798: URL: https://github.com/apache/flink/pull/24798 ## What is the purpose of the change This PR provides the definition of `StateDescriptor` and simple implementation for `ReducingState` in `State V2`. ## Brief change log - De

Re: [PR] [FLINK-35356][State] State descriptor and implementation for async reducing state [flink]

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

Re: [PR] [FLINK-35356][State] State descriptor and implementation for async reducing state [flink]

2024-05-15 Thread via GitHub
masteryhx commented on code in PR #24798: URL: https://github.com/apache/flink/pull/24798#discussion_r1602658277 ## flink-runtime/src/main/java/org/apache/flink/runtime/state/v2/ReducingStateDescriptor.java: ## @@ -0,0 +1,74 @@ +/* + * Licensed to the Apache Software Foundation

Re: [PR] [FLINK-35356][State] State descriptor and implementation for async reducing state [flink]

2024-05-16 Thread via GitHub
Zakelly merged PR #24798: URL: https://github.com/apache/flink/pull/24798 -- 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