Skip to content

test: Add logic tests for string_agg with order#17033

Merged
alamb merged 1 commit into
apache:mainfrom
nuno-faria:string_agg_order_tests
Aug 4, 2025
Merged

test: Add logic tests for string_agg with order#17033
alamb merged 1 commit into
apache:mainfrom
nuno-faria:string_agg_order_tests

Conversation

@nuno-faria

Copy link
Copy Markdown
Contributor

Which issue does this PR close?

Rationale for this change

The string_agg function is not considering the ORDER BY clause in 49.0.0. It has since been fixed.
This PR simply adds new sqllogictests to ensure it does not regress in the future.

What changes are included in this PR?

  • Added new sqllogictests (aggregate.slt).

Are these changes tested?

Yes.

Are there any user-facing changes?

No.

@github-actions github-actions Bot added the sqllogictest SQL Logic Tests (.slt) label Aug 4, 2025
@alamb
alamb merged commit 36f5f14 into apache:main Aug 4, 2025
27 checks passed
@alamb

alamb commented Aug 4, 2025

Copy link
Copy Markdown
Contributor

Thank you @nuno-faria and @findepi

@nuno-faria
nuno-faria deleted the string_agg_order_tests branch August 5, 2025 08:39
hknlof pushed a commit to hknlof/datafusion that referenced this pull request Aug 20, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

sqllogictest SQL Logic Tests (.slt)

3 participants