Hong Liang Teoh created FLINK-30837: ---------------------------------------
Summary: Remove dependency of MutableByteArrayInputStream from flink-avro-glue-schema-registry Key: FLINK-30837 URL: https://issues.apache.org/jira/browse/FLINK-30837 Project: Flink Issue Type: Technical Debt Components: Formats (JSON, Avro, Parquet, ORC, SequenceFile) Affects Versions: 1.16.1 Reporter: Hong Liang Teoh MutableByteArrayInputStream is a class implemented in flink-avro. We want to make this @Internal if possible, so we can reduce the surface area of interface that we support. At the moment, it is only used in flink-avro and flink-avro-glue-schema-registry. As such, we explore if we can remove the use of MutableByteArrayInputStream from flink-avro-glue-schema-registry. -- This message was sent by Atlassian Jira (v8.20.10#820010)