GitHub user rculbertson opened a pull request:

    https://github.com/apache/incubator-beam/pull/638

    Clarify RequiresWindowAccess error message

    An error message is printed when a DoFn needs access to the window but does
    not implement RequiresWindowAccess. This PR changes to the error message
    to print the interface name instead of just "RequiresWindow", which makes it
    more clear which interface the user should use.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/rculbertson/incubator-beam error-message

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/incubator-beam/pull/638.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #638
    
----
commit b675799790688aca9ed0892b4b562af02c097057
Author: Ryan Culbertson <r...@spotify.com>
Date:   2016-07-12T15:49:28Z

    Clarify RequiresWindowAccess error message
    
    An error message is printed when a DoFn needs access to the window but does
    not implement RequiresWindowAccess. This PR changes to the error message
    to print the interface name instead of just "RequiresWindow", which makes it
    more clear which interface the user should use.

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to