HivePreparedStatement.executeImmediate always throw exception
-------------------------------------------------------------

                 Key: HIVE-2062
                 URL: https://issues.apache.org/jira/browse/HIVE-2062
             Project: Hive
          Issue Type: Bug
          Components: JDBC
    Affects Versions: 0.7.0
            Reporter: Alexey Diomin
            Priority: Critical


executeImmediate:

try {
  clearWarnings();
  resultSet = null;
  client.execute(sql);
}

but:
  public void clearWarnings() throws SQLException {
    // TODO Auto-generated method stub
    throw new SQLException("Method not supported");
  }

in result all calls executeQuery() for prepared statement return exception

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to