Speed up UDFJson
----------------

                 Key: HIVE-914
                 URL: https://issues.apache.org/jira/browse/HIVE-914
             Project: Hadoop Hive
          Issue Type: Improvement
            Reporter: Paul Yang
            Assignee: Paul Yang


In UDFJson, a new JSONObject is created for each call to evaluate(). Since it 
is likely that evalue() will be called with multiple paths for a given JSON 
string, a performance improvement can be realized by caching the JSONObject 
created from a JSON string.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to