[ 
https://issues.apache.org/jira/browse/RANGER-2923?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Mahesh Hanumant Bandal resolved RANGER-2923.
--------------------------------------------
    Fix Version/s: 2.1.0
       Resolution: Fixed

commit id : 
[https://github.com/apache/ranger/commit/5c5c297a9c66f1a41a8dddf1c0148690b1d1438e]

> Changing data type of sync_source_info column to accommodate more characters
> ----------------------------------------------------------------------------
>
>                 Key: RANGER-2923
>                 URL: https://issues.apache.org/jira/browse/RANGER-2923
>             Project: Ranger
>          Issue Type: Improvement
>          Components: Ranger
>    Affects Versions: 2.1.0
>            Reporter: Mahesh Hanumant Bandal
>            Assignee: Mahesh Hanumant Bandal
>            Priority: Major
>             Fix For: 2.1.0
>
>
> Insert values for the column "sync_source_info" under table 
> "x_ugsync_audit_info" can go beyond the maximum length of column. (currently 
> limit is VARCHAR 4000).
> Now changing data type to different db flavours as follows :
> mysql              : VARCHAR => MEDIUMTEXT
> oracle             : VARCHAR => CLOB
> postgres        : VARCHAR => TEXT
> sqlanywhere : VARCHAR => TEXT
> sqlserver        : VARCHAR => nvarchar(max)



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

Reply via email to