Sahil Takiar created HIVE-17743:
-----------------------------------
Summary: Add InterfaceAudience and InterfaceStability annotations
for Thrift generated APIs
Key: HIVE-17743
URL: https://issues.apache.org/jira/browse/HIVE-17743
Project: Hive
Issue Type: Sub-task
Components: Thrift API
Reporter: Sahil Takiar
Assignee: Sahil Takiar
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}}.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)