apache / beam

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

[Feature Request]: Implement equals, hashCode in FlinkRunner's OrderedListState. #31724

Open twosom opened 1 week ago

twosom commented 1 week ago

What would you like to happen?

FlinkRunner's OrderedListState (i.e. FlinkOrderedListState) does not have an implementation of equals, hashCode, unlike other States in FlinkRunner. Before starting to write tests for the OrderedListState(#31723), we should implement those methods.

Issue Priority

Priority: 2 (default / most feature requests should be filed as P2)

Issue Components

twosom commented 1 week ago

.take-issue