Skip to content

Conversation

gunnarmorling
Copy link
Contributor

Adjusting type in variable to match that of descriptor

@flinkbot
Copy link
Collaborator

flinkbot commented Sep 25, 2025

CI report:

Bot commands The @flinkbot bot supports the following commands:
  • @flinkbot run azure re-run the last Azure build

```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);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi @gunnarmorling , looks good.
Please could you follow 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 as well.

@github-actions github-actions bot added the community-reviewed PR has been reviewed by the community. label Sep 29, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
community-reviewed PR has been reviewed by the community.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants