Skip to content

Fix listagg-collation.sql test in Spark 4.0.0 #1947

Description

@andygrove

Describe the bug

In SQLQueryTestSutie, the following test is ignored for Spark 4.0.0 and needs to be investigated.

2025-06-27T01:43:32.3912463Z [info] - listagg-collations.sql *** FAILED *** (808 milliseconds)
2025-06-27T01:43:32.3913372Z [info]   listagg-collations.sql
2025-06-27T01:43:32.3914185Z [info]   Expected "a[]b", but got "a[ab]b" Result did not match for query #5
2025-06-27T01:43:32.3916171Z [info]   SELECT lower(listagg(DISTINCT c1 COLLATE utf8_lcase) WITHIN GROUP (ORDER BY c1 COLLATE utf8_lcase)) FROM (VALUES ('a'), ('B'), ('b'), ('A')) AS t(c1) (SQLQueryTestSuite.scala:683)

Steps to reproduce

No response

Expected behavior

No response

Additional context

No response

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingpriority:criticalData corruption, silent wrong results, security issuesspark 4.0spark sql testsSpark SQL test failures

    Type

    No type

    Projects

    No projects

      Milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions