Skip to content

Commit 44ab4b6

Browse files
committed
Update to Apache Cassandra 4.0.17
1 parent 20a348f commit 44ab4b6

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

plugin/src/main/scala/com/stratio/cassandra/lucene/IndexQueryHandler.scala

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,8 @@ class IndexQueryHandler extends QueryHandler with Logging {
9797
options: QueryOptions,
9898
queryStartNanoTime: Long): ResultMessage = {
9999

100+
statement.authorize(state.getClientState);
101+
statement.validate(state.getClientState);
100102
// Intercept Lucene index searches
101103
statement match {
102104
case select: SelectStatement =>

0 commit comments

Comments
 (0)