robertwb commented on a change in pull request #13079:
URL: https://github.com/apache/beam/pull/13079#discussion_r503604584
##########
File path: sdks/python/apache_beam/dataframe/frames.py
##########
@@ -27,12 +27,14 @@
from apache_beam.dataframe import partitionings
-@frame_base.DeferredFrame._register_for(pd.Series)
-class DeferredSeries(frame_base.DeferredFrame):
+class DeferredDataFrameOrSeries(frame_base.DeferredFrame):
Review comment:
I don't want to commit ourselves to being quite that generic at the
moment.
----------------------------------------------------------------
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]