Viktor Lučić
Viktor Lučić
### What changes were proposed in this pull request? Moving certain tests to collations.sql and generating golden files, as said in the PR https://github.com/apache/spark/pull/47620. ### Why are the changes needed?...
### What changes were proposed in this pull request? Changing the way that spark does initCap with respect to UTF8_BINARY collation. In this PR, initCap titlecases the first character of...
### What changes were proposed in this pull request? Supporting Levenshtein distance with utf8_lcase collation. ### Why are the changes needed? Levenshtein distance for utf8_lcase collation was not supported. ###...