mbutrovich commented on issue #3472:
URL: 
https://github.com/apache/datafusion-comet/issues/3472#issuecomment-3879616955

   This one isn't a capacity overflow, but rather looks like a value being 
interpreted wrong for a start index:
   ```
   CometNativeException: range start index 18446744071770573168 out of range 
for slice of length 2
   2026-02-10T15:17:40.9787843Z                 at 
comet::errors::init::{{closure}}(__internal__:0)
   2026-02-10T15:17:40.9788479Z                 at 
std::panicking::panic_with_hook(__internal__:0)
   2026-02-10T15:17:40.9789154Z                 at 
std::panicking::panic_handler::{{closure}}(__internal__:0)
   2026-02-10T15:17:40.9789891Z                 at 
std::sys::backtrace::__rust_end_short_backtrace(__internal__:0)
   2026-02-10T15:17:40.9790558Z                 at 
__rustc::rust_begin_unwind(__internal__:0)
   2026-02-10T15:17:40.9791298Z                 at 
core::panicking::panic_fmt(__internal__:0)
   2026-02-10T15:17:40.9791996Z                 at 
core::slice::index::slice_index_fail::do_panic::runtime(__internal__:0)
   2026-02-10T15:17:40.9792744Z                 at 
core::slice::index::slice_index_fail(__internal__:0)
   2026-02-10T15:17:40.9793395Z                 at 
arrow_select::concat::concat_bytes(__internal__:0)
   2026-02-10T15:17:40.9794049Z                 at 
arrow_select::concat::concat(__internal__:0)
   2026-02-10T15:17:40.9794701Z                 at 
arrow_select::concat::concat_batches(__internal__:0)
   2026-02-10T15:17:40.9795604Z                 at 
datafusion_physical_plan::sorts::sort::ExternalSorter::in_mem_sort_stream(__internal__:0)
   2026-02-10T15:17:40.9796727Z                 at <S as 
futures_core::stream::TryStream>::try_poll_next(__internal__:0)
   2026-02-10T15:17:40.9797904Z                 at 
<datafusion_physical_plan::stream::RecordBatchStreamAdapter<S> as 
futures_core::stream::Stream>::poll_next(__internal__:0)
   2026-02-10T15:17:40.9799374Z                 at 
comet::execution::jni_api::Java_org_apache_comet_Native_executePlan::{{closure}}::{{closure}}::{{closure}}(__internal__:0)
   2026-02-10T15:17:40.9800463Z                 at 
tokio::runtime::runtime::Runtime::block_on(__internal__:0)
   2026-02-10T15:17:40.9801451Z                 at 
comet::execution::jni_api::Java_org_apache_comet_Native_executePlan::{{closure}}::{{closure}}(__internal__:0)
   2026-02-10T15:17:40.9807837Z                 at 
comet::errors::try_unwrap_or_throw(__internal__:0)
   2026-02-10T15:17:40.9808780Z                 at 
Java_org_apache_comet_Native_executePlan(__internal__:0)
   2026-02-10T15:17:40.9809404Z                 at <unknown>(__internal__:0)
   ```


-- 
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]

Reply via email to