There was an error while loading. Please reload this page.
1 parent d72cc34 commit 20f720aCopy full SHA for 20f720a
1 file changed
xarray_sql/df.py
@@ -16,9 +16,7 @@
16
Block = t.Dict[str, slice]
17
Chunks = t.Optional[t.Dict[str, int]]
18
19
-# Turn on Dask-Expr
20
-dask.config.set({'dataframe.query-planning-warning': False})
21
-dask.config.set({'dataframe.query-planning': True})
+# TODO(alxmrs): Is this still needed?
22
# Turn on Copy-On-Write (needs Pandas 2.0).
23
pd.options.mode.copy_on_write = True
24
0 commit comments