Skip to content

The HTTP Lookup connector to use DeserializationSchema#deserialize(byte[], Collector<RowData>) #202

@davidradl

Description

@davidradl

Later versions of Flink deprecate the following method and throw a RuntimeException if it is called

AbstractJsonDeserializationSchema where we see
@Deprecated
public RowData deserialize(@Nullable byte[] message) throws IOException {
...
   throw new FlinkRuntimeException("Please invoke DeserializationSchema#deserialize(byte[], Collector<RowData>) instead.");
...

This issue is to upgrade this deserialize to use DeserializationSchema#deserialize(byte[], Collector)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions