lostluck commented on code in PR #37673: URL: https://github.com/apache/beam/pull/37673#discussion_r2898785470
########## sdks/go/pkg/beam/core/util/dot/dot.go: ########## @@ -14,6 +14,9 @@ // limitations under the License. // Package dot produces DOT graphs from Beam graph representations. +// +// Deprecated:This package is no longer used by the Beam Go SDK. +// It is slated for removal in a future Beam release. Review Comment: In this case, I'd avoid bringing it up until after the more comprehensive refactoring is complete. It's a non-critical package that's not likely to be broadly used, so it doesn't require that attention at this stage. -- 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]
