[
https://issues.apache.org/jira/browse/PHOENIX-1731?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14360958#comment-14360958
]
Hudson commented on PHOENIX-1731:
---------------------------------
SUCCESS: Integrated in Phoenix-master #615 (See
[https://builds.apache.org/job/Phoenix-master/615/])
PHOENIX-1731 Add getNextIndexedKey() to IndexHalfStoreFileReader and
FilteredKeyValueScanner. (larsh: rev 66fb38cade511d3544a748eb1a2c9da446cf2984)
*
phoenix-core/src/main/java/org/apache/phoenix/hbase/index/scanner/FilteredKeyValueScanner.java
*
phoenix-core/src/main/java/org/apache/hadoop/hbase/regionserver/IndexHalfStoreFileReader.java
> Add getNextIndexedKey() to IndexHalfStoreFileReader and
> FilteredKeyValueScanner
> -------------------------------------------------------------------------------
>
> Key: PHOENIX-1731
> URL: https://issues.apache.org/jira/browse/PHOENIX-1731
> Project: Phoenix
> Issue Type: Bug
> Affects Versions: 5.0.0, 4.2.3, 4.3.1
> Reporter: Lars Hofhansl
> Assignee: Lars Hofhansl
> Attachments: 1731.txt
>
>
> See HBASE-13109, which changes two private interfaces, which breaks Phoenix
> compilation, which uses these interfaces.
> On the jira we decided not to remove those changes (that's why they're marked
> private).
> But, we can easily fix this in Phoenix by adding these methods to the classes
> that cause the problem, being care not to add the override annotation. The
> method can safely return null, in which case the optimization will not be
> used when these classes are used.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)