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
@tcezard
For the array_elements (a and b), should we consider all the attributes that a (or b) has. i.e the attributes proper to a (or b) and the the common ones too.
For example, if a has a unique attribute called new_attribute, should we have the output below:
Slight update to this in the associated issue in this comment. I've formalised the decision to ensure it stabilises in this ADR
At this point the only change is that attribute a, b, and ,a_and_b are replaced with a_count, b_count, and a_and_b_count
In this issue we discussed changing the format of the comparison function to address future update. The main changes are:
array_elements
, explode the total to get the count of level2 elements per attributeBefore
After
The text was updated successfully, but these errors were encountered: