Dandandan opened a new issue, #20689:
URL: https://github.com/apache/datafusion/issues/20689

   ### Describe the bug
   
   It fails with 
   ```
   thread 'tokio-runtime-worker' (29848) panicked at 
/Users/danielheres/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/arrow-select-58.0.0/src/coalesce/primitive.rs:61:9:
   assertion `left == right` failed
     left: 4
    right: 2
   stack backtrace:
      0: __rustc::rust_begin_unwind
                at 
/rustc/254b59607d4417e9dffbc307138ae5c86280fe4c/library/std/src/panicking.rs:689:5
      1: core::panicking::panic_fmt
                at 
/rustc/254b59607d4417e9dffbc307138ae5c86280fe4c/library/core/src/panicking.rs:80:14
      2: core::panicking::assert_failed_inner
      3: core::panicking::assert_failed
                at 
/rustc/254b59607d4417e9dffbc307138ae5c86280fe4c/library/core/src/panicking.rs:394:5
      4: 
arrow_select::coalesce::primitive::InProgressPrimitiveArray<T>::ensure_capacity
                at 
/Users/danielheres/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/arrow-select-58.0.0/src/coalesce/primitive.rs:61:9
      5: <arrow_select::coalesce::primitive::InProgressPrimitiveArray<T> as 
arrow_select::coalesce::InProgressArray>::copy_rows
                at 
/Users/danielheres/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/arrow-select-58.0.0/src/coalesce/primitive.rs:71:14
   ```
   
   ### To Reproduce
   
   _No response_
   
   ### Expected behavior
   
   _No response_
   
   ### Additional context
   
   _No response_


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