Stefan Richter created FLINK-10028: -------------------------------------- Summary: Introduce ByteArrayData[Input|Output]View Key: FLINK-10028 URL: https://issues.apache.org/jira/browse/FLINK-10028 Project: Flink Issue Type: Improvement Components: Core Reporter: Stefan Richter Assignee: Stefan Richter Fix For: 1.6.0
In many place, I found that we require to a have a combination of {{ByteArray[Input/Output]StreamWithPos}} and the corresponding {{Data[Input|Output]ViewStreamWrapper}}, because we essentially want an adapter from byte[] to Data[Input|Output]View. Instead of handling a combination of two related objects all over the place, I suggest to introduce {{ByteArrayData[Input|Output]View}} that combine the features. -- This message was sent by Atlassian JIRA (v7.6.3#76005)