stoty commented on code in PR #204:
URL: https://github.com/apache/phoenix-omid/pull/204#discussion_r2409490919
##########
hbase-coprocessor/src/main/java/org/apache/hadoop/hbase/regionserver/CompactorScanner.java:
##########
@@ -66,7 +66,7 @@ public class CompactorScanner implements InternalScanner {
private List<Cell> currentRowWorthValues = new ArrayList<Cell>();
private final LRUMap<Long ,Optional<CommitTimestamp>> commitCache;
- public CompactorScanner(ObserverContext<RegionCoprocessorEnvironment> e,
+ public CompactorScanner(ObserverContext<RegionCoprocessorEnvironment> c,
Review Comment:
unrelated cleanup
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]