HBASE-5195 [Coprocessors] preGet hook does not allow overriding or wrapping filter on incoming Get -- SECOND HALF OF THIS COMMIT

git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1245773 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Michael Stack 2012-02-17 21:34:46 +00:00
parent 0caad4616e
commit 0dd3c22706
1 changed files with 2 additions and 0 deletions

View File

@ -4122,6 +4122,8 @@ public class HRegion implements HeapSize { // , Writable{
}
}
Scan scan = new Scan(get);
RegionScanner scanner = null;
try {
scanner = getScanner(scan);