You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[3.2][Kernel] Change string comparing from UTF16 to UTF8 (#3611)
Changed string comparing from UTF16 to UTF8. This fixes comparison
issues around the characters with surrogate pairs.
Tests added to `DefaultExpressionEvaluatorSuite.scala`
Copy file name to clipboardExpand all lines: kernel/kernel-defaults/src/main/java/io/delta/kernel/defaults/internal/expressions/DefaultExpressionUtils.java
Copy file name to clipboardExpand all lines: kernel/kernel-defaults/src/test/scala/io/delta/kernel/defaults/internal/expressions/DefaultExpressionEvaluatorSuite.scala
+63Lines changed: 63 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -308,6 +308,9 @@ class DefaultExpressionEvaluatorSuite extends AnyFunSuite with ExpressionSuiteBa
0 commit comments