hive icon indicating copy to clipboard operation
hive copied to clipboard

HIVE-28294: drop database cascade operation can skip client side filt…

Open saihemanth-cloudera opened this issue 8 months ago • 2 comments

…ering while fetching tables in db

What changes were proposed in this pull request?

Skip client-side filtering for drop database operation, so that all the tables can be authorized for drop database cascade operation.

Why are the changes needed?

some tables in db if filtered out can be missed while checking for drop privileges.

Does this PR introduce any user-facing change?

No

Is the change a dependency upgrade?

No

How was this patch tested?

Manually verified that tables are not getting filtered out.

saihemanth-cloudera avatar Jun 03 '24 22:06 saihemanth-cloudera