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 <c...@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. ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---