Skip to content

Commit c9a415d

Browse files
committed
Address review copmments
1 parent 69f1d71 commit c9a415d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

sql/core/src/main/java/org/apache/spark/sql/execution/UnsafeFixedWidthAggregationMap.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,6 @@ public final class UnsafeFixedWidthAggregationMap {
6767
* Number of rows that were added to the map
6868
* This includes the elements that were passed on sorter
6969
* using {@link #destructAndCreateExternalSorter()}
70-
*
7170
*/
7271
private long numRowsAdded = 0L;
7372

0 commit comments

Comments
 (0)