Commit 4d84830
Query: Fixes default for the query plan optimization for Hybrid Search to be disabled (#5171)
## Description
#5120 enabled the switch to ask for the optimized query plan by default.
However, the pipeline support for the optimized query plan is in #5121.
This will lead to exceptions in the hybrid search query pipeline in
version 3.49.0 if the SDK talks to a newer gateway that can return the
optimized query plan. To prevent this, we change this optimization to be
disabled by default.
## Type of change
- [x] Bug fix (non-breaking change which fixes an issue)
Co-authored-by: Debdatta Kunda <[email protected]>1 parent d3e98de commit 4d84830
File tree
2 files changed
+2
-2
lines changed- Microsoft.Azure.Cosmos
- src/RequestOptions
- tests/Microsoft.Azure.Cosmos.EmulatorTests/Query
2 files changed
+2
-2
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
208 | 208 | | |
209 | 209 | | |
210 | 210 | | |
211 | | - | |
| 211 | + | |
212 | 212 | | |
213 | 213 | | |
214 | 214 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
111 | 111 | | |
112 | 112 | | |
113 | 113 | | |
114 | | - | |
| 114 | + | |
115 | 115 | | |
116 | 116 | | |
117 | 117 | | |
| |||
0 commit comments