[ 
https://issues.apache.org/jira/browse/TAJO-2168?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15359962#comment-15359962
 ] 

ASF GitHub Bot commented on TAJO-2168:
--------------------------------------

Github user jihoonson commented on the issue:

    https://github.com/apache/tajo/pull/1035
  
    I additionally ArrayOutOfBoundsException which occurs while loading python 
functions. Our parser used for loading python functions is very naive, so it 
cannot parse complex functions. However, during unit testing, our python codes 
like controller.py are unexpectedly loaded, which causes 
ArrayOutOfBoundsException. So I changed the directory name for python functions.


> NullPointerException occurs when a simple query contains a python udf
> ---------------------------------------------------------------------
>
>                 Key: TAJO-2168
>                 URL: https://issues.apache.org/jira/browse/TAJO-2168
>             Project: Tajo
>          Issue Type: Bug
>          Components: Function/UDF
>    Affects Versions: 0.12.0, 0.11.3
>            Reporter: Jihoon Son
>            Assignee: Jihoon Son
>             Fix For: 0.12.0, 0.11.4
>
>
> See the title. The cause is that the python script engine is not started for 
> simple queries. In addition, the same FunctionEval has different hash values 
> which makes EvalContext.hasScriptEngine() failed.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to