Github user JamesRTaylor commented on a diff in the pull request: https://github.com/apache/phoenix/pull/129#discussion_r45307183 --- Diff: phoenix-core/src/main/java/org/apache/phoenix/coprocessor/BaseScannerRegionObserver.java --- @@ -236,13 +239,14 @@ protected RegionScanner getWrappedScanner(final ObserverContext<RegionCoprocesso * re-throws as DoNotRetryIOException to prevent needless retrying hanging the query * for 30 seconds. Unfortunately, until HBASE-7481 gets fixed, there's no way to do * the same from a custom filter. - * @param arrayFuncRefs * @param arrayKVRefs + * @param arrayFuncRefs * @param offset starting position in the rowkey. * @param scan * @param tupleProjector * @param dataRegion * @param indexMaintainer + * @param tx TODO --- End diff -- Minor - remove TODO
--- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---