Changes between Initial Version and Version 2 of Ticket #36682


Ignore:
Timestamp:
Oct 23, 2025, 7:14:26 AM (13 hours ago)
Author:
REGNIER Guillaume
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #36682

    • Property Triage Stage UnreviewedAccepted
  • Ticket #36682 – Description

    initial v2  
    4848
    4949=== Analysis:
    50 My understanding `Query.join()` fails to reuse the join for first reverse relation, leading to the `FilteredRelation` being resolved again and again. 
     50My understanding is that `Query.join()` fails to reuse the join for the first reverse relation, leading to the `FilteredRelation` being resolved again and again. 
    5151Loop is:
    5252  - `FilteredRelation.resolve_expression()`
Back to Top