You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2017/06/16 21:47:00 UTC

[jira] [Commented] (BEAM-2458) Move HashingFn from test -> main to make it more accessible

    [ https://issues.apache.org/jira/browse/BEAM-2458?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16052424#comment-16052424 ] 

ASF GitHub Bot commented on BEAM-2458:
--------------------------------------

GitHub user ssisk opened a pull request:

    https://github.com/apache/beam/pull/3382

    [BEAM-2458] Move HashingFn from test -> main

    Be sure to do all of the following to help us incorporate your contribution
    quickly and easily:
    
     - [X] Make sure the PR title is formatted like:
       `[BEAM-<Jira issue #>] Description of pull request`
     - [X] Make sure tests pass via `mvn clean verify`.
     - [X] Replace `<Jira issue #>` in the title with the actual Jira issue
           number, if there is one.
     - [X] If this contribution is large, please file an Apache
           [Individual Contributor License Agreement](https://www.apache.org/licenses/icla.pdf).
    
    ---


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

    $ git pull https://github.com/ssisk/beam move-hashingfn

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

    https://github.com/apache/beam/pull/3382.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 #3382
    
----
commit 321b328135eda37ab84cf2aeb0653a24d28ae999
Author: Stephen Sisk <si...@google.com>
Date:   2017-06-16T18:03:31Z

    Move HashingFn from test -> main

----


> Move HashingFn from test -> main to make it more accessible
> -----------------------------------------------------------
>
>                 Key: BEAM-2458
>                 URL: https://issues.apache.org/jira/browse/BEAM-2458
>             Project: Beam
>          Issue Type: Bug
>          Components: sdk-java-extensions
>            Reporter: Stephen Sisk
>            Assignee: Stephen Sisk
>
> HashingFn is currently only available as a test dependency. There's no reason for that (it could be generally useful to non-test parts of IOs if necessary), so we should move it over to regular directory.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)