Skip to content

Commit

Permalink
docs(duckdb): remove warning of duckdb not supporting chunk_size para…
Browse files Browse the repository at this point in the history
…meter

In DuckDB this has been fixed in
duckdb/duckdb#6840 (comment)

Closes #10443
  • Loading branch information
anjakefala authored and cpcloud committed Nov 6, 2024
1 parent 452f807 commit af9c2a2
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions ibis/backends/duckdb/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -1383,10 +1383,6 @@ def to_pyarrow_batches(
For analytics use cases this is usually nothing to fret about. In some cases you
may need to explicit release the cursor.
::: {.callout-warning}
## DuckDB returns 1024 size batches regardless of what value of `chunk_size` argument is passed.
:::
Parameters
----------
expr
Expand Down

0 comments on commit af9c2a2

Please sign in to comment.