Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign up
Pinned
564 contributions in the last year
Activity overview
Contribution activity
November 2020
Created 1 commit in 1 repository
Created a pull request in pingcap/tispark that received 4 comments
Fix string insert overflow check
What problem does this PR solve?
Close #1722
What is changed, and how it works?
Use codePointCount() instead of string length to check string leng…