Skip to content
This repository has been archived by the owner on Oct 18, 2021. It is now read-only.

fix hash policy for vertexId #129

Merged
merged 1 commit into from
Sep 2, 2021
Merged

Conversation

Nicole00
Copy link
Contributor

add double quote for hash() parameter

vertices.append(NebulaVertex("vid1", props1))
vertices.append(NebulaVertex("vid2", props2))

val nebulaVertices = NebulaVertices(propNames, vertices.toList, Some(KeyPolicy.HASH))
Copy link
Contributor

Choose a reason for hiding this comment

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

just a reminder, it doesn't support uuid function in nebula 2.x.

@HarrisChu HarrisChu merged commit 766e14a into vesoft-inc:master Sep 2, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants