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

fix(interactive): Fix error when loading edge with string properties #3523

Merged
merged 5 commits into from Feb 2, 2024

Conversation

zhanglei1949
Copy link
Collaborator

@zhanglei1949 zhanglei1949 commented Jan 31, 2024

  • This BUG occurs when is_batch is set to true in import.yaml. For each record batch, as we set the vertex's string property as string_view, the actual memory is released when we move to the next batch.

  • Other bug fixes.

@zhanglei1949 zhanglei1949 changed the title fix(interactive): Fix FragmentLoader error when loading vertex/edge with string properties fix(interactive): Fix error when loading vertex/edge with string properties Jan 31, 2024
luoxiaojian
luoxiaojian previously approved these changes Jan 31, 2024
@zhanglei1949 zhanglei1949 changed the title fix(interactive): Fix error when loading vertex/edge with string properties fix(interactive): Fix error when loading edge with string properties Feb 1, 2024
@zhanglei1949 zhanglei1949 merged commit cdc4d02 into alibaba:main Feb 2, 2024
36 checks passed
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.

None yet

3 participants