Skip to content

Commit

Permalink
chore: remove setting
Browse files Browse the repository at this point in the history
  • Loading branch information
cpcloud committed Sep 4, 2024
1 parent c2e4835 commit 1719532
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions ibis/backends/clickhouse/tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,12 +87,6 @@ def connect(
# without this setting TPC-DS 19 and 24 will fail
settings.setdefault("allow_experimental_join_condition", 1)

# this will cause clickhouse to fail if a cross join cannot be
# rewritten to an inner join there are tons of cross joins that are
# actually inner joins in the tpc test suite so we set this to ensure
# that clickhouse's performance isn't awful
settings.setdefault("cross_to_inner_join_rewrite", 2)

return ibis.clickhouse.connect(
host=CLICKHOUSE_HOST,
port=CLICKHOUSE_PORT,
Expand Down

0 comments on commit 1719532

Please sign in to comment.