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

(dsl): Support sum aggregation #261

Merged
merged 5 commits into from
Jun 24, 2023

Conversation

Mitep
Copy link
Contributor

@Mitep Mitep commented Jun 24, 2023

Part of #118

@Mitep Mitep force-pushed the task-support-sum-aggregation branch from 5b58265 to 12a6c73 Compare June 24, 2023 12:28
@Mitep Mitep marked this pull request as ready for review June 24, 2023 12:28
@Mitep Mitep force-pushed the task-support-sum-aggregation branch from 12a6c73 to 30d7023 Compare June 24, 2023 12:39
@Mitep Mitep changed the title Support sum aggregation (dsl) Support sum aggregation Jun 24, 2023
@Mitep Mitep changed the title (dsl) Support sum aggregation (dsl): Support sum aggregation Jun 24, 2023
Comment on lines 272 to 278
test("sum") {
val aggregation = sumAggregation("aggregation", "testField")
val aggregationTs = sumAggregation("aggregation", TestDocument.intField)
val aggregationWithMissing = sumAggregation("aggregation", TestDocument.intField).missing(20.0)

val expected =
"""
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This should be constructing

Mitep and others added 2 commits June 24, 2023 15:57
…ation.scala

Co-authored-by: Dimitrije Bulaja <dbulaja98@gmail.com>
…ation.scala

Co-authored-by: Dimitrije Bulaja <dbulaja98@gmail.com>
@dbulaja98 dbulaja98 merged commit f5ac4c6 into lambdaworks:main Jun 24, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants