-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/74542/
-----------------------------------------------------------
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
-----
security-admin/db/mysql/optimized/current/ranger_core_db_mysql.sql b4e3f57b8
security-admin/db/postgres/optimized/current/ranger_core_db_postgres.sql
6b82aead4
Diff: https://reviews.apache.org/r/74542/diff/1/
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