Skip to content
This repository was archived by the owner on Jul 15, 2024. It is now read-only.

Commit 0b4cbc3

Browse files
committed
pin ibis-substrait
`ibis-substrait` 3.1 generates substrait plans with type signatures included in all scalar function references. The current release of duckdb cannot execute these plans; for now we fall back to ibis-substrait 3.0 which doesn't include this feature.
1 parent dad356a commit 0b4cbc3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ ipywidgets
44
altair
55
pandas < 2.1
66
ibis-framework[sqlite,duckdb,clickhouse]
7-
ibis-substrait
7+
ibis-substrait < 3.1

0 commit comments

Comments
 (0)