[
https://issues.apache.org/jira/browse/HBASE-18904?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Sean Busbey resolved HBASE-18904.
---------------------------------
Resolution: Fixed
Fix Version/s: (was: 2.0.0-alpha-4)
HBASE-18410
Currently fixed in the feature branch for HBASE-18410. If you'd like this
included in other release lines prior to us getting that branch merged back in
(and potentially backported to earlier versions) feel free to rebase onto
current master so long as the test from HBASE-18957 doesn't regress.
> Missing break in NEXT_ROW case of FilterList#mergeReturnCodeForOrOperator()
> ---------------------------------------------------------------------------
>
> Key: HBASE-18904
> URL: https://issues.apache.org/jira/browse/HBASE-18904
> Project: HBase
> Issue Type: Bug
> Reporter: Ted Yu
> Assignee: Biju Nair
> Priority: Minor
> Fix For: HBASE-18410
>
> Attachments: HBASE-18904.PATCH
>
>
> Here is related code, around line 569:
> {code}
> if (isInReturnCodes(rc, ReturnCode.NEXT_ROW)) {
> return ReturnCode.NEXT_ROW;
> }
> case SEEK_NEXT_USING_HINT:
> {code}
> break was missing for the NEXT_ROW case.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)