rohdesamuel commented on a change in pull request #17072:
URL: https://github.com/apache/beam/pull/17072#discussion_r826366305
##########
File path: sdks/python/apache_beam/runners/interactive/recording_manager.py
##########
@@ -454,8 +455,12 @@ def record(self, pcolls, max_n, max_duration):
'options is deprecated since First stable release. References to '
'<pipeline>.options will not be supported',
category=DeprecationWarning)
- pf.PipelineFragment(list(uncomputed_pcolls),
Review comment:
Can you please add a unit test for asserting that the bug is fixed? It's
good practice to add a unit test any time you fix a bug.
--
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]