HADOOP-18336.Tag FSDataInputStream.getWrappedStream() @Public/@Stable (#4555)

Contributed by: Ashutosh Gupta
This commit is contained in:
Ashutosh Gupta 2022-07-13 12:56:56 +01:00 committed by GitHub
parent 4c4a940da2
commit f1bd4e117e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -144,7 +144,8 @@ public boolean seekToNewSource(long targetPos) throws IOException {
*
* @return the underlying input stream
*/
@InterfaceAudience.LimitedPrivate({"HDFS"})
@InterfaceAudience.Public
@InterfaceStability.Stable
public InputStream getWrappedStream() {
return in;
}