Skip to content
This repository was archived by the owner on May 12, 2021. It is now read-only.

TAJO-2168: NullPointerException occurs when a simple query contains a… - #1035

Closed
jihoonson wants to merge 3 commits into
apache:masterfrom
jihoonson:TAJO-2168
Closed

TAJO-2168: NullPointerException occurs when a simple query contains a…#1035
jihoonson wants to merge 3 commits into
apache:masterfrom
jihoonson:TAJO-2168

Conversation

@jihoonson

Copy link
Copy Markdown
Contributor

… python udf.

@jihoonson

Copy link
Copy Markdown
ContributorAuthor

Fixed test failure.

@jihoonson

Copy link
Copy Markdown
ContributorAuthor

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.

@jinossy

Copy link
Copy Markdown
Member

+1 LGTM!
Ship it!

@asfgitasfgit closed this in 78bde55Jul 3, 2016
@jihoonson

Copy link
Copy Markdown
ContributorAuthor

Thank you for your review.

Sign up for freeto subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

@jihoonson@jinossy