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
Even more important than knocking out keys would be knowing out hash tables from a hash table array, similar like removing knocking out values from a base type array. This behavior is not available in Puppet.
Instead of knocking out the hash table with the with Key1 == h3, Datum treats it as a new hash table to merge as Lower Level->Key1 is different from Higher Level->Key1.
How does knockout work with more than two layers / how is it supposed to work?
Is it sufficient to allow a knockout only on the first key in merge_options->tuple_keys
The text was updated successfully, but these errors were encountered:
Even more important than knocking out keys would be knowing out hash tables from a hash table array, similar like removing knocking out values from a base type array. This behavior is not available in Puppet.
Lower Level:
Higher Level:
Actual RSOP:
Expected RSOP:
Datum.yml
Instead of knocking out the hash table with the with
Key1 == h3
, Datum treats it as a new hash table to merge asLower Level->Key1
is different fromHigher Level->Key1
.merge_options->tuple_keys
The text was updated successfully, but these errors were encountered: