robertwb commented on a change in pull request #13102:
URL: https://github.com/apache/beam/pull/13102#discussion_r504950839
##########
File path: sdks/python/apache_beam/dataframe/frame_base.py
##########
@@ -216,20 +216,42 @@ def wrapper(*args, **kwargs):
else:
constant_args[ix] = arg
+ deferred_kwarg_keys = []
Review comment:
It might be worth an explicit test in frame_base_test for the kwargs
functionality.
----------------------------------------------------------------
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]