You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The federation optimizer was missing to execute the binding assigner
(which injects external bindings into the statement pattern). The
consequence was potentially incorrect results (due to source source
selection with partial knowledge) as well as sub-optimal source
selection
Issue is covered with a unit test, which is failing in two places prior
to this change.
Current Behavior
The FedX Optimizer is missing to inject bindings (e.g. from Query#setBinding()) into the statement patterns.
This can cause poor behavior in caching.
Expected Behavior
FedX injects bindings properly
Steps To Reproduce
Inspect the query plan during optimization
Version
5.1.0
Are you interested in contributing a solution yourself?
Yes
Anything else?
No response
The text was updated successfully, but these errors were encountered: