Skip to content

Commit 12aa489

Browse files
committed
Not sure about the issue, trying out fixes
1 parent 0a059a6 commit 12aa489

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bindings/python/tests/test_datafusion_table_provider.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
import datafusion
2828

2929
assert (
30-
datafusion.__version__ >= "45"
30+
datafusion.__version__ >= "47"
3131
) # iceberg table provider only works for datafusion >= 45
3232

3333

0 commit comments

Comments
 (0)