Hyoungjun Kim created TAJO-1028:
-----------------------------------
Summary: 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)