Github user kiszk commented on a diff in the pull request:
https://github.com/apache/spark/pull/19222#discussion_r172412911
--- Diff:
sql/core/src/main/java/org/apache/spark/sql/execution/vectorized/OffHeapColumnVector.java
---
@@ -57,20 +59,20 @@
// The data stored in these two allocations need to maintain binary
compatible. We can
// directly pass this buffer to external components.
- private long nulls;
--- End diff --
Ah, you want to allocate memory for `OffHeapColumnVector` by using
`Platform` instead of `MemoryBlock`?
Could you please explain why `OffHeapColumnVector` wants to allocate
memory `Platform`?
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]