-
Type:
Bug
-
Status: Resolved
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 0.98.0, 0.95.2, 0.94.9
-
Component/s: Coprocessors, documentation
-
Labels:
-
Environment:
Any. Actually it is just wrong comment in code.
-
Hadoop Flags:Reviewed
preScannerOpen() method of RegionCoprocessorHost class is documented to return 'false' value in negative case (default operation should not be bypassed). Actual implementation returns 'null' value.
Proposed solution is just to correct comment to match existing implementation.