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 2017/06/28 03:51:02 UTC

[jira] [Commented] (FLINK-7023) Remaining types for Gelly ValueArrays

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

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

GitHub user greghogan opened a pull request:

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

    [FLINK-7023] [gelly] Remaining types for Gelly ValueArrays

    Add implementations of Byte/Char/Double/Float/ShortValueArray. Along with the existing implementations of Int/Long/Null/StringValueArray this covers all 10 CopyableValue types.
    
    Note: the best way to review these files is to diff against the existing `IntValueArray` and `LongValueArray` implementations as the deltas are very small.

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

    $ git pull https://github.com/greghogan/flink 7023_remaining_tyeps_for_gelly_valuearrays

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

    https://github.com/apache/flink/pull/4203.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 #4203
    
----
commit 1281058d1c4d1dd1debb0d3502d8d5c68ddbd01b
Author: Greg Hogan <co...@greghogan.com>
Date:   2017-06-28T02:54:21Z

    [FLINK-7023] [gelly] Remaining types for Gelly ValueArrays
    
    Add implementations of Byte/Char/Double/Float/ShortValueArray. Along
    with the existing implementations of Int/Long/Null/StringValueArray this
    covers all 10 CopyableValue types.

----


> Remaining types for Gelly ValueArrays
> -------------------------------------
>
>                 Key: FLINK-7023
>                 URL: https://issues.apache.org/jira/browse/FLINK-7023
>             Project: Flink
>          Issue Type: Sub-task
>          Components: Gelly
>    Affects Versions: 1.4.0
>            Reporter: Greg Hogan
>            Assignee: Greg Hogan
>            Priority: Trivial
>             Fix For: 1.4.0
>
>
> Add implementations of Byte/Char/Double/Float/ShortValueArray. Along with the existing implementations of Int/Long/Null/StringValueArray this covers all 10 CopyableValue types.



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