>From Ali Alsuliman <[email protected]>: Attention is currently required from: Shahrzad Shirazi.
Ali Alsuliman has posted comments on this change by Shahrzad Shirazi. ( https://asterix-gerrit.ics.uci.edu/c/asterixdb/+/20388?usp=email ) Change subject: [NO ISSUE][COMP] Disable index-only query plan when we have join ...................................................................... Patch Set 4: (1 comment) File asterixdb/asterix-algebra/src/main/java/org/apache/asterix/optimizer/rules/am/AccessMethodUtils.java: https://asterix-gerrit.ics.uci.edu/c/asterixdb/+/20388/comment/3d371ab4_6fb9f428?usp=email : PS4, Line 2034: for (Mutable<ILogicalOperator> afterTopRef : afterTopRefs) { I am not sure why we need to go over all the ops after top ref. We can just pass a boolean flag from setIndexOnlyPlanInfo() to indexOnlyPlanCheck() where it's true when it's applyJoinPlanTransformation. That way it's definitive. -- To view, visit https://asterix-gerrit.ics.uci.edu/c/asterixdb/+/20388?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: Iae9b7b0c739540255e77ec42c21098c028da7930 Gerrit-Change-Number: 20388 Gerrit-PatchSet: 4 Gerrit-Owner: Shahrzad Shirazi <[email protected]> Gerrit-Reviewer: Ali Alsuliman <[email protected]> Gerrit-Reviewer: Anon. E. Moose #1000171 Gerrit-Reviewer: Jenkins <[email protected]> Gerrit-Attention: Shahrzad Shirazi <[email protected]> Gerrit-Comment-Date: Mon, 22 Sep 2025 18:55:44 +0000 Gerrit-HasComments: Yes Gerrit-Has-Labels: No
