You are viewing a plain text version of this content. The canonical link for it is here.
Posted to pr@cassandra.apache.org by GitBox <gi...@apache.org> on 2022/11/29 09:46:35 UTC

[GitHub] [cassandra] beobal commented on a diff in pull request #1992: CASSANDRA-17848: LIST PERMISSION can display incorrect resource name

beobal commented on code in PR #1992:
URL: https://github.com/apache/cassandra/pull/1992#discussion_r1032556992


##########
test/unit/org/apache/cassandra/cql3/validation/entities/UFTest.java:
##########
@@ -1007,4 +1011,21 @@ public void testEmptyString() throws Throwable
         assertRows(execute("SELECT " + fNameICC + "(empty_int) FROM %s"), row(0));
         assertRows(execute("SELECT " + fNameICN + "(empty_int) FROM %s"), row(new Object[]{ null }));
     }
+
+    @Test
+    public void testRejctInvalidFunctionNamesOnCreation()

Review Comment:
   typo: `testRejct...`



##########
test/unit/org/apache/cassandra/cql3/validation/operations/AggregationTest.java:
##########
@@ -2124,4 +2125,20 @@ public void testSumPrecision() throws Throwable
         assertRows(execute("select sum(v1), sum(v2), sum(v3) from %s;"),
                    row((float) 15.3, 15.3, BigDecimal.valueOf(15.3)));
     }
+
+    @Test
+    public void testRejctInvalidAggregateNamesOnCreation()

Review Comment:
   typo: `testRejct...`



-- 
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