You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@iceberg.apache.org by GitBox <gi...@apache.org> on 2019/07/31 02:26:34 UTC

[GitHub] [incubator-iceberg] vgankidi opened a new pull request #334: Fix truncateStringMax in UnicodeUtil.

vgankidi opened a new pull request #334: Fix truncateStringMax in UnicodeUtil.
URL: https://github.com/apache/incubator-iceberg/pull/334
 
 
   Index to codePointAt should be the offset calculated by code points.
   I incorrectly assumed that the index in codePointAt(index) refers to the index in terms of code points. It actually refers to the index of characters in the string. 
   resolves #328 #329 

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org
For additional commands, e-mail: issues-help@iceberg.apache.org