You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@phoenix.apache.org by "Samarth Jain (JIRA)" <ji...@apache.org> on 2015/12/04 00:19:11 UTC

[jira] [Created] (PHOENIX-2488) Setting query timeout programmatically for DDL statements doesn't work

Samarth Jain created PHOENIX-2488:
-------------------------------------

             Summary: Setting query timeout programmatically for DDL statements doesn't work
                 Key: PHOENIX-2488
                 URL: https://issues.apache.org/jira/browse/PHOENIX-2488
             Project: Phoenix
          Issue Type: Bug
            Reporter: Samarth Jain


Today, setting query timeout via statement.setQueryTimeout() only works for queries and DML statements. We should probably support the same for DDL statements like DROP COLUMN. Also, UPDATE STATISTICS doesn't seem to be respecting the timeout either. The fix would cover both the cases, though since they follow the same code path - PostDDLCompiler#compile().execute()



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