Jefffrey commented on issue #16459:
URL: https://github.com/apache/datafusion/issues/16459#issuecomment-3341485635

   I tried reproducing this, both on current main 
(2f54f3033263bd00a7694de68b065f0d1e899243) and also on 
e1716f91c9794f2717130963c27f5e4202e9abe2 which was the latest commit on 
`datafusion/functions-nested/src/array_has.rs` before this issue was raised. I 
wasn't able to reproduce the issue on either; both times using the 
`GenericStringBuilder::new()` uncommented they gave a boolean array with 
`false`, when I did `dbg!(result)`:
   
   ```
   [datafusion/functions-nested/src/array_has.rs:788:9] result = Array(
       BooleanArray
       [
         false,
       ],
   )
   ```
   
   Do let me know if you manage to reproduce the issue, otherwise I will close 
this shortly
   
   @pepijnve 


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