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
Fix epix_mergesync="truncate" err (with=F no j), add tests
Also:
- Add an internal warning + recovery if our DT preprocessing unexpectedly
produces a DT with a different key (although in a way that won't catch if we
accidentally mutated the original DT's key and matched it in the intermediate
DT). If this is triggered, we will likely need to rethink/bugfix some other DT
usage in other code which may have made similar assumptions about certain DT
operations not dropping/modifying the key.
- Edit the input to one set of epix_merge tests to make the truncate test more
restrictive than it would have been otherwise, and edit a non-truncate test with
an `expected` value that changes as a result.
0 commit comments