GitHub user jkff opened a pull request:

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

    More changes to DoFn{Signatures,Invokers}.

    In preparation for Splittable DoFn.
    * More generic code generation in DoFnInvokers:
      supports methods with return values (thanks @bjchambers).
    * Uses AutoValue builder in DoFnSignature.
    * Contextual error reporting in DoFnSignatures parsing code.
    * Rewrote DoFnInvokers tests to use Mockito.
    * Changed DoFnSignatures tests to use local classes
      and an "AnonymousMethod" class for testing analysis of
      single methods.

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

    $ git pull https://github.com/jkff/incubator-beam do-fn-reflector

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

    https://github.com/apache/incubator-beam/pull/926.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 #926
    
----
commit 9c88a510481df5cdfb229112cd35c364072c9e6f
Author: Eugene Kirpichov <kirpic...@google.com>
Date:   2016-08-12T00:13:53Z

    More changes to DoFn{Signatures,Invokers}.
    
    In preparation for Splittable DoFn.
    * More generic code generation in DoFnInvokers:
      supports methods with return values (thanks @bjchambers).
    * Uses AutoValue builder in DoFnSignature.
    * Contextual error reporting in DoFnSignatures parsing code.
    * Rewrote DoFnInvokers tests to use Mockito.
    * Changed DoFnSignatures tests to use local classes
      and an "AnonymousMethod" class for testing analysis of
      single methods.

----


---
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