phoenix icon indicating copy to clipboard operation
phoenix copied to clipboard

PHOENIX-3921 Change the condition checking in ScanUtil#isReversed

Open bijugs opened this issue 8 years ago • 0 comments

The current logic will return isReversed as true whether the BaseScannerRegionObserver.REVERSE_SCAN attribute is set to PDataType.TRUE_BYTES or PDataType.FALSE_BYTES. The PR is to change it to return true only if BaseScannerRegionObserver.REVERSE_SCAN attribute is set to PDataType.TRUE_BYTES.

bijugs avatar Jun 08 '17 13:06 bijugs