Skip to content

Commit

Permalink
Check for runtime field loops in queries (backport of #61927) (#62420)
Browse files Browse the repository at this point in the history
We were checking for loops in queries before, but we had an "off by one"
error where we wouldn't notice the "top level" runtime field when
detecting a loop. So the error message would be wrong.

I also caught a few bugs with query generation caused by missing
`@Override` annotations and fixed a few of them. There is a bug with
`regexp` queries with match options that I'm not fixing in this PR but
will get to later.

Relates to #59332
  • Loading branch information
nik9000 committed Sep 16, 2020
1 parent 167172a commit a68e47a
Showing 0 changed files with 0 additions and 0 deletions.

0 comments on commit a68e47a

Please sign in to comment.