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
[RDF] Keep RJittedDefine pointers invariant when columns don't change.
In order to not write a column multiple times in a snapshot with
variations, the RDefineBase pointer needs to stay invariant when a
variation is generated.
However, the RJittedDefine was returning the pointer to its member, so
it looked like the column was affected by variations. Here, this is
changed to returning "this" when no variations are in effect.
0 commit comments