jhw0604 commented on issue #28981: URL: https://github.com/apache/beam/issues/28981#issuecomment-1786274494
@lostluck I think "anon doFn" is an important. It make more simple code and easy-to-read code flow. Above all, the [official website mentions its features](https://beam.apache.org/get-started/wordcount-example/). `formatted := beam.ParDo(s, func(w string, c int) string { return fmt.Sprintf("%s: %v", w, c) }, counted)` May be able to blind it by removing it from the example, but I think this is a feature that must be added. Rather than deleting the example, it seems better to leave Prism's runtime error message saying that "anon doFn" is not yet supported. -- 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]
