[ 
https://issues.apache.org/jira/browse/TAJO-1028?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Hyunsik Choi resolved TAJO-1028.
--------------------------------
       Resolution: Fixed
    Fix Version/s: 0.9.0

Fixing it as resolved.

> 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
>             Fix For: 0.9.0
>
>
> 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