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: pr-unsubscr...@cassandra.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: pr-unsubscr...@cassandra.apache.org
For additional commands, e-mail: pr-h...@cassandra.apache.org

Reply via email to