[
https://issues.apache.org/jira/browse/FLINK-3695?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15892473#comment-15892473
]
ASF GitHub Bot commented on FLINK-3695:
---------------------------------------
Github user greghogan commented on the issue:
https://github.com/apache/flink/pull/3382
@vasia, if you are available to review, I think the easiest way to do so is
to first review the classes for `LongValue` then compare the diff for
`IntValue` and `StringValue`. I think we are forced to duplicate code as the
value types to keep the method calls monomorphic.
> 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
> Fix For: 1.3.0
>
>
> 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)