AnandInguva commented on code in PR #29542: URL: https://github.com/apache/beam/pull/29542#discussion_r1414150622
########## sdks/python/apache_beam/examples/snippets/transforms/elementwise/mltransform_test.py: ########## @@ -57,6 +57,7 @@ def check_mltransform_compute_and_apply_vocabulary_with_scalar(): Row(x=array([4])) Row(x=array([1])) Row(x=array([0])) +Row(x=array([0])) Review Comment: this is the same example that will be updated on the website with 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]
