Skip to content
Closed
Prev Previous commit
Next Next commit
Merge branch 'master' into alter-lcase-vol3
  • Loading branch information
uros-db authored Jun 26, 2024
commit f06534df33bf45e91b3e85ced3c6bdf68b51d6fb
Original file line number Diff line number Diff line change
Expand Up @@ -482,6 +482,7 @@ public static int findInSet(final UTF8String match, final UTF8String set, int co
byteIndex += UTF8String.numBytesForFirstByte(nextByte);
++charIndex;
}
// TODO(SPARK-48715): All UTF8String -> String conversions should use `makeValid`
if (set.substring(lastComma + 1, set.numBytes()).semanticEquals(match, collationId)) {
return wordCount;
}
Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.