Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[SPARK-21941] Stop storing unused attemptId in SQLTaskMetrics
## What changes were proposed in this pull request? In a driver heap dump containing 390,105 instances of SQLTaskMetrics this would have saved me approximately 3.2MB of memory. Since we're not getting any benefit from storing this unused value, let's eliminate it until a future PR makes use of it. ## How was this patch tested? Existing unit tests Author: Andrew Ash <[email protected]> Closes apache#19153 from ash211/aash/trim-sql-listener.
- Loading branch information