You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2015/06/10 12:03:00 UTC

[jira] [Commented] (FLINK-2196) Missplaced Class in flink-java SortPartitionOperator

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

ASF GitHub Bot commented on FLINK-2196:
---------------------------------------

GitHub user fhueske opened a pull request:

    https://github.com/apache/flink/pull/817

    [FLINK-2196] [javaAPI] Moved misplaced SortPartitionOperator class

    `SortPartitionOperator` is API facing and misplaced. 
    It should be in the `org.apache.flink.api.java.operators` package.

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

    $ git pull https://github.com/fhueske/flink moveSortOp

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

    https://github.com/apache/flink/pull/817.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 #817
    
----
commit 7ab105e9e69d3df6d7aa7a0a79c6c1315d41c2b2
Author: Fabian Hueske <fh...@apache.org>
Date:   2015-06-10T09:58:08Z

    [FLINK-2196] [javaAPI] Moved misplaced SortPartitionOperator class

----


> Missplaced Class in flink-java SortPartitionOperator
> ----------------------------------------------------
>
>                 Key: FLINK-2196
>                 URL: https://issues.apache.org/jira/browse/FLINK-2196
>             Project: Flink
>          Issue Type: Improvement
>          Components: Java API
>    Affects Versions: 0.9
>            Reporter: Fabian Hueske
>            Assignee: Fabian Hueske
>            Priority: Blocker
>             Fix For: 0.9
>
>
> The class {{SortPartitionOperator}} in {{flink-java}} is API facing and missplaced (should go into the {{operator}} package).



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)