Sam Tunnicliffe created CASSANDRA-8145:
------------------------------------------
Summary: Restore public access to QueryProcessor#processStatement
Key: CASSANDRA-8145
URL: https://issues.apache.org/jira/browse/CASSANDRA-8145
Project: Cassandra
Issue Type: Bug
Reporter: Sam Tunnicliffe
Assignee: Sam Tunnicliffe
Classes which implement the QueryHandler interface were previously able to
delegate to QueryProcessor#getStatement() and QueryProcessor#processStatement()
which allowed them to inspect the parsed statement objects before execution.
CASSANDRA-7719 made QueryProcessor#processStatement() private, so a custom
QueryHandler is now forced to call QueryProcess#process and have the parsing
performed twice.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)