Commit 66271c0
committed
fix(hql): handle TraversalValue::Empty in DROP operations
This fix resolves runtime errors when attempting to DROP non-existent
nodes, edges, or vectors. Previously, empty traversals would throw
"Conversion error: Incorrect Type: Empty" errors.
Added TraversalValue::Empty => Ok(()) case to make DROP operations
idempotent - dropping non-existent items now succeeds silently.
Integrates PR #670 into the arena-implementation branch.
Co-Authored-By: ishaksebsib1 parent b146b83 commit 66271c0
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
| 51 | + | |
51 | 52 | | |
52 | 53 | | |
53 | 54 | | |
| |||
0 commit comments