You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ranger.apache.org by "Dineshkumar Yadav (Jira)" <ji...@apache.org> on 2020/11/11 12:17:00 UTC

[jira] [Commented] (RANGER-3071) Supporting character set which is not included in latin1

    [ https://issues.apache.org/jira/browse/RANGER-3071?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17229936#comment-17229936 ] 

Dineshkumar Yadav commented on RANGER-3071:
-------------------------------------------

[commit 8d3ef6f8c9bf017f90d8edf52648ce2b04d0cbe6 |https://github.com/apache/ranger/commit/8d3ef6f8c9bf017f90d8edf52648ce2b04d0cbe6]

> Supporting character set which is not included in latin1
> --------------------------------------------------------
>
>                 Key: RANGER-3071
>                 URL: https://issues.apache.org/jira/browse/RANGER-3071
>             Project: Ranger
>          Issue Type: Bug
>          Components: Ranger
>            Reporter: Dineshkumar Yadav
>            Assignee: Dineshkumar Yadav
>            Priority: Major
>
> Currently we are supporting only character set included in latin1. Though most of the character supported by Latin1 but not all character used in different languages.
> Eg. csabahun4árvíztűrő has character like ű and  ő. which is not supported by Latin1.
> This need to be fixed for all the DB supported by Ranger.
> MS SQL server is not able to handle such character.  Other DB flavors are handling it currently
> Solution:
>  changing varchar datatypes to Nvarchar for UserName, GroupName and RoleName only.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)