We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3eaccd commit bade966Copy full SHA for bade966
sql/catalyst/src/main/java/org/apache/spark/sql/catalyst/expressions/UnsafeFixedWidthAggregationMap.java
@@ -28,8 +28,7 @@
28
import org.apache.spark.unsafe.memory.MemoryLocation;
29
30
/**
31
- * Unsafe-based HashMap for performing aggregations in which the aggregated values are
32
- * fixed-width. This is NOT threadsafe.
+ * Unsafe-based HashMap for performing aggregations where the aggregated values are fixed-width.
33
*/
34
public final class UnsafeFixedWidthAggregationMap {
35
0 commit comments