GitHub user jackylk opened a pull request:
https://github.com/apache/carbondata/pull/1968 [CARBONDATA-2156] Add interface annotation for user and developer
InterfaceAudience and InterfaceStability annotation should be added for user and developer
1. InetfaceAudience can be User, Developer or Private
2. InterfaceStability can be Stable, Evolving, Unstable
Future development should following these annotations
- [X] Any interfaces changed?
Yes
- [X] Any backward compatibility impacted?
No
- [X] Document update required?
Yes
- [X] Testing done
No test needed
- [X] For large changes, please consider breaking it into sub-tasks under an umbrella JIRA.
NA
You can merge this pull request into a Git repository by running:
$ git pull
https://github.com/jackylk/incubator-carbondata annotation
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/carbondata/pull/1968.patchTo close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #1968
----
commit e27feab28742ef351beba57ffed64595162027d7
Author: Jacky Li <jacky.likun@...>
Date: 2018-02-10T11:20:49Z
add interface annotation
----
---