Yun Gao created FLINK-26065: ------------------------------- Summary: org.apache.flink.table.api.PlanReference$ContentPlanReference $FilePlanReference $ResourcePlanReference violation the api rules Key: FLINK-26065 URL: https://issues.apache.org/jira/browse/FLINK-26065 Project: Flink Issue Type: Bug Components: Table SQL / API Affects Versions: 1.15.0 Reporter: Yun Gao
{code:java} Feb 09 21:10:32 [ERROR] Failures: Feb 09 21:10:32 [ERROR] Architecture Violation [Priority: MEDIUM] - Rule 'Classes in API packages should have at least one API visibility annotation.' was violated (3 times): Feb 09 21:10:32 org.apache.flink.table.api.PlanReference$ContentPlanReference does not satisfy: annotated with @Internal or annotated with @Experimental or annotated with @PublicEvolving or annotated with @Public or annotated with @Deprecated Feb 09 21:10:32 org.apache.flink.table.api.PlanReference$FilePlanReference does not satisfy: annotated with @Internal or annotated with @Experimental or annotated with @PublicEvolving or annotated with @Public or annotated with @Deprecated Feb 09 21:10:32 org.apache.flink.table.api.PlanReference$ResourcePlanReference does not satisfy: annotated with @Internal or annotated with @Experimental or annotated with @PublicEvolving or annotated with @Public or annotated with @Deprecated Feb 09 21:10:32 [INFO] Feb 09 21:10:32 [ERROR] Tests run: 7, Failures: 1, Errors: 0, Skipped: 0 {code} https://dev.azure.com/apache-flink/apache-flink/_build/results?buildId=31051&view=logs&j=fc5181b0-e452-5c8f-68de-1097947f6483&t=995c650b-6573-581c-9ce6-7ad4cc038461&l=26427 -- This message was sent by Atlassian Jira (v8.20.1#820001)