This breaks denormalization for the map and Hikari data source decoders, because denormalization uses the sourceKey to restore the original key value to the target.
This is in a sense a regression of path normalization, which added the sourceKey concept.
When we cascade map nodes, the
sourceKey
is lost.This breaks denormalization for the map and Hikari data source decoders, because denormalization uses the
sourceKey
to restore the original key value to the target.This is in a sense a regression of path normalization, which added the
sourceKey
concept.