Skip to content

feat: add namespace-backed execution flow for lance-graph#95

Closed
beinan wants to merge 1 commit into
lance-format:mainfrom
beinan:feat/namespace-execute
Closed

feat: add namespace-backed execution flow for lance-graph#95
beinan wants to merge 1 commit into
lance-format:mainfrom
beinan:feat/namespace-execute

Conversation

@beinan

@beinan beinan commented Jan 20, 2026

Copy link
Copy Markdown
Collaborator

Summary

  • add execute_with_namespace in the Rust Cypher engine and pull in the lance-namespace crate
  • bridge Python namespace objects through a PyNamespaceAdapter and allow CypherQuery.execute to accept catalog objects
  • add a pytest covering directory namespaces (skipped when the Lance runtime isn't present) and document the new python/rust dependencies

Testing

  • /home/user/.local/bin/uv pip install -e '.[tests]'
  • /home/user/.local/bin/uv run pytest python/python/tests/test_graph.py::test_execute_with_directory_namespace -v # skipped: Lance namespace runtime not available

@beinan beinan closed this Jan 20, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant