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
CLOUDP-303120: fix: Don't panic on deep copy of backup compliance. (#2162)
* fix() Don't panic on deep copy of backup compliance.
The pointers can be nil in which case it will panic. Use the getter to
ensure it's always initialized.
* Add unit test
* Tweak naming/description of test.
0 commit comments