Skip to content

Commit ad86adf

Browse files
yangqusjwiesman
authored andcommitted
[FLINK-22628][docs] Update state_processor_api.md
This closes #15892
1 parent 17064da commit ad86adf

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

docs/content.zh/docs/libs/state_processor_api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ public class ReaderFunction extends KeyedStateReaderFunction<Integer, KeyedState
219219

220220
Along with reading registered state values, each key has access to a `Context` with metadata such as registered event time and processing time timers.
221221

222-
{% panel **Note:** When using a `KeyedStateReaderFunction`, all state descriptors must be registered eagerly inside of open. Any attempt to call a `RuntimeContext#get*State` will result in a `RuntimeException`. %}
222+
**Note:** When using a `KeyedStateReaderFunction`, all state descriptors must be registered eagerly inside of open. Any attempt to call a `RuntimeContext#get*State` will result in a `RuntimeException`.
223223

224224
### Window State
225225

docs/content/docs/libs/state_processor_api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ public class ReaderFunction extends KeyedStateReaderFunction<Integer, KeyedState
219219

220220
Along with reading registered state values, each key has access to a `Context` with metadata such as registered event time and processing time timers.
221221

222-
{% panel **Note:** When using a `KeyedStateReaderFunction`, all state descriptors must be registered eagerly inside of open. Any attempt to call a `RuntimeContext#get*State` will result in a `RuntimeException`. %}
222+
**Note:** When using a `KeyedStateReaderFunction`, all state descriptors must be registered eagerly inside of open. Any attempt to call a `RuntimeContext#get*State` will result in a `RuntimeException`.
223223

224224
### Window State
225225

0 commit comments

Comments
 (0)