Skip to content

Commit

Permalink
[SPARK-49266][SQL][TESTS] Add collation support unit tests for FindInSet
Browse files Browse the repository at this point in the history
### What changes were proposed in this pull request?
Add collation support unit tests for:

- FindInSet

This PR contains test-only changes, providing additional test coverage for cases such as:
- case and accent variation
- one-to-many case mapping
- conditional case mapping
- surrogate pairs
- etc.

### Why are the changes needed?
Improve collation support testing.

### Does this PR introduce _any_ user-facing change?
No.

### How was this patch tested?
New unit tests in `CollationSupportSuite`.

### Was this patch authored or co-authored using generative AI tooling?
Yes.

Closes #47728 from uros-db/unit-tests-4.

Authored-by: Uros Bojanic <157381213+uros-db@users.noreply.github.com>
Signed-off-by: Max Gekk <max.gekk@gmail.com>
  • Loading branch information
uros-db authored and MaxGekk committed Aug 19, 2024
1 parent 11b682c commit 542b24a
Showing 1 changed file with 207 additions and 78 deletions.
Loading

0 comments on commit 542b24a

Please sign in to comment.