You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@beam.apache.org by "Brian Hulette (Jira)" <ji...@apache.org> on 2021/03/23 14:29:00 UTC

[jira] [Created] (BEAM-12029) WontImplementErrors should reference offending operation or argument and link to documentation

Brian Hulette created BEAM-12029:
------------------------------------

             Summary: WontImplementErrors should reference offending operation or argument and link to documentation
                 Key: BEAM-12029
                 URL: https://issues.apache.org/jira/browse/BEAM-12029
             Project: Beam
          Issue Type: Improvement
          Components: sdk-py-core
            Reporter: Brian Hulette
            Assignee: Brian Hulette


For example, instead of WontImplementError(order-sensitive) we should raise:

{code}
WontImplementError("fillna(method=ffill) is not supported because it order-sensitive, only fillna(method=None) is supported. For more details see https://s.apache.org/dataframe-order-sensitive-operations")
{code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)