Skip to content

Commit

Permalink
Merge pull request #1474 from yershalom/master
Browse files Browse the repository at this point in the history
[Cassandra] Change: test connection query
  • Loading branch information
arikfr authored Dec 20, 2016
2 parents e6e8342 + a860c83 commit 8d39ee4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion redash/query_runner/cass.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@


class Cassandra(BaseQueryRunner):
noop_query = "SELECT * FROM system"
noop_query = "SELECT * FROM system.compactions_in_progress"

@classmethod
def enabled(cls):
Expand Down

0 comments on commit 8d39ee4

Please sign in to comment.