Description
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.
Attachments
Attachments
Issue Links
- is related to
-
HBASE-13109 Make better SEEK vs SKIP decisions during scanning
- Closed
- relates to
-
HBASE-13109 Make better SEEK vs SKIP decisions during scanning
- Closed