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

    https://github.com/apache/spark/pull/12413#discussion_r59972165
  
    --- Diff: 
sql/core/src/main/scala/org/apache/spark/sql/execution/stat/StatFunctions.scala 
---
    @@ -431,7 +431,7 @@ private[sql] object StatFunctions extends Logging {
           s"exceed 1e4. Currently $columnSize")
         val table = counts.groupBy(_.get(0)).map { case (col1Item, rows) =>
           val countsRow = new GenericMutableRow(columnSize + 1)
    -      rows.foreach { (row: Row) =>
    +      rows.foreach { row =>
    --- End diff --
    
    So you are agreeing with me that it is not obvious, and making the type 
more explicit is good here, but yet you are arguing we should change it to make 
it less obvious?



---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to