duongcongtoai commented on issue #17445:
URL: https://github.com/apache/datafusion/issues/17445#issuecomment-3406651908

   ```
                   let dict_concat = !arrays
                       .windows(2)
                       .all(|a| 
a[0].child_data()[0].ptr_eq(&a[1].child_data()[0]));
   ```
   something during execution change the address of the child_data array, or 
this is the side effect of spilling


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