Jackie-Jiang commented on PR #8878:
URL: https://github.com/apache/pinot/pull/8878#issuecomment-1152003940

   It does not work for all characters because of the surrogate. Comparing 
UTF-8 byte-by-byte returns the code point order, but not the lexicographic 
order (expected). The code point order is the same as lexicographic order for 
code point U+0000 to U+D7FF, so we can check the values when building the 
string dictionary, and store a flag if all the characters are at this range.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to