tvalentyn commented on a change in pull request #14853:
URL: https://github.com/apache/beam/pull/14853#discussion_r647838886
##########
File path: sdks/python/apache_beam/dataframe/frames_test.py
##########
@@ -122,7 +123,12 @@ def _run_test(self, func, *args, distributed=True,
nonparallel=False):
generated twice, once outside of an allow_non_parallel_operations
block (to verify NonParallelOperation is raised), and again inside
of an allow_non_parallel_operations block to actually generate an
- expression to verify."""
+ expression to verify.
+ check_proxy (bool): Whether or not to check that the proxy of the
+ generated expression matches the actual result, defaults to True.
Review comment:
For my education, what are the implications of us currently having
mismatch proxies? (I am not very familiar with how proxy are actually used, and
when they are generated)
--
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]