-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/74542/
-----------------------------------------------------------
(Updated Aug. 16, 2023, 10:44 a.m.)
Review request for ranger, Madhan Neethiraj and Subhrat Chaudhary.
Bugs: RANGER-4346
https://issues.apache.org/jira/browse/RANGER-4346
Repository: ranger
Description
-------
Need to change the type of column resource_signature in table
x_gds_shared_resource to text from present varchar(128) ,As customers will have
large data so existing size will not be enough
Diffs (updated)
-----
agents-common/src/main/java/org/apache/ranger/plugin/model/RangerPolicyResourceSignature.java
c14811867
security-admin/src/main/java/org/apache/ranger/service/RangerGdsSharedResourceService.java
33fbd3ce4
Diff: https://reviews.apache.org/r/74542/diff/2/
Changes: https://reviews.apache.org/r/74542/diff/1-2/
Testing
-------
When we create tables by schema we can see the TYPE for column
resource_signature as TEXT which was previously varchar(128)
Thanks,
Prashant Satam