andygrove opened a new issue, #4023: URL: https://github.com/apache/arrow-datafusion/issues/4023
**Describe the bug** Query produces too many rows due to an aggregate producing the wrong result. Changing the schema to use Float64 instead of Decimal(12,5) fixes it. **To Reproduce** Once https://github.com/apache/arrow-datafusion/pull/4015 is merged, unignore verify_q11. **Expected behavior** A clear and concise description of what you expected to happen. **Additional context** Add any other context about the problem here. -- 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]
