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
(PUP-11526) Evaluate deferred functions lazily by default
This commit changes the default value of preprocess_deferred setting from true to false. This change will ensure deferred functions are not preprocessed by default and are instead evaluated during catalog application. Additionally, some tests were updated to accommodate this change.
This work is a follow up to PUP-9323.
0 commit comments