Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
* Refactor QueryBuilderResolver Rewrite Logic This commit improves the rewrite logic by switching to reference comparison for termination checks. While the existing implementation functions correctly, the rewrite contract is designed to compare references rather than performing a full object comparison, which is unnecessary. Additionally, this change guarantees that only a single rewrite pass is executed per query builder. * avoid getting the value --------- Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com> Co-authored-by: Felix Barnsteiner <felixbarny@users.noreply.github.com>
- Loading branch information