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

    https://github.com/apache/spark/pull/21206#discussion_r185297840
  
    --- Diff: 
sql/core/src/test/scala/org/apache/spark/sql/execution/vectorized/ColumnarBatchSuite.scala
 ---
    @@ -1333,4 +1334,19 @@ class ColumnarBatchSuite extends SparkFunSuite {
     
           column.close()
       }
    +
    +  testVector("WritableColumnVector.reserve(): requested capacity is too 
large", 1024, ByteType) {
    +    column =>
    +      val capacity = Integer.MAX_VALUE - 1
    --- End diff --
    
    Ok.


---

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

Reply via email to