Skip to content

Commit

Permalink
ORC-951: Add since tag to org.apache.orc.Reader interface (#864)
Browse files Browse the repository at this point in the history
### What changes were proposed in this pull request?

This PR aims to add `since` tag to `org.apache.orc.Reader` interface.

- The APIs added by ORC-1 is marked as `1.1.0` according to the JIRA release version.
- The followings are the added versions.
    - 1.1.0, 1.2.0, 1.3.0, 1.5.0, 1.5.3, 1.5.9, 1.5.11, 1.6.0, 1.7.0

### Why are the changes needed?

To help ORC developers to check the API availability easily by improving code and Javadoc.

### How was this patch tested?

Manual.
  • Loading branch information
dongjoon-hyun authored Aug 16, 2021
1 parent 2690bd3 commit 5778caa
Showing 1 changed file with 135 additions and 0 deletions.
Loading

0 comments on commit 5778caa

Please sign in to comment.