You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pig.apache.org by "Koji Noguchi (JIRA)" <ji...@apache.org> on 2019/07/02 17:51:00 UTC

[jira] [Created] (PIG-5389) Passing null to REPLACE udf preventing JIT optimization

Koji Noguchi created PIG-5389:
---------------------------------

             Summary: Passing null to REPLACE udf preventing JIT optimization
                 Key: PIG-5389
                 URL: https://issues.apache.org/jira/browse/PIG-5389
             Project: Pig
          Issue Type: Improvement
            Reporter: Koji Noguchi


Saw a case where runtime for tasks varied by 10 times for the same code, same input, and same node.  Turns out Java was indecisive on enabling JIT optimization for REPLACE/Matcher/regex call path due to repetitive NPE thrown from inside.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)