damccorm commented on code in PR #37672: URL: https://github.com/apache/beam/pull/37672#discussion_r2843194322
########## sdks/python/apache_beam/examples/snippets/transforms/aggregation/groupby_test.py: ########## @@ -41,7 +41,7 @@ # # TODO: Remove early returns in check functions # https://github.com/apache/beam/issues/30778 -skip_due_to_30778 = True +skip_due_to_30778 = False Review Comment: Rather than setting this to false, we should just be able to remove it (and the associated if/else conditions) entirely -- 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]
