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

[Bug][C++] VertexInfo IsValidated() return false when create with empty prefix #340

Closed
1 task done
acezen opened this issue Jan 24, 2024 · 1 comment · Fixed by #339
Closed
1 task done

[Bug][C++] VertexInfo IsValidated() return false when create with empty prefix #340

acezen opened this issue Jan 24, 2024 · 1 comment · Fixed by #339
Assignees
Labels
bug Something isn't working

Comments

@acezen
Copy link
Contributor

acezen commented Jan 24, 2024

Is there an existing issue for this?

  • I have searched the existing issues

Current Behavior

as title describe

Expected Behavior

it should return true with a default prefix

Minimal Reproducible Example

auto vertex_info = CreateVertexInfo("person",  100, {pg})
assert (vertex_info->IsValidated() == false)

### Environment

- Operating system: ubuntu 22.04
- GraphAr version: v0.11.0


### Link to GraphAr Logs

_No response_

### Further Information

_No response_
@acezen acezen self-assigned this Jan 24, 2024
@acezen acezen added the bug Something isn't working label Jan 24, 2024
@acezen
Copy link
Contributor Author

acezen commented Jan 24, 2024

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant