Skip to content

Commit 20f720a

Browse files
committed
Turn off dask expr flag.
1 parent d72cc34 commit 20f720a

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

xarray_sql/df.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,7 @@
1616
Block = t.Dict[str, slice]
1717
Chunks = t.Optional[t.Dict[str, int]]
1818

19-
# Turn on Dask-Expr
20-
dask.config.set({'dataframe.query-planning-warning': False})
21-
dask.config.set({'dataframe.query-planning': True})
19+
# TODO(alxmrs): Is this still needed?
2220
# Turn on Copy-On-Write (needs Pandas 2.0).
2321
pd.options.mode.copy_on_write = True
2422

0 commit comments

Comments
 (0)