GitHub user eminency opened a pull request:
https://github.com/apache/tajo/pull/142
TAJO-948: INSERT INTO' statement to non existence table casuses NPE
The cause is there is no part to check if the table instance is null before
it's used.
Please review if the changeset is appropriate.
Thanks.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/eminency/tajo TAJO-948
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/tajo/pull/142.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 #142
----
commit 0b96b4cf26bd24f108ff7e268e1c3199693cbc7f
Author: Jongyoung Park <[email protected]>
Date: 2014-09-16T09:57:15Z
Checking null code is added to verify table existence
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---