Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ORC-952: Add since tag to org.apache.orc.RecordReader interface #865

Merged
merged 3 commits into from
Aug 16, 2021
Merged

ORC-952: Add since tag to org.apache.orc.RecordReader interface #865

merged 3 commits into from
Aug 16, 2021

Conversation

dongjoon-hyun
Copy link
Member

What changes were proposed in this pull request?

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

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

@github-actions github-actions bot added the JAVA label Aug 15, 2021
@dongjoon-hyun dongjoon-hyun changed the title Add since tag to org.apache.orc.RecordReader interface ORC-952: Add since tag to org.apache.orc.RecordReader interface Aug 15, 2021
*/
float getProgress() throws IOException;

/**
* Release the resources associated with the given reader.
* @throws java.io.IOException
* @since 1.1.0
*/
@Override
void close() throws IOException;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could you add the tag to seekToRow?

@williamhyun williamhyun merged commit daa57f8 into apache:main Aug 16, 2021
@dongjoon-hyun dongjoon-hyun deleted the ORC-952 branch August 16, 2021 00:25
@dongjoon-hyun
Copy link
Member Author

Thank you!

dongjoon-hyun added a commit that referenced this pull request Aug 16, 2021
…865)

### What changes were proposed in this pull request?

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

### 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

(cherry picked from commit daa57f8)
Signed-off-by: Dongjoon Hyun <dongjoon@apache.org>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants