Github user cloud-fan commented on a diff in the pull request:

    https://github.com/apache/spark/pull/22809#discussion_r228013503
  
    --- Diff: 
sql/core/src/test/scala/org/apache/spark/sql/DataFrameAggregateSuite.scala ---
    @@ -727,4 +728,67 @@ class DataFrameAggregateSuite extends QueryTest with 
SharedSQLContext {
           "grouping expressions: [current_date(None)], value: [key: int, 
value: string], " +
             "type: GroupBy]"))
       }
    +
    +  def getEveryAggColumn(columnName: String): Column = {
    +    Column(new 
EveryAgg(Column(columnName).expr).toAggregateExpression(false))
    --- End diff --
    
    Since we don't have APIs for them in `functions`, it's not likely users 
will use then with DataFrame. Thus I think we don't need these tests.


---

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

Reply via email to