celeste-zeng commented on code in PR #36513:
URL: https://github.com/apache/beam/pull/36513#discussion_r2446436103


##########
sdks/python/apache_beam/testing/benchmarks/nexmark/models/nexmark_model.py:
##########
@@ -58,9 +57,6 @@ def __init__(
     self.date_time = date_time
     self.extra = extra
 
-  def __repr__(self):

Review Comment:
   Done, refactored `nexmark_json_util.py` to remove its dependency on 
`nexmark_model.py` by passing the required Nexmark model types as arguments to 
its functions, and added back the `__repr__` methods in `nexmark_model.py` to 
provide these types. Thanks!



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