sarma1807 commented on code in PR #2747:
URL: https://github.com/apache/cassandra/pull/2747#discussion_r1341878178
##########
doc/modules/cassandra/examples/CQL/ddm_create_table_with_udf.cql:
##########
@@ -2,7 +2,7 @@ CREATE FUNCTION redact(input text)
CALLED ON NULL INPUT
RETURNS text
LANGUAGE java
- AS 'return "redacted";
+ AS 'return "redacted";';
Review Comment:
Thank you very much for the fix @adelapena
--
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]