stoty commented on code in PR #1808:
URL: https://github.com/apache/phoenix/pull/1808#discussion_r1488992431
##########
phoenix-core/src/it/java/org/apache/phoenix/end2end/ParameterizedIndexUpgradeToolIT.java:
##########
@@ -87,9 +87,9 @@ public class ParameterizedIndexUpgradeToolIT extends BaseTest
{
private static final String [] TABLE_LIST_NAMESPACE_SIMPLIFIED = new
String[1];
private static final String [] TRANSACTIONAL_TABLE_LIST = new String[1];
-
+ private static String tmpPath = System.getProperty("java.io.tmpdir");
Review Comment:
This is supposed to be value of tmpdir after minicluster has been started.
(But it is not, see my previous commenft()
--
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]