Skip to content

Commit

Permalink
pin ibis-substrait
Browse files Browse the repository at this point in the history
`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.
  • Loading branch information
jcrist committed Sep 13, 2023
1 parent dad356a commit 0b4cbc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ ipywidgets
altair
pandas < 2.1
ibis-framework[sqlite,duckdb,clickhouse]
ibis-substrait
ibis-substrait < 3.1

0 comments on commit 0b4cbc3

Please sign in to comment.