ESQL: Fix AttributeSet#add() returning the opposite expected value (#117367) (#117462)
Set/Collection#add() is supposed to return `true` if the collection changed (If it actually added something).
In this case, it must return if the old value is null.
Extracted from https://github.com/elastic/elasticsearch/pull/114317 (Where it's being used)