You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flink.apache.org by "Stefan Richter (JIRA)" <ji...@apache.org> on 2018/08/02 12:22:00 UTC

[jira] [Created] (FLINK-10028) Introduce ByteArrayData[Input|Output]View

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)