davidradl commented on code in PR #27043:
URL: https://github.com/apache/flink/pull/27043#discussion_r2388421570


##########
docs/content/docs/dev/datastream-v2/context_and_state_processing.md:
##########
@@ -162,7 +162,7 @@ For example:
 
 ```java
 // create a value state declaration
-ValueStateDeclaration<Integer> valueStateDeclaration = 
StateDeclarations.valueState("example-value-state", TypeDescriptors.LONG);
+ValueStateDeclaration<Long> valueStateDeclaration = 
StateDeclarations.valueState("example-value-state", TypeDescriptors.LONG);

Review Comment:
   Hi @gunnarmorling , looks good.
   Please could you follow 
[https://flink.apache.org/how-to-contribute/contribute-code/](https://flink.apache.org/how-to-contribute/contribute-code/)
 - in your case I think will mean starting the POR title with [hotfix]
   
   Please could you also make the change in the [Chinese version of the 
docs](https://github.com/apache/flink/blob/master/docs/content.zh/docs/dev/datastream-v2/context_and_state_processing.md)
 as well. 



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to