Skip to content

Commit

Permalink
test(datafusion): enable compile benchmarks for datafusion after mo…
Browse files Browse the repository at this point in the history
…ve to sqlglot
  • Loading branch information
cpcloud committed Oct 26, 2023
1 parent ee68189 commit 3d032f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ibis/tests/benchmarks/test_benchmarks.py
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ def test_builtins(benchmark, expr_fn, builtin, t, base, large_expr):
# compile is a no-op
_backends.remove("pandas")

_XFAIL_COMPILE_BACKENDS = {"dask", "datafusion", "pyspark", "polars"}
_XFAIL_COMPILE_BACKENDS = {"dask", "pyspark", "polars"}


@pytest.mark.benchmark(group="compilation")
Expand Down

0 comments on commit 3d032f6

Please sign in to comment.