GitHub user blrunner opened a pull request:
https://github.com/apache/tajo/pull/330
TAJO-1225: Fix wrong schema name in JDBC driver
This patch fixes wrong default schema name used in JDBC driver. So far, we
have used 'public' in a default schema name. This patch will change it to an
empty string (i.e., "");
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/blrunner/tajo TAJO-1225
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/tajo/pull/330.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 #330
----
commit 80c721c242fcfc66deceb23ab22fb7050570df22
Author: JaeHwa Jung <[email protected]>
Date: 2015-01-06T02:37:31Z
TAJO-1225: Fix wrong schema name in JDBC driver
commit edd4b555a3b75f19b8302ce1f5fd7168a6d6a36f
Author: JaeHwa Jung <[email protected]>
Date: 2015-01-06T02:37:54Z
Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/tajo into
TAJO-1225
----
---
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.
---