samuelcolvin opened a new pull request, #12459:
URL: https://github.com/apache/datafusion/pull/12459

   ## Rationale for this change
   
   Fixes an error we've been experiencing in prod where some queries that use 
`array_has` (including via `ANY()`) result int:
   
   ```
   DataFusion CLI v41.0.0
   Error: Internal error: UDF returned a different number of rows than 
expected. Expected: 8192, Got: 1.
   This was likely caused by a bug in DataFusion's code and we would welcome 
that you file an bug report in our issue tracker
   ```
   
   ## What changes are included in this PR?
   
   Fix a bug in `array_has` where it returned 1 row, instead of the size of the 
group.
   
   ## Are these changes tested?
   
   Yes.
   
   ## Are there any user-facing changes?
   
   No.
   


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