Skip to content

Commit

Permalink
Update to Apache Cassandra 4.0.17
Browse files Browse the repository at this point in the history
  • Loading branch information
jfleming-ic committed Feb 10, 2025
1 parent 20a348f commit 44ab4b6
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,8 @@ class IndexQueryHandler extends QueryHandler with Logging {
options: QueryOptions,
queryStartNanoTime: Long): ResultMessage = {

statement.authorize(state.getClientState);
statement.validate(state.getClientState);
// Intercept Lucene index searches
statement match {
case select: SelectStatement =>
Expand Down

0 comments on commit 44ab4b6

Please sign in to comment.