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

    https://github.com/apache/spark/pull/21206#discussion_r185548756
  
    --- Diff: 
sql/core/src/main/java/org/apache/spark/sql/execution/vectorized/WritableColumnVector.java
 ---
    @@ -92,17 +92,22 @@ public void reserve(int requiredCapacity) {
           } else {
             throwUnsupportedException(requiredCapacity, null);
           }
    +    } else if (requiredCapacity < 0) {
    --- End diff --
    
    Ok.


---

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

Reply via email to