hjtran commented on code in PR #30771:
URL: https://github.com/apache/beam/pull/30771#discussion_r1548610226


##########
sdks/python/apache_beam/examples/snippets/transforms/aggregation/groupby_test.py:
##########
@@ -226,7 +230,7 @@ def check_global_aggregate_result(grouped):
       grouped | beam.Map(normalize),
       equal_to([
           #[START global_aggregate_result]
-          NamedTuple(min_price=1.00, mean_price=7 / 3, max_price=4.00),
+          NamedTuple(min_price=1.77, mean_price=7 / 3, max_price=4.00),

Review Comment:
   I originally tried to fix the tests but realized there were too many 
failures and they weren't trivial to fix. I've now reverted this change



-- 
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]

Reply via email to