You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
FAILED tests/test_cdf.py::test_read_cdf_partitioned_projection - pyo3_runtime.PanicException: index out of bounds: the len is 3 but the index is 3
FAILED tests/test_cdf.py::test_read_cdf_last_version - pyo3_runtime.PanicException: index out of bounds: the len is 2 but the index is 2
==== 2 failed, 495 passed, 7 skipped, 35 deselected, 95 warnings in 40.15s =====
Describe the bug
As part of testing DataFusion 46.0.0 on Delta.rs in
Here is an example failure:
https://github.com/delta-io/delta-rs/actions/runs/13592071811/job/38008047004?pr=3261
To Reproduce
As @blaginin noted on delta-io/delta-rs#3261 (comment) the way to reproduce this is (in delta-rs)
Expected behavior
Tests should passs
Additional context
DataSourceExec
#14905DataSourceExec
for provided datasources, removeParquetExec
,CsvExec
, etc #14224The text was updated successfully, but these errors were encountered: