kennknowles opened a new issue, #18427: URL: https://github.com/apache/beam/issues/18427
InMemoryStateInternals SetState incorrectly compares set membership by using object equality instead of the structural value. InMemoryStateInternals MapState incorrectly compares key membership based upon key equality instead of structural value of the key equality. This impacts DirectRunner. Adding tests which uses byte arrays as the object within the set state and also byte arrays as the keys within a map state would exercise this failure condition. Imported from Jira [BEAM-2777](https://issues.apache.org/jira/browse/BEAM-2777). Original Jira may contain additional context. Reported by: lcwik. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
