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/02/21 17:55:52 UTC

[jira] [Commented] (FLINK-3695) ValueArray types

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

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

GitHub user greghogan opened a pull request:

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

    [FLINK-3695] [gelly] ValueArray types

    Provide compact and efficiently serializable and comparable array implementations for Flink mutable Value types and Java primitives.

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

    $ git pull https://github.com/greghogan/flink 3695_valuearray_types

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

    https://github.com/apache/flink/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 aac1f8f2d2ca0e7eba4ab52fba94db62e9c3ef41
Author: Greg Hogan <co...@greghogan.com>
Date:   2017-02-21T16:40:22Z

    [FLINK-3695] [gelly] ValueArray types
    
    Provide compact and efficiently serializable and comparable array
    implementations for Flink mutable Value types and Java primitives.

----


> ValueArray types
> ----------------
>
>                 Key: FLINK-3695
>                 URL: https://issues.apache.org/jira/browse/FLINK-3695
>             Project: Flink
>          Issue Type: New Feature
>          Components: Type Serialization System
>    Affects Versions: 1.1.0
>            Reporter: Greg Hogan
>            Assignee: Greg Hogan
>            Priority: Minor
>
> Flink provides mutable {{Value}} type implementations of Java primitives along with efficient serializers and comparators. It would be useful to have corresponding {{ValueArray}} implementations backed by primitive rather than object arrays, along with an {{ArrayableValue}} interface tying a {{Value}} to its {{ValueArray}}.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)