You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by GitBox <gi...@apache.org> on 2022/02/11 17:12:14 UTC

[GitHub] [spark] dongjoon-hyun removed a comment on pull request #35490: [SPARK-38185][SQL] Fix data incorrect if aggregate function is empty

dongjoon-hyun removed a comment on pull request #35490:
URL: https://github.com/apache/spark/pull/35490#issuecomment-1036428549


   Could you make a backporting PR for `branch-3.1` please, @ulysses-you ?
   ```scala
   scala> val emptyAgg = Map.empty[String, String]
   emptyAgg: scala.collection.immutable.Map[String,String] = Map()
   
   scala> spark.range(2).where("id > 2").agg(emptyAgg).limit(1).count
   res0: Long = 1
   
   scala> spark.version
   res1: String = 3.1.2
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



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