You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the information_schema tables for tables and partitions have columns for placement options. This is useful because it can be used to find which objects are making use of a placement policy (assuming you want to drop it, but it's in use).
However, the information_schema table for schemas (schemata) does not have these columns. It makes sense to add this, since it is a schema level attribute as well.
The text was updated successfully, but these errors were encountered:
Currently the information_schema tables for
tables
andpartitions
have columns for placement options. This is useful because it can be used to find which objects are making use of a placement policy (assuming you want to drop it, but it's in use).However, the information_schema table for schemas (
schemata
) does not have these columns. It makes sense to add this, since it is a schema level attribute as well.The text was updated successfully, but these errors were encountered: