Hong Liang Teoh created FLINK-30853:
---------------------------------------
Summary: Make clear the public API for flink-avro
Key: FLINK-30853
URL: https://issues.apache.org/jira/browse/FLINK-30853
Project: Flink
Issue Type: Technical Debt
Components: Formats (JSON, Avro, Parquet, ORC, SequenceFile)
Reporter: Hong Liang Teoh
flink-avro provides users with methods to register the Apache Avro format in
their connectors. However, it is currently not clear which classes are @Public,
@PublicEvolving and @Internal.
We want to make clear the classes / interfaces that are @Public or
@PublicEvolving so that users can know whether the API is expected to be stable.
For classes that are already indirectly exposed as @Public or @PublicEvolving,
we should ensure that they are not marked as anything lower (e.g. @Internal)
--
This message was sent by Atlassian Jira
(v8.20.10#820010)