phoenix
phoenix copied to clipboard
PHOENIX-3921 Change the condition checking in ScanUtil#isReversed
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.