Closed
Description
Before the introduction of normalized tokens, Desc.AddIngester
used to append tokens to the existing ones. But currently, it works as append
when it's not normalized tokens and replace
when it's normalized tokens.
Lines 38 to 63 in 08ddf88
Looking at places where Desc.AddIngester
is used, append
seems to be the desired behaviour. Discovered in #1750 and @pstibrany plans to fix it in #1809
Metadata
Metadata
Assignees
Labels
No labels