Skip to content

Commit 13b7a5e

Browse files
authored
minor: set supported versions for datafusion-python (#11338)
Correct check for datafusion-python to support 49 or 50.
1 parent 7d13956 commit 13b7a5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rerun_py/rerun_sdk/rerun/catalog.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323
# Known FFI compatible releases of Datafusion.
2424
DATAFUSION_MAJOR_VERSION_COMPATIBILITY_SETS = [
25-
{47, 48},
25+
{49, 50},
2626
]
2727

2828

0 commit comments

Comments
 (0)