If you have a compound query composed of different levels of nested queries, which is very common, and one single query fails validation, we currently print out a generic validation error but it is hard to identify which query is the "broken" one from the error message. We should improve this, probably by keeping track of where a query is positioned in the query tree and outputting a more specific error message.
If you have a compound query composed of different levels of nested queries, which is very common, and one single query fails validation, we currently print out a generic validation error but it is hard to identify which query is the "broken" one from the error message. We should improve this, probably by keeping track of where a query is positioned in the query tree and outputting a more specific error message.