caneff commented on code in PR #28396:
URL: https://github.com/apache/beam/pull/28396#discussion_r1321971159


##########
sdks/python/apache_beam/dataframe/frame_base.py:
##########
@@ -475,7 +475,7 @@ def wrapper(self, inplace=False, **kwargs):
   return wrapper
 
 
-def args_to_kwargs(base_type):
+def args_to_kwargs(base_type, ignore=False):

Review Comment:
   PTAL. Added a second argument for that and tests.



-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to