Github user tarekauel commented on a diff in the pull request:
https://github.com/apache/spark/pull/7115#discussion_r34006765
--- Diff:
unsafe/src/main/java/org/apache/spark/unsafe/types/UTF8String.java ---
@@ -44,6 +46,8 @@
5, 5, 5, 5,
6, 6, 6, 6};
+ public static final String US_ENGLISH_MAPPING_STRING =
"01230120022455012623010202";
--- End diff --
Why is this field public? Couldn't it be just an array of ints? Where is
used?
---
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]