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
I'd say this should be fixed in .ForAggregation() yeah. Refresh is a valid type of change, it should either be supported, or well-documented that it's not supported, and why.
Code to replicate the issue:
If I understood correctly, this is because:
TransformWithInlineUpdate
callscache.Refresh(change.Key);
when inline updating even if the change reason was Update. Is this intended?ForAggregation
ignores changes which reason is Refresh.Originally posted by @glrusso in #895 (reply in thread)
The text was updated successfully, but these errors were encountered: