You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pinot.apache.org by GitBox <gi...@apache.org> on 2021/10/04 21:31:42 UTC

[GitHub] [pinot] Jackie-Jiang commented on a change in pull request #7513: Improved range queries

Jackie-Jiang commented on a change in pull request #7513:
URL: https://github.com/apache/pinot/pull/7513#discussion_r721732010



##########
File path: pinot-perf/src/main/java/org/apache/pinot/perf/BenchmarkRangeIndex.java
##########
@@ -196,7 +196,11 @@ public void setup()
     @TearDown(Level.Trial)
     public void tearDown()
         throws IOException {
-      FileUtils.forceDelete(_indexDir);
+      try {
+        FileUtils.forceDelete(_indexDir);

Review comment:
       I think we did it in a lot of places. We might want to create a PR to change all of them to `FileUtils.deleteQuietly()`?




-- 
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: commits-unsubscribe@pinot.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@pinot.apache.org
For additional commands, e-mail: commits-help@pinot.apache.org