You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@beam.apache.org by GitBox <gi...@apache.org> on 2021/06/14 07:11:16 UTC

[GitHub] [beam] robertwb commented on a change in pull request #14967: [BEAM-12028] Add contact information to NotImplementedError

robertwb commented on a change in pull request #14967:
URL: https://github.com/apache/beam/pull/14967#discussion_r649613612



##########
File path: sdks/python/apache_beam/dataframe/frame_base.py
##########
@@ -358,25 +371,33 @@ def wrapper(*args, **kwargs):
 
   wrapper.__name__ = name
   wrapper.__doc__ = (
-      f":meth:`pandas.{base_type.__name__}.{name}` is not supported in the "
-      f"Beam DataFrame API {reason_data['explanation']}")
+      f":meth:`{_prettify_pandas_type(base_type)}.{name}` is not supported in "

Review comment:
       Should we say not yet supported, or otherwise give an indication that this is subject to change?




-- 
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:
users@infra.apache.org