[
https://issues.apache.org/jira/browse/FLINK-16310?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Flink Jira Bot updated FLINK-16310:
-----------------------------------
Labels: auto-unassigned stale-major (was: auto-unassigned)
I am the [Flink Jira Bot|https://github.com/apache/flink-jira-bot/] and I help
the community manage its development. I see this issues has been marked as
Major but is unassigned and neither itself nor its Sub-Tasks have been updated
for 30 days. I have gone ahead and added a "stale-major" to the issue". If this
ticket is a Major, please either assign yourself or give an update. Afterwards,
please remove the label or in 7 days the issue will be deprioritized.
> Javadoc of AppendingState.get() contradicts with behavior of
> UserFacingListState
> --------------------------------------------------------------------------------
>
> Key: FLINK-16310
> URL: https://issues.apache.org/jira/browse/FLINK-16310
> Project: Flink
> Issue Type: Improvement
> Components: Documentation, Runtime / State Backends
> Affects Versions: 1.6.4, 1.7.2, 1.8.3, 1.9.2, 1.10.0
> Reporter: Tzu-Li (Gordon) Tai
> Priority: Major
> Labels: auto-unassigned, stale-major
>
> The {{get()}} method on the user-facing state handle interface
> {{AppendingState}} states that:
> {code}
> @return The operator state value corresponding to the current input or NULL
> if the state is empty.
> {code}
> This behavior, is not true for the user-facing list state handles, as the
> behavior has always been that if the list state does not have elements, an
> empty list is returned (see FLINK-4307 / {{UserFacingListState}}).
> The fix would be to only mention the null-returning behavior on the internal
> list state interface, i.e. {{InternalListState}}, and fix the Javadoc for
> {{AppendingState}}.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)