[ 
https://issues.apache.org/jira/browse/TAJO-1028?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14122826#comment-14122826
 ] 

ASF GitHub Bot commented on TAJO-1028:
--------------------------------------

GitHub user babokim opened a pull request:

    https://github.com/apache/tajo/pull/135

    TAJO-1028: JDBC should support SET command.

    

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/babokim/tajo TAJO-1028

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/tajo/pull/135.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 #135
    
----
commit 4b96f1c45c4911ace23eec878e785195b341dbab
Author: HyoungJun Kim <[email protected]>
Date:   2014-09-05T11:35:07Z

    TAJO-1028: JDBC should support SET command.

----


> JDBC should support SET command.
> --------------------------------
>
>                 Key: TAJO-1028
>                 URL: https://issues.apache.org/jira/browse/TAJO-1028
>             Project: Tajo
>          Issue Type: Improvement
>            Reporter: Hyoungjun Kim
>            Assignee: Hyoungjun Kim
>            Priority: Minor
>
> Currently Tajo JDBC doesn't support SET command for setting session variable. 
> JDBC user can set session variable using Statement.executeQuery() method as 
> the following code.
> {code}
>   Statement stmt = conn.createStatement();
>   stmt.executeQuery("set HASH_GROUPBY_SIZE_LIMIT 128");
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to