Jefffrey commented on PR #17255: URL: https://github.com/apache/datafusion/pull/17255#issuecomment-3205232658
> Looks like still getting same error for some of the extended tests: > > ``` > # Datafusion - Datafusion expected results: > query error DataFusion error: Arrow error: Invalid argument error: number of columns\(5\) must match number of fields\(4\) in schema > SELECT ALL - AVG ( ALL + col0 ) AS col1 FROM tab0 GROUP BY col0 HAVING + AVG ( DISTINCT - col2 ) IS NULL > ``` > > Will look into this > > Edit: seems to be related to group accumulator support Fixed by https://github.com/apache/datafusion/pull/17255/commits/bc121fbf46639bc6dde7791658cb2f624fc3ea8c -- 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]
