We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a059a6 commit 12aa489Copy full SHA for 12aa489
bindings/python/tests/test_datafusion_table_provider.py
@@ -27,7 +27,7 @@
27
import datafusion
28
29
assert (
30
- datafusion.__version__ >= "45"
+ datafusion.__version__ >= "47"
31
) # iceberg table provider only works for datafusion >= 45
32
33
0 commit comments