GitHub user reudismam opened a pull request:
https://github.com/apache/drill/pull/1099
Use valueOf method instead of constructor since valueOf has a higher â¦
â¦performance by caching frequently requested values.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/reudismam/drill master
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/drill/pull/1099.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 #1099
----
commit e86d3a209cf5740a13383472b8880faaa8dc6137
Author: reudismam <reudismam@...>
Date: 2018-01-24T12:36:04Z
Use valueOf method instead of constructor since valueOf has a higher
performance by caching frequently requested values.
----
---