Commit 206ece4
Query: Fixes flip of boolean switch for hybridSearchSkipOrderByRewrite (#5139)
## Description
Fixes flip of boolean switch for hybridSearchSkipOrderByRewrite. Adds
test coverage to ensure that we catch stuff like this in the future.
## Type of change
- [x] Bug fix (non-breaking change which fixes an issue)
Co-authored-by: Debdatta Kunda <[email protected]>1 parent 0d22105 commit 206ece4
File tree
3 files changed
+586
-136
lines changed- Microsoft.Azure.Cosmos
- src/Query/Core/QueryPlan
- tests/Microsoft.Azure.Cosmos.Tests/Query
3 files changed
+586
-136
lines changedLines changed: 1 addition & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
30 | | - | |
31 | | - | |
| 29 | + | |
32 | 30 | | |
33 | 31 | | |
34 | 32 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
246 | 246 | | |
247 | 247 | | |
248 | 248 | | |
249 | | - | |
| 249 | + | |
250 | 250 | | |
251 | 251 | | |
252 | 252 | | |
| |||
0 commit comments