josh-mckenzie commented on code in PR #1488:
URL: https://github.com/apache/cassandra/pull/1488#discussion_r1084483233


##########
src/java/org/apache/cassandra/io/util/PathUtils.java:
##########
@@ -63,14 +63,16 @@
     private static final Set<StandardOpenOption> READ_WRITE_OPTIONS = 
unmodifiableSet(EnumSet.of(READ, WRITE, CREATE));
     private static final FileAttribute<?>[] NO_ATTRIBUTES = new 
FileAttribute[0];
 
+    private static final boolean USE_NIX_RECURSIVE_DELETE = 
CassandraRelevantProperties.USE_NIX_RECURSIVE_DELETE.getBoolean();

Review Comment:
   Eh, either way is fine. Just curious.



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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to