Github user cloud-fan commented on a diff in the pull request:

    https://github.com/apache/spark/pull/23272#discussion_r240178993
  
    --- Diff: 
core/src/test/java/org/apache/spark/memory/TestMemoryConsumer.java ---
    @@ -38,12 +38,14 @@ public long spill(long size, MemoryConsumer trigger) 
throws IOException {
         return used;
       }
     
    -  void use(long size) {
    +  @VisibleForTesting
    --- End diff --
    
    This is a test class, we can just make it public.



---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org

Reply via email to