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)