stoty commented on code in PR #150:
URL:
https://github.com/apache/phoenix-queryserver/pull/150#discussion_r1517595083
##########
phoenix-queryserver-it/src/it/java/org/apache/phoenix/end2end/TlsUtil.java:
##########
@@ -51,6 +51,10 @@ public class TlsUtil {
protected static final String TARGET_DIR_NAME =
System.getProperty("target.dir", "target");
protected static final File TARGET_DIR =
new File(System.getProperty("user.dir"), TARGET_DIR_NAME);
+ protected static final String TEST_CLASSES_DIR_NAME =
Review Comment:
A few lines of comments on what is happening here would be useful.
--
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]