EnneS opened a new pull request, #22:
URL: https://github.com/apache/flink-connector-cassandra/pull/22

   I encountered an issue where the CQL_PROHIBITED_CLAUSES_REGEXP would match 
such a request :
   ```
   SELECT * from trade.orderbyid;
   ```
   The pattern would match because my table is called `orderbyid` but it does 
not include a prohibited SQL clause (`ORDER BY` in this case).
   A simple fix would be to match on the `ORDER BY` keyword instead of just 
`ORDER` which seems more appropriate to me.


-- 
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: issues-unsubscr...@flink.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to