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
{{ message }}
This repository was archived by the owner on Jun 6, 2025. It is now read-only.
Describe the bug
A While operation performed on the FederatedStore incorrectly triggers an infinite looping exception.
To Reproduce
Perform an operation chain within the While or Join. The operation chain chain should contain a operation which is not overridden with using a FederatedStore specific Handler.
Expected behaviour
While loops and joins of the operations should not trigger an "federated infinite looping" exception.