Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DRILL-533: Queries fail with NPE if dfs/cp schema has no default workspa... #51

Closed
wants to merge 1 commit into from

Conversation

vkorukanti
Copy link
Member

...ce but has non-default workspace

We currently add the "default" workspace only if there are no workspaces defined, but we always choose the workspace with "default" name as the default workspace. As in the repro case there is no default workspace, we end with a null.

Fix: Add default workspace if there is no "default" given in storage-engines.json

…space but has non-default workspace

We currently add the "default" workspace only if there are no workspaces defined, but we always choose the workspace with "default" name as the default workspace. As in the repro case there is no default workspace, we end with a null.

Fix: Add default workspace if there is no "default" given in storage-engines.json
@vkorukanti
Copy link
Member Author

rebased on latest master and fixed an issue in earlier fix.

@vkorukanti
Copy link
Member Author

merged as 7a4fee4.

@vkorukanti vkorukanti closed this Apr 24, 2014
@vkorukanti vkorukanti deleted the DRILL-533 branch May 23, 2014 16:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant