spark-instrumented-optimizer/core/src
Azeem Jiva de6e633420 [SPARK-14756][CORE] Use parseLong instead of valueOf
## What changes were proposed in this pull request?

Use Long.parseLong which returns a primative.
Use a series of appends() reduces the creation of an extra StringBuilder type

## How was this patch tested?

Unit tests

Author: Azeem Jiva <azeemj@gmail.com>

Closes #12520 from javawithjiva/minor.
2016-04-26 11:49:04 +01:00
..
main [SPARK-14756][CORE] Use parseLong instead of valueOf 2016-04-26 11:49:04 +01:00
test [SPARK-14873][CORE] Java sampleByKey methods take ju.Map but with Scala Double values; results in type Object 2016-04-23 10:47:50 -07:00