Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ballista does not support MIN/MAX aggregate functions #832

Closed
andygrove opened this issue Aug 7, 2021 · 0 comments · Fixed by #833
Closed

Ballista does not support MIN/MAX aggregate functions #832

andygrove opened this issue Aug 7, 2021 · 0 comments · Fixed by #833
Assignees
Labels
bug Something isn't working

Comments

@andygrove
Copy link
Member

Describe the bug

Error: DataFusionError(Execution("Job Y68pyLp failed: status: Internal, message: \"Could not save stage plan: Not implemented: Aggregate function not supported: Min { name: \\\"MIN(fare_amount)\\\", data_type: Float64, nullable: true, expr: Column { name: \\\"fare_amount\\\", index: 1 } }\", details: [], metadata: MetadataMap { headers: {} }"))

To Reproduce
Run a query with min/max.

@andygrove andygrove added bug Something isn't working ballista labels Aug 7, 2021
@andygrove andygrove self-assigned this Aug 7, 2021
@houqp houqp closed this as completed in #833 Aug 7, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant