Github user kiszk commented on a diff in the pull request:
https://github.com/apache/spark/pull/17436#discussion_r150852190
--- Diff:
sql/core/src/main/java/org/apache/spark/sql/execution/vectorized/AggregateHashMap.java
---
@@ -40,7 +42,7 @@
*/
public class AggregateHashMap {
- private OnHeapColumnVector[] columnVectors;
+ private WritableColumnVector[] columnVectors;
--- End diff --
`columnVectors` is actually referenced several places (e.g.
[here](https://github.com/apache/spark/pull/17436/files/9ce6fc0b0ad2c4c97236f0519db07b5a3600bb81#diff-47d4756845a7561110301320621d7f3cR72))
in this class.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]