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 fix for issue #2914 (specifically be26632) seems to have caused a regression when using aggregate collections in distributed queries. For example, this test:
will fail with the following message using the latest code from the develop branch:
junit.framework.AssertionFailedError: expected:<[foo]> but was:<[{node=europe0.DistributedAggregateCollectionTest, context=[foo]}]>
Whereas if I revert be26632 then the test passes. AFAICT the node+context value is an internal form that's used to help merge results across nodes, but shouldn't be exposed to clients.
The text was updated successfully, but these errors were encountered:
The fix for issue #2914 (specifically be26632) seems to have caused a regression when using aggregate collections in distributed queries. For example, this test:
will fail with the following message using the latest code from the develop branch:
Whereas if I revert be26632 then the test passes. AFAICT the node+context value is an internal form that's used to help merge results across nodes, but shouldn't be exposed to clients.
The text was updated successfully, but these errors were encountered: