alamb commented on issue #19425:
URL: https://github.com/apache/datafusion/issues/19425#issuecomment-3703778935
Here is the stack frame of the error:
```
<arrow_schema::error::ArrowError as
core::convert::From<std::io::error::Error>>::from error.rs:78
<core::result::Result<T,F> as
core::ops::try_trait::FromResidual<core::result::Result<core::convert::Infallible,E>>>::from_residual
result.rs:2184
arrow_ipc::reader::MessageReader<R>::maybe_next reader.rs:1744
arrow_ipc::reader::StreamReader<R>::next_ipc_message reader.rs:1581
arrow_ipc::reader::StreamReader<R>::maybe_next reader.rs:1550
<arrow_ipc::reader::StreamReader<R> as
core::iter::traits::iterator::Iterator>::next reader.rs:1685
datafusion_physical_plan::spill::SpillReaderStream::poll_next_inner::{{closure}}
mod.rs:194
datafusion_common_runtime::trace_utils::trace_block::{{closure}}
trace_utils.rs:174
core::ops::function::FnOnce::call_once{{vtable.shim}} function.rs:250
<alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once
boxed.rs:2005
datafusion_common_runtime::trace_utils::trace_block::{{closure}}
trace_utils.rs:183
core::ops::function::FnOnce::call_once{{vtable.shim}} function.rs:250
<alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once
boxed.rs:2005
<tokio::runtime::blocking::task::BlockingTask<T> as
core::future::future::Future>::poll task.rs:42
tokio::runtime::task::core::Core<T,S>::poll::{{closure}} core.rs:365
[Inlined] tokio::loom::std::unsafe_cell::UnsafeCell<T>::with_mut
unsafe_cell.rs:16
tokio::runtime::task::core::Core<T,S>::poll core.rs:354
tokio::runtime::task::harness::poll_future::{{closure}} harness.rs:535
...
```
It appears to be coming from
https://github.com/apache/datafusion/blob/7c05b208e115c29d1f014d2e318b974984cea1a6/datafusion/physical-plan/src/spill/mod.rs#L106-L109
Specifically:
https://github.com/apache/datafusion/blob/7c05b208e115c29d1f014d2e318b974984cea1a6/datafusion/physical-plan/src/spill/mod.rs#L185-L204
<img width="1477" height="437" alt="Image"
src="https://github.com/user-attachments/assets/6ef4b7f3-979d-4b1c-ac81-b5808053e34f"
/>
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]