GitHub user zhichao-li opened a pull request:
https://github.com/apache/spark/pull/7582
[SQL]two extra useless entries for bytesOfCodePointInUTF8
Only a trial thing, not sure if I understand correctly or not but I guess
only 2 entries in `bytesOfCodePointInUTF8` for the case of 6 bytes
codepoint(1111110x) is enough.
Details can be found from https://en.wikipedia.org/wiki/UTF-8 in
"Description" section.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/zhichao-li/spark utf8
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/spark/pull/7582.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #7582
----
commit 8bddd0143cff2f24e17a5b3ed53103f6fd59e4fb
Author: zhichao.li <[email protected]>
Date: 2015-07-22T04:11:50Z
two extra entries
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]