8000 Restrict hybrid disjoint sg directions by mchacki · Pull Request #16214 · arangodb/arangodb · GitHub
[go: up one dir, main page]

Skip to content

Restrict hybrid disjoint sg directions #16214

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 16 commits into from
May 24, 2022
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Merge remote-tracking branch 'origin' into bug-fix/restrict-hybrid-di…
…sjoint-sg-directions
  • Loading branch information
mchacki committed May 17, 2022
commit 39521851fd7809cbd5ef4a40c08d9e93d181610e
11 changes: 11 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,17 @@ devel
queries the results are not well-defined. If you have a use-case where
this restriction hits you, please contact us.

* Added `[?]` array operator to AQL, which works as follows:
- `nonArray[?]`: returns `false`
- `nonArray[? FILTER CURRENT ...]`: returns `false`
- `array[?]`: returns `false` if array is empty, `true` otherwise
- `array[? FILTER CURRENT ...]`: returns `false` if no array member
satisfies the filter condition, returns `true` if at least one
member satistifies it.

* Fixed Github issue #16279: assertion failure/crash in AQL query optimizer when
permuting adjacent FOR loops that depended on each other.

* No good reason to fatal error in agency state, when local database entries
lack local timestamp (legacy). In that situation, we will record epoch begin
as local time.
Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.
0