robertwb commented on a change in pull request #14674:
URL: https://github.com/apache/beam/pull/14674#discussion_r624303917
##########
File path: sdks/python/apache_beam/dataframe/frames_test.py
##########
@@ -45,7 +45,8 @@ def _get_deferred_args(*args):
class DeferredFrameTest(unittest.TestCase):
- def _run_error_test(self, func, *args):
+ def _run_error_test(
+ self, func, *args, execution_time=False, distributed=True):
Review comment:
`execution_time` feels a bit vague to me. What if we called it
`construction_time` instead which is less ambiguous?
--
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.
For queries about this service, please contact Infrastructure at:
[email protected]