Skip to content

Commit 1391c58

Browse files
committed
chore(impala): don't add CanCreateDatabase as superclass
This was breaking tests because it all of a sudden made impala get run for some tests, but this functionality isn't implemented. I will do this in a different PR.
1 parent 5f0cb81 commit 1391c58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ibis/backends/impala/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
)
5252

5353

54-
class Backend(SQLBackend, CanCreateDatabase, HasCurrentDatabase, NoExampleLoader):
54+
class Backend(SQLBackend, HasCurrentDatabase, NoExampleLoader):
5555
name = "impala"
5656
compiler = sc.impala.compiler
5757

0 commit comments

Comments
 (0)