Skip to content

Commit 6848dfc

Browse files
committed
FIX(PLAN) Complie-CACHE ignored EVICTIONS flag
1 parent 04f5f4b commit 6848dfc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

graphtik/planning.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -917,7 +917,7 @@ def compile(
917917
recompute_till, k4 = self._deps_tuplized(recompute_till, "recompute_till")
918918
if not predicate:
919919
predicate = None
920-
cache_key = (k1, k2, k3, k4, predicate)
920+
cache_key = (k1, k2, k3, k4, predicate, is_skip_evictions())
921921

922922
## Build (or retrieve from cache) execution plan
923923
# for the given dep-lists (excluding any unknown node-names).

0 commit comments

Comments
 (0)