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

    https://github.com/apache/spark/pull/18946#discussion_r133118490
  
    --- Diff: 
sql/core/src/test/scala/org/apache/spark/sql/DataFrameAggregateSuite.scala ---
    @@ -17,13 +17,18 @@
     
     package org.apache.spark.sql
     
    +import scala.util.Random
    +
    +import org.apache.spark.sql.execution.WholeStageCodegenExec
    +import org.apache.spark.sql.execution.aggregate.{HashAggregateExec, 
ObjectHashAggregateExec, SortAggregateExec}
     import org.apache.spark.sql.expressions.Window
     import org.apache.spark.sql.functions._
     import org.apache.spark.sql.internal.SQLConf
     import org.apache.spark.sql.test.SharedSQLContext
     import org.apache.spark.sql.test.SQLTestData.DecimalData
     import org.apache.spark.sql.types.{Decimal, DecimalType}
     
    +
    --- End diff --
    
    Please remove this line. Thanks!


---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

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

Reply via email to