Github user cloud-fan commented on a diff in the pull request:
https://github.com/apache/spark/pull/17436#discussion_r150929464
--- 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 --
I mean the `AggregateHashMap` seems only used in the benchmark.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]