autophagy commented on code in PR #26247: URL: https://github.com/apache/flink/pull/26247#discussion_r2035710228
########## flink-python/pyflink/table/catalog.py: ########## @@ -36,6 +37,7 @@ 'Constraint', 'UniqueConstraint', 'ResolvedSchema'] +@PublicEvolving() Review Comment: @snuyanzin I've pushed up a commit that adds a stability annotation/decorator alignment test, to check whether the Python class has the same stability decorators as the Java equivalent in the completeness framework. Produces test errors like: ``` Exception: Annotations ['@org.apache.flink.annotation.Experimental()'] present on Java class org.apache.flink.table.api.PlanReference are not present on Python class <class 'pyflink.table.plan_reference.PlanReference'> Decorations ['Internal'] present on Python class <class 'pyflink.table.plan_reference.PlanReference'> are not present on Java class org.apache.flink.table.api.PlanReference ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@flink.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org