Commit 8082d31
GH-50478: [C++][Compute] Add utf8_view ignore_case test guarding UTF-8/Latin1 distinction
Add a match_substring ignore_case=true case on utf8_view with non-ASCII
input (uppercase E-acute) mirroring the existing MatchSubstringIgnoreCase
coverage. utf8_view is registered as StringViewType rather than the generic
BinaryViewType dispatch, so case folding spans the full Unicode range; this
test fails if that distinction is ever lost. Requested in review by
zanmato1984.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>1 parent 764dff6 commit 8082d31
1 file changed
Lines changed: 10 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2769 | 2769 | | |
2770 | 2770 | | |
2771 | 2771 | | |
| 2772 | + | |
| 2773 | + | |
| 2774 | + | |
| 2775 | + | |
| 2776 | + | |
| 2777 | + | |
| 2778 | + | |
| 2779 | + | |
| 2780 | + | |
| 2781 | + | |
2772 | 2782 | | |
2773 | 2783 | | |
2774 | 2784 | | |
| |||
0 commit comments