Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

remove Graph and PersistentGraph from Prop #1902

Open
wants to merge 10 commits into
base: master
Choose a base branch
from

Conversation

fabianmurariu
Copy link
Collaborator

@fabianmurariu fabianmurariu commented Dec 18, 2024

What changes were proposed in this pull request?

Remove Graph and PersistentGraph from Prop
Add Arrow arrays to Prop

Why are the changes needed?

Graph and Persistent graph create a circular dependency between Prop and Graph, also no one uses them

Does this PR introduce any user-facing change? If yes is this documented?

Yes, users can no longer set Graph and PersistentGraph as properties

How was this patch tested?

Tests

Are there any further changes required?

Adding PropRef and possibly moving Prop to raphtory-api

add support for Array in Prop and PropType

remove Graph and PersistentGraph from Prop
@fabianmurariu fabianmurariu marked this pull request as ready for review January 10, 2025 10:39
Copy link
Collaborator

@ljeub-pometry ljeub-pometry left a comment

Choose a reason for hiding this comment

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

minor fixes

raphtory-api/src/core/entities/properties/props.rs Outdated Show resolved Hide resolved
raphtory-api/src/core/mod.rs Show resolved Hide resolved
raphtory/src/core/mod.rs Outdated Show resolved Hide resolved
raphtory/src/core/entities/properties/tprop.rs Outdated Show resolved Hide resolved
raphtory/src/core/mod.rs Outdated Show resolved Hide resolved
raphtory/src/serialise/serialise.rs Outdated Show resolved Hide resolved
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.

2 participants