GitHub user arina-ielchiieva opened a pull request:
https://github.com/apache/drill/pull/759
DRILL-5255: Remove default temporary workspace check at drillbit starâ¦
â¦t up
Check if default temporary workspace is valid (exists, file-based and
writable) will be performed only if we attempt to create / drop temporary
table, this will allow users who don't use temporary tables successfully use
drill functionality even if default temporary workspace is not valid.
1. Removed default temporary workspace validity check at drillbit start up.
2. Ensured that default temporary workspace validity checks are only
performed when user tries to create / drop temporary tables.
3. Replaced PARSE errors to VALIDATION ones if workspace is not valid (for
CTAS tables).
4. Minor refactoring.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/arina-ielchiieva/drill DRILL-5255
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/drill/pull/759.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 #759
----
commit f49af5ac9a68299e4ae219797d82a7009beba359
Author: Arina Ielchiieva <[email protected]>
Date: 2017-02-22T18:13:14Z
DRILL-5255: Remove default temporary workspace check at drillbit start up
----
---
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.
---