Skip to content

Conversation

FlorentinD
Copy link
Contributor

No description provided.

Copy link

netlify bot commented Oct 9, 2025

Deploy Preview for neo4j-graph-data-science-client canceled.

Name Link
🔨 Latest commit cf6fff6
🔍 Latest deploy log https://app.netlify.com/projects/neo4j-graph-data-science-client/deploys/68e7aefd1a703f0008cebc01

@FlorentinD FlorentinD force-pushed the gdsa-271-implement-similarity-algos branch from 3d5e8ab to cf6fff6 Compare October 9, 2025 12:47
"""Run a job and return streamed results."""
show_progress = config.get("logProgress", True) and self._show_progress
job_id = JobClient.run_job_and_wait(self._arrow_client, endpoint, config, show_progress=show_progress)
return JobClient.stream_results(self._arrow_client, G.name(), job_id)
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this is failing with a Segmentation Fault on get.read_all().

Could not figure out yet where exactly in pyarrow it fails.
the stacktraces i can get all stop at graphdatascience/arrow_client/v2/job_client.py", line 93 in stream_results

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