apache/accumulo

Estimation of rfile entries is not implemented for fenced files.

keith-turner opened this issue · 1 comments

Describe the bug

When merging #4452 from 2.1 to main in 7211081 estimating entries for a fenced rfile was not implemented. Wanted to avoid making this change in a merge commit.

Expected behavior

Rfile.FencedReader.estimateOverlappingEntries uses its fence range on the passed in extent.

I will fix this and will add some tests to the RFileTest and FencedRFileTest