Github user kiszk commented on a diff in the pull request:
https://github.com/apache/spark/pull/19601#discussion_r151324069
--- Diff:
sql/core/src/main/java/org/apache/spark/sql/execution/vectorized/ColumnVectorUtils.java
---
@@ -93,28 +93,6 @@ public static void populate(WritableColumnVector col,
InternalRow row, int field
}
}
- /**
- * Returns the array data as the java primitive array.
- * For example, an array of IntegerType will return an int[].
- * Throws exceptions for unhandled schemas.
- */
- public static Object toPrimitiveJavaArray(ColumnarArray array) {
--- End diff --
This method was used only for test. I removed this by replacing this with
another method.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]