[
https://issues.apache.org/jira/browse/TAJO-2168?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15355327#comment-15355327
]
ASF GitHub Bot commented on TAJO-2168:
--------------------------------------
GitHub user jihoonson opened a pull request:
https://github.com/apache/tajo/pull/1035
TAJO-2168: NullPointerException occurs when a simple query contains a…
… python udf.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/jihoonson/tajo-2 TAJO-2168
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/tajo/pull/1035.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 #1035
----
commit e3d867d74f736db95601e44c3ef31d57e0039de1
Author: Jihoon Son <[email protected]>
Date: 2016-06-29T14:30:00Z
TAJO-2168: NullPointerException occurs when a simple query contains a
python udf.
----
> 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)