Github user HyukjinKwon commented on a diff in the pull request:

    https://github.com/apache/spark/pull/23226#discussion_r238977650
  
    --- Diff: 
core/src/test/java/org/apache/spark/unsafe/map/AbstractBytesToBytesMapSuite.java
 ---
    @@ -622,6 +622,17 @@ public void initialCapacityBoundsChecking() {
         } catch (IllegalArgumentException e) {
           // expected exception
         }
    +
    +    try {
    +      new BytesToBytesMap(
    +              taskMemoryManager,
    --- End diff --
    
    Let's keep the indentation consistent


---

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

Reply via email to