TheNeuralBit commented on a change in pull request #14449:
URL: https://github.com/apache/beam/pull/14449#discussion_r609024661
##########
File path: sdks/python/apache_beam/dataframe/frame_base.py
##########
@@ -303,20 +309,26 @@ def wrapper(self, *args, **kwargs):
def wont_implement_method(msg):
+ """Generate a stub method for `op` that simply raises a WontImplementError.
Review comment:
thanks
```suggestion
"""Generate a stub method that simply raises WontImplementError(msg).
```
--
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]