From a780f17e580fc77189d0410f9c28334a9d71814d Mon Sep 17 00:00:00 2001 From: Andreas Zweili Date: Tue, 4 Sep 2018 06:09:46 +0200 Subject: [PATCH] show the evil query in cassandra --- cassandra_read_data.py | 1 + 1 file changed, 1 insertion(+) diff --git a/cassandra_read_data.py b/cassandra_read_data.py index 112445d..de785cd 100644 --- a/cassandra_read_data.py +++ b/cassandra_read_data.py @@ -56,6 +56,7 @@ class PythonCassandraExample: print() print() print() + print(evil_query) print() try: rows = self.session.execute(evil_query)