Skip to content

Commit c37116f

Browse files
authored
docs(build): disable misbehaving duckdb spatial optimizer (#10898)
1 parent 601aabe commit c37116f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docs/posts/ibis-duckdb-geospatial/index.qmd

+5
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,11 @@ con = ibis.duckdb.connect(path)
5757
con.list_tables()
5858
```
5959

60+
```{python}
61+
#| echo: false
62+
con.con.execute("PRAGMA disabled_optimizers='extension'")
63+
```
64+
6065
We have multiple tables with information about New York City. Following Dr. Wu's class, we'll take a look at some
6166
spatial relations.
6267

0 commit comments

Comments
 (0)