>From Ali Alsuliman <[email protected]>: Attention is currently required from: Ali Alsuliman, Preetham Poluparthi.
Ali Alsuliman has uploaded a new patch set (#3) to the change originally created by Preetham Poluparthi. ( https://asterix-gerrit.ics.uci.edu/c/asterixdb/+/21063?usp=email ) Change subject: [ASTERIXDB-3709][COMP] Fix false positive check by handling nested conditions ...................................................................... [ASTERIXDB-3709][COMP] Fix false positive check by handling nested conditions - user model changes: no - storage format changes: no - interface changes: no Details: Previously, the false positive check for predicates assumed the condition existed only one level above the check. This patch updates the logic to recursively traverse the condition tree, ensuring accurate evaluation and correct index utilization in complex predicates. Ext-ref: MB-71170 Change-Id: I21b0acc54155440374088fce4628f59ca16cb9bf --- M asterixdb/asterix-algebra/src/main/java/org/apache/asterix/optimizer/rules/am/AccessMethodUtils.java 1 file changed, 15 insertions(+), 15 deletions(-) git pull ssh://asterix-gerrit.ics.uci.edu:29418/asterixdb refs/changes/63/21063/3 -- To view, visit https://asterix-gerrit.ics.uci.edu/c/asterixdb/+/21063?usp=email To unsubscribe, or for help writing mail filters, visit https://asterix-gerrit.ics.uci.edu/settings?usp=email Gerrit-MessageType: newpatchset Gerrit-Project: asterixdb Gerrit-Branch: phoenix Gerrit-Change-Id: I21b0acc54155440374088fce4628f59ca16cb9bf Gerrit-Change-Number: 21063 Gerrit-PatchSet: 3 Gerrit-Owner: Preetham Poluparthi <[email protected]> Gerrit-Reviewer: Ali Alsuliman <[email protected]> Gerrit-Reviewer: Anon. E. Moose #1000171 Gerrit-Reviewer: Jenkins <[email protected]> Gerrit-Attention: Ali Alsuliman <[email protected]> Gerrit-Attention: Preetham Poluparthi <[email protected]>
