[ 
https://issues.apache.org/jira/browse/CASSANDRA-5574?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13687555#comment-13687555
 ] 

Vijay commented on CASSANDRA-5574:
----------------------------------

Hi Jonathan, I think there is a one line change will be in readme.txt
{code}
Example: CREATE TRIGGER test1 ON "Keyspace1"."Standard1" 
+                    EXECUTE ('org.apache.cassandra.triggers.InvertedIndex');
{code}
to
{code}
Example: CREATE TRIGGER test1 ON "Keyspace1"."Standard1" 
+                    USING 'org.apache.cassandra.triggers.InvertedIndex';
{code}

If everything else is fine i will change during the commit, let me know. Thanks!
                
> Add trigger examples 
> ---------------------
>
>                 Key: CASSANDRA-5574
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-5574
>             Project: Cassandra
>          Issue Type: Test
>            Reporter: Vijay
>            Assignee: Vijay
>            Priority: Trivial
>         Attachments: 0001-CASSANDRA-5574.patch
>
>
> Since 1311 is committed we need some example code to show the power and usage 
> of triggers. Similar to the ones in examples directory.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to