Github user viirya commented on a diff in the pull request:

    https://github.com/apache/spark/pull/21968#discussion_r214235660
  
    --- Diff: 
sql/core/src/main/scala/org/apache/spark/sql/execution/aggregate/RowBasedHashMapGenerator.scala
 ---
    @@ -141,11 +151,8 @@ class RowBasedHashMapGenerator(
            |    if (buckets[idx] == -1) {
            |      if (numRows < capacity && !isBatchFull) {
            |        // creating the unsafe for new entry
    --- End diff --
    
    Remove or update this comment?


---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org

Reply via email to