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
YQLSUPPORT-5228: Fix Remove UDFs for NonASCII input
The signed char was used as the index value in the loop, collecting
"to-be-removed" charset. As a result, processing all NonASCII bytes
(i.e. greater than 127) leads to an invalid result. The patch changes
the index value type to the unsigned one.
Follows up #2836
0 commit comments