You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flink.apache.org by "Timo Walther (Jira)" <ji...@apache.org> on 2022/11/28 10:04:00 UTC

[jira] [Created] (FLINK-30226) Offer a Identity(De)SerializationSchema

Timo Walther created FLINK-30226:
------------------------------------

             Summary: Offer a Identity(De)SerializationSchema
                 Key: FLINK-30226
                 URL: https://issues.apache.org/jira/browse/FLINK-30226
             Project: Flink
          Issue Type: Improvement
          Components: API / DataStream
            Reporter: Timo Walther


Sometimes it can be convenient if the API provides a "Identity(De)SerializationSchema" which simply takes and returns its input as {{byte[]}}. The Table API offers the {{raw}} format for this. DataStream API does not have equivalent functionality.

We could also name it `Raw(De)SerializationSchema` for consistency?



--
This message was sent by Atlassian Jira
(v8.20.10#820010)