Skip to content

chore: Add more tests with GROUP BY to test spark collect_set#21659

Merged
comphead merged 4 commits into
apache:mainfrom
comphead:collect_set
Apr 16, 2026
Merged

chore: Add more tests with GROUP BY to test spark collect_set#21659
comphead merged 4 commits into
apache:mainfrom
comphead:collect_set

Conversation

@comphead
Copy link
Copy Markdown
Contributor

@comphead comphead commented Apr 15, 2026

Which issue does this PR close?

  • Closes #.

Rationale for this change

collect_set is aggregate function, adding more tests with GROUP BY

What changes are included in this PR?

Are these changes tested?

Are there any user-facing changes?

@github-actions github-actions Bot added the sqllogictest SQL Logic Tests (.slt) label Apr 15, 2026
@comphead comphead changed the title chore: Add tests with GROUP BY to collect.slt chore: Add more tests with GROUP BY to test spark collect_set Apr 15, 2026
@comphead comphead added the spark label Apr 15, 2026
Comment thread datafusion/sqllogictest/test_files/spark/aggregate/collect.slt Outdated
Comment thread datafusion/sqllogictest/test_files/spark/aggregate/collect.slt Outdated
Comment thread datafusion/sqllogictest/test_files/spark/aggregate/collect.slt Outdated
comphead and others added 3 commits April 16, 2026 08:15
Co-authored-by: Martin Grigorov <martin-g@users.noreply.github.com>
Co-authored-by: Martin Grigorov <martin-g@users.noreply.github.com>
Co-authored-by: Martin Grigorov <martin-g@users.noreply.github.com>
@github-actions github-actions Bot removed the spark label Apr 16, 2026
@comphead
Copy link
Copy Markdown
Contributor Author

Thanks @martin-g and @Jefffrey for the review

@comphead comphead added this pull request to the merge queue Apr 16, 2026
Merged via the queue into apache:main with commit 8777251 Apr 16, 2026
31 checks passed
@comphead comphead deleted the collect_set branch April 16, 2026 15:41
Rich-T-kid pushed a commit to Rich-T-kid/datafusion that referenced this pull request Apr 21, 2026
…ache#21659)

## Which issue does this PR close?

<!--
We generally require a GitHub issue to be filed for all bug fixes and
enhancements and this helps us generate change logs for our releases.
You can link an issue to this PR using the GitHub syntax. For example
`Closes apache#123` indicates that this PR will close issue apache#123.
-->

- Closes #.

## Rationale for this change

`collect_set` is aggregate function, adding more tests with GROUP BY

<!--
Why are you proposing this change? If this is already explained clearly
in the issue then this section is not needed.
Explaining clearly why changes are proposed helps reviewers understand
your changes and offer better suggestions for fixes.
-->

## What changes are included in this PR?

<!--
There is no need to duplicate the description in the issue here but it
is sometimes worth providing a summary of the individual changes in this
PR.
-->

## Are these changes tested?

<!--
We typically require tests for all PRs in order to:
1. Prevent the code from being accidentally broken by subsequent changes
2. Serve as another way to document the expected behavior of the code

If tests are not included in your PR, please explain why (for example,
are they covered by existing tests)?
-->

## Are there any user-facing changes?

<!--
If there are user-facing changes then we may require documentation to be
updated before approving the PR.
-->

<!--
If there are any breaking changes to public APIs, please add the `api
change` label.
-->

---------

Co-authored-by: Martin Grigorov <martin-g@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

sqllogictest SQL Logic Tests (.slt)

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants