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)