[
https://issues.apache.org/jira/browse/TAJO-1225?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14265586#comment-14265586
]
ASF GitHub Bot commented on TAJO-1225:
--------------------------------------
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
----
> Fix wrong schema name in JDBC driver
> ------------------------------------
>
> Key: TAJO-1225
> URL: https://issues.apache.org/jira/browse/TAJO-1225
> Project: Tajo
> Issue Type: Bug
> Reporter: Hyunsik Choi
> Assignee: Jaehwa Jung
> Fix For: 0.10
>
>
> 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., "");
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)