-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/74620/
-----------------------------------------------------------
Review request for ranger, Anand Nadar, Madhan Neethiraj, Prashant Satam, and
Subhrat Chaudhary.
Bugs: RANGER-4394
https://issues.apache.org/jira/browse/RANGER-4394
Repository: ranger
Description
-------
upgrade patches to support GDS database changes
-- Tables added x_gds_dataset, x_gds_project, x_gds_data_share,
x_gds_shared_resource, x_gds_data_share_in_dataset, x_gds_dataset_in_project
-- Indexes added
-- View added vx_principal
-- Modification of x_service and x_service_version_info for GDS
-- Perm added for Governed Data Sharing
Diffs
-----
security-admin/db/mysql/optimized/current/ranger_core_db_mysql.sql
424f38d9eef3e4f7780a9755d1a79d9441e873bc
security-admin/db/mysql/patches/067-create-gds-tables.sql PRE-CREATION
security-admin/db/mysql/patches/068-create-view-principal.sql PRE-CREATION
security-admin/db/mysql/patches/069-add-gds-x-service.sql PRE-CREATION
security-admin/db/mysql/patches/070-add-gds-perm.sql PRE-CREATION
security-admin/db/postgres/optimized/current/ranger_core_db_postgres.sql
5ffa23f334e88ce82e64358ba9a16665db320d7e
security-admin/db/postgres/patches/067-create-gds-tables.sql PRE-CREATION
security-admin/db/postgres/patches/068-create-view-principal.sql PRE-CREATION
security-admin/db/postgres/patches/069-add-gds-x-service.sql PRE-CREATION
security-admin/db/postgres/patches/070-add-gds-perm.sql PRE-CREATION
Diff: https://reviews.apache.org/r/74620/diff/1/
Testing
-------
Verified that the patches are executed successfully on upgrade
Verified that GDS tables are created, view for principal is created, permission
for GDS is added and changes for x_service table for gds
Thanks,
Monika Kachhadiya