Fix future grant materialization precedence (Pending)¶
Attention
This behavior change is in the 2025_01 bundle.
For the current status of the bundle, refer to Bundle History.
If schema-level future grant(s) for a particular object (such as a table, view, or materialized view) exist, when creating a new, table-like object the database-level OWNERSHIP future grant behaves as follows:
- Before the change:
OWNERSHIP future grant applies.
- After the change:
OWNERSHIP future grant does not apply. The schema-level future grant(s) correctly take precedence.
Ref: 1870