sunil9977 commented on code in PR #4017:
URL: https://github.com/apache/cassandra/pull/4017#discussion_r2044227145
##########
src/java/org/apache/cassandra/index/sai/plan/Operation.java:
##########
@@ -287,6 +288,9 @@ private static IndexTarget.Type
determineIndexTargetType(RowFilter.Expression ex
}
}
}
+ else if (type instanceof CompositeType)
+ indexTargetType = IndexTarget.Type.KEYS_AND_VALUES;
+
Review Comment:
Thank you. I've applied these changes.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]