Re: [PR] [FLINK-35125][state] Implement ValueState for ForStStateBackend [flink]

2024-04-18 Thread via GitHub
ljz2051 closed pull request #24671: [FLINK-35125][state] Implement ValueState for ForStStateBackend URL: https://github.com/apache/flink/pull/24671 -- 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-35125][state] Implement ValueState for ForStStateBackend [flink]

2024-04-16 Thread via GitHub
fredia commented on code in PR #24671: URL: https://github.com/apache/flink/pull/24671#discussion_r1568129118 ## flink-runtime/src/main/java/org/apache/flink/runtime/state/v2/InternalSyncState.java: ## @@ -0,0 +1,51 @@ +/* + * Licensed to the Apache Software Foundation (ASF)

Re: [PR] [FLINK-35125][state] Implement ValueState for ForStStateBackend [flink]

2024-04-16 Thread via GitHub
flinkbot commented on PR #24671: URL: https://github.com/apache/flink/pull/24671#issuecomment-2058974205 ## CI report: * f4b1a4374cc6c579ff50e5b09bb5715b386645d2 UNKNOWN Bot commands The @flinkbot bot supports the following commands: - `@flinkbot run azure`

[PR] [FLINK-35125][state] Implement ValueState for ForStStateBackend [flink]

2024-04-16 Thread via GitHub
ljz2051 opened a new pull request, #24671: URL: https://github.com/apache/flink/pull/24671 ## What is the purpose of the change This pull request implements the ValueState for ForStStateBackend. ## Brief change log - Define the InternalSyncState interfaces in