You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by reudismam <gi...@git.apache.org> on 2018/01/24 18:16:54 UTC

[GitHub] hive pull request #296: Use valueOf method instead of constructor since valu...

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 <re...@...>
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.

----


---