je-ik commented on issue #24655: URL: https://github.com/apache/beam/issues/24655#issuecomment-1380335900
I don't think MapElements is required to be deterministic. Even in the test, that verifies `@RequiresStableInput` this assumption is broken (on purpose), see https://github.com/apache/beam/blob/e21b5b79a25dec5555389a87c3d638219d09e2c9/sdks/java/core/src/test/java/org/apache/beam/sdk/RequiresStableInputIT.java#L153. I'm afraid we might be trying to achieve the infamous "premature optimization" here. -- 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]
