Skip to content

Commit

Permalink
chore: get outta here clickhouse
Browse files Browse the repository at this point in the history
  • Loading branch information
cpcloud committed Sep 17, 2023
1 parent a4f6dcf commit 11219d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ibis/backends/duckdb/compiler/values.py
Original file line number Diff line number Diff line change
Expand Up @@ -1190,7 +1190,7 @@ def _table_array_view(op, *, cache, **kw):

@translate_val.register(ops.ExistsSubquery)
def _exists_subquery(op, **kw):
from ibis.backends.clickhouse.compiler import translate
from ibis.backends.duckdb.compiler import translate

foreign_table = translate(op.foreign_table, {})
predicates = translate_val(op.predicates, **kw)
Expand Down

0 comments on commit 11219d3

Please sign in to comment.