Skip to content

Commit

Permalink
Update kernel.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Hourout authored May 27, 2020
1 parent be2aab4 commit fc19153
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions hive_kernel/kernel.py
Original file line number Diff line number Diff line change
Expand Up @@ -97,8 +97,6 @@ def do_execute(self, code, silent, store_history=True, user_expressions=None, al
pd.io.sql.execute(l, con=self.engine)
elif l.startswith('create schema '):
pd.io.sql.execute(l, con=self.engine)
elif l.startswith('show databases '):
pd.io.sql.execute(l, con=self.engine)
elif l.startswith('drop database '):
pd.io.sql.execute(l, con=self.engine)
elif l.startswith('drop schema '):
Expand Down

0 comments on commit fc19153

Please sign in to comment.