Uh oh!
There was an error while loading. Please reload this page.
[SPARK-16439] [SQL] bring back the separator in SQL UI - #15106
Conversation
davies
commented
Sep 14, 2016
SparkQA
commented
Sep 15, 2016
Test build #65412 has finished for PR 15106 at commit
|
srowen
commented
Sep 15, 2016
The question isn't the language of the UI, but of the host OS. I think this just causes the previous problem again, and that seems more important. I don't think we can make this change as is. |
maver1ck
commented
Sep 15, 2016
I think this patch could actually work. |
davies
commented
Sep 16, 2016
@srowen The previous problem is caused by using the default locale of host to format the numbers, that sounds perfect by caused some problems. So we fallback to only use English as the locale, it will works well everywhere. |
davies
commented
Sep 19, 2016
@srowen Could you left an |
srowen
commented
Sep 19, 2016
If @maver1ck is OK with it I am, sure. |
maver1ck
commented
Sep 19, 2016
LGTM. |
davies
commented
Sep 19, 2016
Merging this into master and 2.0, thanks! |
## What changes were proposed in this pull request? Currently, the SQL metrics looks like `number of rows: 111111111111`, it's very hard to read how large the number is. So a separator was added by #12425, but removed by #14142, because the separator is weird in some locales (for example, pl_PL), this PR will add that back, but always use "," as the separator, since the SQL UI are all in English. ## How was this patch tested? Existing tests.  Author: Davies Liu <davies@databricks.com> Closes#15106 from davies/metric_sep. (cherry picked from commit e063206) Signed-off-by: Davies Liu <davies.liu@gmail.com>
## What changes were proposed in this pull request? Currently, the SQL metrics looks like `number of rows: 111111111111`, it's very hard to read how large the number is. So a separator was added by apache#12425, but removed by apache#14142, because the separator is weird in some locales (for example, pl_PL), this PR will add that back, but always use "," as the separator, since the SQL UI are all in English. ## How was this patch tested? Existing tests.  Author: Davies Liu <davies@databricks.com> Closesapache#15106 from davies/metric_sep.
What changes were proposed in this pull request?
Currently, the SQL metrics looks like
number of rows: 111111111111, it's very hard to read how large the number is. So a separator was added by #12425, but removed by #14142, because the separator is weird in some locales (for example, pl_PL), this PR will add that back, but always use "," as the separator, since the SQL UI are all in English.How was this patch tested?
Existing tests.
