GitHub user reudismam opened a pull request:
https://github.com/apache/hive/pull/296
Use valueOf method instead of constructor since valueOf is likely to â¦
â¦yield significantly better space and time performance by caching
frequently requested values.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/reudismam/hive master
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/hive/pull/296.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #296
----
commit 2b9d86980483c761ed92dd147fb6e9fa4cf415a9
Author: reudismam <reudismam@...>
Date: 2018-01-24T17:55:41Z
Use valueOf method instead of constructor since valueOf is likely to yield
significantly better space and time performance by caching frequently requested
values.
----
---