>From Ali Alsuliman <[email protected]>: Attention is currently required from: Hussain Towaileb.
Ali Alsuliman has posted comments on this change by Hussain Towaileb. ( https://asterix-gerrit.ics.uci.edu/c/asterixdb/+/20866?usp=email ) Change subject: [NO ISSUE][EXT]: ensure no dependent collections on catalog drop ...................................................................... Patch Set 2: (1 comment) File asterixdb/asterix-app/src/main/java/org/apache/asterix/app/translator/handlers/CatalogStatementHandler.java: https://asterix-gerrit.ics.uci.edu/c/asterixdb/+/20866/comment/bed4aa0c_f6fe42c6?usp=email : PS2, Line 169: List<Dataset> collections = getCollectionsCreatedOnToCatalog(mdTxnCtx, catalogName); We typically check dependencies inside the `MetadataNode`. You can see examples there (e.g. trying to drop a collection when there is a function or a view depending on it). Is there a reason the check is done here? -- To view, visit https://asterix-gerrit.ics.uci.edu/c/asterixdb/+/20866?usp=email To unsubscribe, or for help writing mail filters, visit https://asterix-gerrit.ics.uci.edu/settings?usp=email Gerrit-MessageType: comment Gerrit-Project: asterixdb Gerrit-Branch: master Gerrit-Change-Id: I52bafb87fbe5fb856a6220ee11b2bf985bc3b70c Gerrit-Change-Number: 20866 Gerrit-PatchSet: 2 Gerrit-Owner: Hussain Towaileb <[email protected]> Gerrit-Reviewer: Hussain Towaileb <[email protected]> Gerrit-Reviewer: Jenkins <[email protected]> Gerrit-CC: Ali Alsuliman <[email protected]> Gerrit-CC: Anon. E. Moose #1000171 Gerrit-CC: Michael Blow <[email protected]> Gerrit-Attention: Hussain Towaileb <[email protected]> Gerrit-Comment-Date: Wed, 04 Feb 2026 17:57:12 +0000 Gerrit-HasComments: Yes Gerrit-Has-Labels: No
