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
The compliance tests say the results should be null. However, I think it should be an empty list because a result of a wildcard projection should not convert the wildcard root result to null.
From the docs:
Note that if any subsequent expression after a wildcard expression returns a null value, it is omitted from the final result list.
The text was updated successfully, but these errors were encountered:
Give:
foo[*].bar[2]
With data:
The compliance tests say the results should be null. However, I think it should be an empty list because a result of a wildcard projection should not convert the wildcard root result to null.
From the docs:
The text was updated successfully, but these errors were encountered: