Description:
In the query validation process, the whole query is matched against the unauthorised table operations. So, if there any value or table name in the query similar to the unauthorized table operation the particular query fails by throwing a "SiddhiAppRuntimeException" exception.
Related Issues:
siddhi-io/siddhi-store-rdbms#195