Details
-
Sub-task
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
Description
The Thrift generated files don't have InterfaceAudience or InterfaceStability annotations on them, mainly because all the files are auto-generated.
We should add some code that auto-tags all the Java Thrift generated files with these annotations. This way even when they are re-generated, they still contain the annotations.
We should be able to do this using the com.google.code.maven-replacer-plugin similar to what we do in standalone-metastore/pom.xml.