Skip to content

Commit 01fc371

Browse files
committed
The Cypher query option eagerAnalyzer is deprecated
1 parent d5aeaec commit 01fc371

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

modules/ROOT/pages/deprecations-additions-removals-compatibility.adoc

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -162,6 +162,24 @@ USE my.db ...
162162
| In xref:clauses/use.adoc[`USE`] clauses, databases and aliases with unquoted `.` are deprecated unless the `.` is used to indicate that the database or alias belongs to a composite database.
163163
Names containing `.` should be quoted using backticks.
164164
For example, `USE `my.db`` is valid.
165+
166+
a|
167+
label:functionality[]
168+
label:deprecated[]
169+
[source, cypher, role="noheader"]
170+
----
171+
CYPHER eagerAnalyzer=ir MATCH (a)-->(b) DELETE b RETURN a
172+
----
173+
174+
[source, cypher, role="noheader"]
175+
----
176+
CYPHER eagerAnalyzer=lp MATCH (a)-->(b) DELETE b RETURN a
177+
----
178+
a|
179+
180+
The Cypher query option `eagerAnalyzer` is deprecated and will be removed without a replacement.
181+
The option is ignored, eagerness analysis is systematically performed on the logical plan regardless of the value provided.
182+
165183
|===
166184

167185

0 commit comments

Comments
 (0)