[
https://issues.apache.org/jira/browse/DRILL-6717?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16613679#comment-16613679
]
ASF GitHub Bot commented on DRILL-6717:
---------------------------------------
oleg-zinovev commented on issue #1450: DRILL-6717: lower and upper functions
not works with national characters
URL: https://github.com/apache/drill/pull/1450#issuecomment-421056100
Bechmark:
https://github.com/oleg-zinovev/DRILL-6717-benchmark
Charts:
ASCII - lower: https://live.amcharts.com/kNTU4
ASCII - upper: https://live.amcharts.com/xYzIx
NON_ASCII - lower: https://live.amcharts.com/lkYjI
NON_ASCII - upper: https://live.amcharts.com/QyYTI
MIXED (ASCII + NON_ASCII) - lower: https://live.amcharts.com/jOWEz
MIXED (ASCII + NON_ASCII) - upper: https://live.amcharts.com/hhNGI
Description:
BenZvi - Solution proposed by Ben-Zvi
OZ - Old PR code
Merged - New PR code
Value axis is logarithmic
P.S. I apologize for the delay.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
> lower and upper functions not works with national charactes
> -----------------------------------------------------------
>
> Key: DRILL-6717
> URL: https://issues.apache.org/jira/browse/DRILL-6717
> Project: Apache Drill
> Issue Type: Bug
> Affects Versions: 1.14.0
> Reporter: Oleg Zinoviev
> Assignee: Oleg Zinoviev
> Priority: Major
> Fix For: 1.15.0
>
> Attachments: result.csv, sample.json
>
>
> upper() and lower() functions works only with a ascii characters.
> sample dataset: [^sample.json]
> query:
> {code:sql}
> select
> upper(ascii_l) as upper_ascii,
> upper(national_l) as upper_national,
> lower(ascii_u) as lower_ascii,
> lower(national_u) as lower_national
> from dfs.`sample.json`
> {code}
> drill response: [^result.csv]
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)