gjacoby126 commented on code in PR #1517:
URL: https://github.com/apache/phoenix/pull/1517#discussion_r1008170959


##########
phoenix-core/src/main/java/org/apache/phoenix/iterate/ScanningResultIterator.java:
##########
@@ -190,4 +209,9 @@ public String toString() {
     public ResultScanner getScanner() {
         return scanner;
     }
+
+    @VisibleForTesting
+    public static void setIsScannerClosedForceFully(boolean throwException) {

Review Comment:
   tiny nit: "forcefully" is one word so only the first F should be capitalized



-- 
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]

Reply via email to