smiklosovic commented on code in PR #4411:
URL: https://github.com/apache/cassandra/pull/4411#discussion_r2436530006
##########
test/unit/org/apache/cassandra/audit/AuditLoggerTest.java:
##########
@@ -565,7 +565,7 @@ public void testCqlFunctionAuditing() throws Throwable
{
String tblName = createTableName();
- String cql = "CREATE FUNCTION IF NOT EXISTS " + KEYSPACE + "." +
tblName + " (column TEXT,num int) RETURNS NULL ON NULL INPUT RETURNS text
LANGUAGE java AS $$ return column.substring(0,num); $$";
Review Comment:
revert
##########
test/unit/org/apache/cassandra/cql3/functions/masking/ColumnMaskInAnyPositionWithUDFTest.java:
##########
@@ -42,14 +42,14 @@ public void setupSchema() throws Throwable
{
createFunction(KEYSPACE,
"text, text",
- "CREATE FUNCTION IF NOT EXISTS " +
TEXT_REPLACE_FUNCTION + " (column text, replacement text) " +
Review Comment:
revert everything
--
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]