You are viewing a plain text version of this content. The canonical link for it is here.
Posted to pr@cassandra.apache.org by "adelapena (via GitHub)" <gi...@apache.org> on 2023/11/20 15:13:18 UTC

[PR] CASSNADRA-19040 5.0: Consider CONTAINS KEY in unindexed index contexts [cassandra]

adelapena opened a new pull request, #2922:
URL: https://github.com/apache/cassandra/pull/2922

   (no comment)


-- 
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-unsubscribe@cassandra.apache.org

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


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


Re: [PR] CASSANDRA-19040 5.0: Consider CONTAINS KEY in unindexed index contexts [cassandra]

Posted by "Maxwell-Guo (via GitHub)" <gi...@apache.org>.
Maxwell-Guo commented on code in PR #2922:
URL: https://github.com/apache/cassandra/pull/2922#discussion_r1399954760


##########
test/unit/org/apache/cassandra/index/sai/cql/CollectionIndexingTest.java:
##########
@@ -176,6 +176,25 @@ public void indexMapValuesQueryEntries() throws Throwable
         assertUnsupportedIndexOperator(2, "SELECT * FROM %s WHERE value[1] = 'v1'");
     }
 
+    @Test
+    public void unindexedContainsKeyExpression()
+    {
+        createTable("CREATE TABLE %s (k int PRIMARY KEY, v int, m map<int,int>)");

Review Comment:
   nit: m map<int, int>



-- 
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-unsubscribe@cassandra.apache.org

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


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


Re: [PR] CASSANDRA-19040 5.0: Consider CONTAINS KEY in unindexed index contexts [cassandra]

Posted by "adelapena (via GitHub)" <gi...@apache.org>.
adelapena closed pull request #2922: CASSANDRA-19040 5.0: Consider CONTAINS KEY in unindexed index contexts
URL: https://github.com/apache/cassandra/pull/2922


-- 
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-unsubscribe@cassandra.apache.org

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


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