druid-io / pydruid

A Python connector for Druid
Other
509 stars 200 forks source link

[Easy] Check if connection is closed before execute #113

Closed betodealmeida closed 6 years ago

betodealmeida commented 6 years ago

The execute method in the connection was missing the check_closed decorator.