Skip to content

Commit

Permalink
Move dataframe overrides to sql.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
charlesbluca committed Nov 8, 2023
1 parent 4f34d5f commit 32f6881
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
3 changes: 0 additions & 3 deletions conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,6 @@ def pytest_addoption(parser):


def pytest_runtest_setup(item):
# TODO: get pyarrow strings and p2p shuffle working
dask.config.set({"dataframe.convert-string": False})
dask.config.set({"dataframe.shuffle.algorithm": "tasks"})
if "gpu" in item.keywords:
if not item.config.getoption("--rungpu"):
pytest.skip("need --rungpu option to run")
Expand Down
6 changes: 6 additions & 0 deletions dask_sql/sql.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# TODO: get pyarrow strings and p2p shuffle working
dataframe:
convert-string: False
shuffle:
method: "tasks"

sql:
aggregate:
split_out: 1
Expand Down

0 comments on commit 32f6881

Please sign in to comment.