kadirozde commented on code in PR #1517:
URL: https://github.com/apache/phoenix/pull/1517#discussion_r1008491369
##########
phoenix-core/src/main/java/org/apache/phoenix/jdbc/PhoenixConnection.java:
##########
@@ -1374,6 +1381,11 @@ public void
setTableResultIteratorFactory(TableResultIteratorFactory factory) {
this.tableResultIteratorFactory = factory;
}
+ @VisibleForTesting
Review Comment:
Can you add a comment for this method is that it is only used for testing?
--
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]