Closed mkindahl closed 1 year ago
If the dropped flag is set for a chunk the real chunk is dropped but still present in the catalog. This leads to errors in the ChunkPermission rule since it tries to check ACL for a non-existing relation.
dropped
ChunkPermission
Fixes #26
Fix looks good, it would be nice to have a test for it as well.
Intended to add one after #22 was merged.
Building this on #34 so merging now.
If the
dropped
flag is set for a chunk the real chunk is dropped but still present in the catalog. This leads to errors in theChunkPermission
rule since it tries to check ACL for a non-existing relation.Fixes #26