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

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

Github user hyunsik commented on the pull request:

    https://github.com/apache/tajo/pull/135#issuecomment-55072401
  
    +1
    The patch looks good to me. Ship it.


> 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