apache / beam

Apache Beam is a unified programming model for Batch and Streaming data processing.
https://beam.apache.org/
Apache License 2.0
7.81k stars 4.23k forks source link

[Feature Request]: Add OrderedListState test in StateInternalsTest #31723

Open twosom opened 3 months ago

twosom commented 3 months ago

What would you like to happen?

As the number of state operators in Apache Beam grows, we need to update the existing StateInternalsTest.

Currently, tests exist for ValueState, BagState, SetState, MapState, CombiningValueState, and WatermarkHoldState, but not for MultiMapState and OrderdListState, which were added later.

Issue Priority

Priority: 3 (nice-to-have improvement)

Issue Components

twosom commented 3 months ago

.take-issue