alluxio icon indicating copy to clipboard operation
alluxio copied to clipboard

Implement unbuffer interface for HdfsFileInputStream

Open qian0817 opened this issue 2 years ago • 0 comments

What changes are proposed in this pull request?

Implement unbuffer interface for HdfsFileInputStream. Fix #16016.

Why are the changes needed?

If the unbuffer method is not implemented, then impala will not be able to use the file handle cache.

Does this PR introduce any user facing changes?

Implement CanUnbuffer and StreamCapabilities for HdfsFileInputStream.

qian0817 avatar Aug 05 '22 02:08 qian0817