TheNeuralBit commented on a change in pull request #13102:
URL: https://github.com/apache/beam/pull/13102#discussion_r505089780
##########
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:
Good call, adding a test caught a small mistake on L241 that would've
been a pain to debug later
----------------------------------------------------------------
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]