aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorKay Ousterhout <kayousterhout@gmail.com>2015-04-22 21:42:09 -0700
committerKay Ousterhout <kayousterhout@gmail.com>2015-04-22 21:42:09 -0700
commit03e85b4a11899f37424cd6e1f8d71f1d704c90bb (patch)
tree03d95c46c99af18128559a152de01a8e60dad874 /sql
parentd20686066e978dd12e618e3978f109f05bc412fe (diff)
downloadspark-03e85b4a11899f37424cd6e1f8d71f1d704c90bb.tar.gz
spark-03e85b4a11899f37424cd6e1f8d71f1d704c90bb.tar.bz2
spark-03e85b4a11899f37424cd6e1f8d71f1d704c90bb.zip
[SPARK-7046] Remove InputMetrics from BlockResult
This is a code cleanup. The BlockResult class originally contained an InputMetrics object so that InputMetrics could directly be used as the InputMetrics for the whole task. Now we copy the fields out of here, and the presence of this object is confusing because it's only a partial input metrics (it doesn't include the records read). Because this object is no longer useful (and is confusing), it should be removed. Author: Kay Ousterhout <kayousterhout@gmail.com> Closes #5627 from kayousterhout/SPARK-7046 and squashes the following commits: bf64bbe [Kay Ousterhout] Import fix a08ca19 [Kay Ousterhout] [SPARK-7046] Remove InputMetrics from BlockResult
Diffstat (limited to 'sql')
0 files changed, 0 insertions, 0 deletions