Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CASSANDRA-15241 Add Queries virtual table #333

Open
wants to merge 16 commits into
base: trunk
Choose a base branch
from

Conversation

clohfink
Copy link
Contributor

Patch by Chris Lohfink for CASSANDRA-15241

blambov pushed a commit to blambov/cassandra that referenced this pull request Feb 15, 2022
Original CQL string is needed in the implementation of Query
intercepter (STAR-1112). Converged Cassandra stored it in
QueryHandler.Prepared, which is difficult to access. It seems that it
is more straightforward to move storing CQL string into statements.

This commit changes to store query strings in statements and adds an
access method to the string to CQLStatement.
jacek-lewandowski pushed a commit to jacek-lewandowski/cassandra that referenced this pull request Mar 7, 2022
Original CQL string is needed in the implementation of Query
intercepter (STAR-1112). Converged Cassandra stored it in
QueryHandler.Prepared, which is difficult to access. It seems that it
is more straightforward to move storing CQL string into statements.

This commit changes to store query strings in statements and adds an
access method to the string to CQLStatement.

(cherry picked from commit ab7fbd2)
@smiklosovic smiklosovic changed the title Add Queries virtual table CASSANDRA-15241 Add Queries virtual table Mar 16, 2022
@smiklosovic smiklosovic self-assigned this Mar 16, 2022
blambov pushed a commit to blambov/cassandra that referenced this pull request Mar 21, 2022
Original CQL string is needed in the implementation of Query
intercepter (STAR-1112). Converged Cassandra stored it in
QueryHandler.Prepared, which is difficult to access. It seems that it
is more straightforward to move storing CQL string into statements.

This commit changes to store query strings in statements and adds an
access method to the string to CQLStatement.

(cherry picked from commit ab7fbd2)
blambov pushed a commit to blambov/cassandra that referenced this pull request Jun 13, 2022
Original CQL string is needed in the implementation of Query
intercepter (STAR-1112). Converged Cassandra stored it in
QueryHandler.Prepared, which is difficult to access. It seems that it
is more straightforward to move storing CQL string into statements.

This commit changes to store query strings in statements and adds an
access method to the string to CQLStatement.

(cherry picked from commit ab7fbd2)
(cherry picked from commit af67f2b)
blambov pushed a commit to blambov/cassandra that referenced this pull request Nov 24, 2022
Original CQL string is needed in the implementation of Query
intercepter (STAR-1112). Converged Cassandra stored it in
QueryHandler.Prepared, which is difficult to access. It seems that it
is more straightforward to move storing CQL string into statements.

This commit changes to store query strings in statements and adds an
access method to the string to CQLStatement.

(cherry picked from commit ab7fbd2)
(cherry picked from commit af67f2b)
(cherry picked from commit 3a52a9a)
adelapena pushed a commit to adelapena/cassandra that referenced this pull request Sep 26, 2023
Original CQL string is needed in the implementation of Query
intercepter (STAR-1112). Converged Cassandra stored it in
QueryHandler.Prepared, which is difficult to access. It seems that it
is more straightforward to move storing CQL string into statements.

This commit changes to store query strings in statements and adds an
access method to the string to CQLStatement.

(cherry picked from commit ab7fbd2)
(cherry picked from commit af67f2b)
(cherry picked from commit 3a52a9a)
(cherry picked from commit 85c6a78)
(cherry picked from commit d210783)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
3 participants