[GitHub] spark pull request #17678: [SPARK-20381][SQL] Add SQL metrics of numOutputRo...

2017-05-05 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/spark/pull/17678 --- 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 ena

[GitHub] spark pull request #17678: [SPARK-20381][SQL] Add SQL metrics of numOutputRo...

2017-05-03 Thread ueshin
Github user ueshin commented on a diff in the pull request: https://github.com/apache/spark/pull/17678#discussion_r114700907 --- Diff: sql/core/src/main/scala/org/apache/spark/sql/execution/aggregate/ObjectAggregationIterator.scala --- @@ -83,6 +85,7 @@ class ObjectAggregationIter

[GitHub] spark pull request #17678: [SPARK-20381][SQL] Add SQL metrics of numOutputRo...

2017-04-18 Thread yucai
GitHub user yucai opened a pull request: https://github.com/apache/spark/pull/17678 [SPARK-20381][SQL] Add SQL metrics of numOutputRows for ObjectHashAgg… ## What changes were proposed in this pull request? ObjectHashAggregateExec is missing numOutputRows, add this metrics