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/12/29 21:14:33 UTC

[GitHub] [spark] grundprinzip opened a new pull request, #39298: [SPARK-41742] Support df.groupBy().agg({"*":"count"})

grundprinzip opened a new pull request, #39298:
URL: https://github.com/apache/spark/pull/39298

   ### What changes were proposed in this pull request?
   Compatibility changes to support `count(*)` for DF operations that are rewritten into `count(1)`.
   
   ### Why are the changes needed?
   Compatibility.
   
   ### Does this PR introduce _any_ user-facing change?
   No
   
   
   ### How was this patch tested?
   UT


-- 
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


[GitHub] [spark] zhengruifeng closed pull request #39298: [SPARK-41742] Support df.groupBy().agg({"*":"count"})

Posted by GitBox <gi...@apache.org>.
zhengruifeng closed pull request #39298: [SPARK-41742] Support df.groupBy().agg({"*":"count"})
URL: https://github.com/apache/spark/pull/39298


-- 
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


[GitHub] [spark] zhengruifeng commented on pull request #39298: [SPARK-41742] Support df.groupBy().agg({"*":"count"})

Posted by GitBox <gi...@apache.org>.
zhengruifeng commented on PR #39298:
URL: https://github.com/apache/spark/pull/39298#issuecomment-1367688602

   thanks, merged into master


-- 
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