Details
Description
setSmall(boolean small) takes a boolean param and it might get called with false also. But with out considering that, we set read type as PREAD.
Phoenix clones Scan object and do
newScan.setSmall(scan.isSmall());
So this makes ALL types of scans from phoenix as PREAD type now. (Even full table scan)
Attachments
Issue Links
- relates to
-
PHOENIX-6385 Not to use Scan#setSmall for HBase 2.x versions
- Resolved
- links to